1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

fix(UI): string for option auto-accepting files

Regressed in 7fe8a86c03.
This commit is contained in:
Zetok Zalbavar 2016-10-02 09:02:06 +01:00
parent 6628bf250a
commit 1d4ea1ec40
No known key found for this signature in database
GPG Key ID: C953D3880212068A

View File

@ -167,7 +167,7 @@
<item row="5" column="0" colspan="2">
<widget class="QCheckBox" name="autoacceptfile">
<property name="text">
<string>Auto accept file</string>
<string>Auto accept files</string>
</property>
</widget>
</item>