add clearer strings for pacache options

This commit is contained in:
guinux 2016-08-26 18:10:50 +02:00
parent 6bdaf01e5c
commit a62fb8fb52
2 changed files with 4 additions and 4 deletions

View File

@ -716,11 +716,11 @@ msgid "Do not ask for confirmation when building packages"
msgstr ""
#: ../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 ""
#: ../resources/preferences_dialog.ui
msgid "Only remove uninstalled packages"
msgid "Remove only the versions of uninstalled packages"
msgstr ""
#: ../resources/preferences_dialog.ui

View File

@ -686,7 +686,7 @@ All AUR users should be familiar with the build process.</property>
<property name="can_focus">False</property>
<property name="halign">start</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="max_width_chars">300</property>
</object>
@ -724,7 +724,7 @@ All AUR users should be familiar with the build process.</property>
</child>
<child>
<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="can_focus">True</property>
<property name="receives_default">False</property>