1
0
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:
Anthony Bilinski 2020-08-26 03:41:31 -07:00
parent 85e9aeea2f
commit cbead16742
No known key found for this signature in database
GPG Key ID: 2AA8E0DA1B31FB3C

View File

@ -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>