corrected tooltip for picons option

This commit is contained in:
DYefremov
2022-05-06 23:06:03 +03:00
parent 7d31a050fe
commit 67a75e5ffa

View File

@@ -2487,7 +2487,8 @@ Author: Dmitriy Yefremov
<object class="GtkLabel" id="compress_picons_label">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="tooltip_text" translatable="yes">Enables upload as an archive if a large number of picon (more than 1000) is selected.\nRecommended only if you have external storage.</property>
<property name="tooltip_text" translatable="yes">Enables upload as an archive if a large number of picon (> 1000) is selected.
Recommended only if you have external storage.</property>
<property name="halign">start</property>
<property name="label" translatable="yes">Enable picons compression</property>
</object>
@@ -2500,7 +2501,8 @@ Author: Dmitriy Yefremov
<object class="GtkSwitch" id="compress_picons_switch">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="tooltip_text" translatable="yes">Enables upload as an archive if a large number of picon is selected.</property>
<property name="tooltip_text" translatable="yes">Enables upload as an archive if a large number of picon (> 1000) is selected.
Recommended only if you have external storage.</property>
</object>
<packing>
<property name="left_attach">1</property>