forked from cromer/pamac-classic
add clearer strings for pacache options
This commit is contained in:
parent
6bdaf01e5c
commit
a62fb8fb52
@ -716,11 +716,11 @@ msgid "Do not ask for confirmation when building packages"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../resources/preferences_dialog.ui
|
#: ../resources/preferences_dialog.ui
|
||||||
msgid "Number of each package to keep in the cache:"
|
msgid "Number of versions of each package to keep in the cache:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../resources/preferences_dialog.ui
|
#: ../resources/preferences_dialog.ui
|
||||||
msgid "Only remove uninstalled packages"
|
msgid "Remove only the versions of uninstalled packages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../resources/preferences_dialog.ui
|
#: ../resources/preferences_dialog.ui
|
||||||
|
@ -686,7 +686,7 @@ All AUR users should be familiar with the build process.</property>
|
|||||||
<property name="can_focus">False</property>
|
<property name="can_focus">False</property>
|
||||||
<property name="halign">start</property>
|
<property name="halign">start</property>
|
||||||
<property name="hexpand">True</property>
|
<property name="hexpand">True</property>
|
||||||
<property name="label" translatable="yes">Number of each package to keep in the cache:</property>
|
<property name="label" translatable="yes">Number of versions of each package to keep in the cache:</property>
|
||||||
<property name="wrap">True</property>
|
<property name="wrap">True</property>
|
||||||
<property name="max_width_chars">300</property>
|
<property name="max_width_chars">300</property>
|
||||||
</object>
|
</object>
|
||||||
@ -724,7 +724,7 @@ All AUR users should be familiar with the build process.</property>
|
|||||||
</child>
|
</child>
|
||||||
<child>
|
<child>
|
||||||
<object class="GtkCheckButton" id="cache_only_uninstalled_checkbutton">
|
<object class="GtkCheckButton" id="cache_only_uninstalled_checkbutton">
|
||||||
<property name="label" translatable="yes">Only remove uninstalled packages</property>
|
<property name="label" translatable="yes">Remove only the versions of uninstalled packages</property>
|
||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
<property name="can_focus">True</property>
|
<property name="can_focus">True</property>
|
||||||
<property name="receives_default">False</property>
|
<property name="receives_default">False</property>
|
||||||
|
Loading…
Reference in New Issue
Block a user