mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
feat(ui): Make auto-accept size 0 wording less ambiguous
0 disables the max size, but doesn't disable auto-accept in its entirety.
This commit is contained in:
parent
85e9aeea2f
commit
cbead16742
|
@ -310,7 +310,7 @@ instead of closing entirely.</string>
|
|||
<item row="4" column="0">
|
||||
<widget class="QLabel" name="maxAutoAcceptSizeLabel">
|
||||
<property name="text">
|
||||
<string>Max auto-accept file size (0 to disable):</string>
|
||||
<string>Max auto-accept file size (0 for unlimited):</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
|
Loading…
Reference in New Issue
Block a user