mirror of
https://github.com/DYefremov/DemonEditor.git
synced 2026-03-04 03:21:38 +01:00
corrected tooltip for picons option
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user