mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-05 22:41:25 +12:00
Settings: Tell the user how to disable log limit
This commit is contained in:
parent
e42ba05883
commit
ad41796ddb
1 changed files with 2 additions and 2 deletions
|
@ -3814,7 +3814,7 @@
|
||||||
<item>
|
<item>
|
||||||
<widget class="QLabel" name="label_log_limit">
|
<widget class="QLabel" name="label_log_limit">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Maximum log blocks</string>
|
<string>Maximum log blocks (0 = no limit)</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
@ -3849,7 +3849,7 @@
|
||||||
<item>
|
<item>
|
||||||
<widget class="QLabel" name="label_tty_limit">
|
<widget class="QLabel" name="label_tty_limit">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Maximum TTY blocks</string>
|
<string>Maximum TTY blocks (0 = no limit)</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue