From a62fb8fb526f23e68cc7ab25ebbd1d0c150ab898 Mon Sep 17 00:00:00 2001 From: guinux <nuxgui@gmail.com> Date: Fri, 26 Aug 2016 18:10:50 +0200 Subject: [PATCH] add clearer strings for pacache options --- po/pamac.pot | 4 ++-- resources/preferences_dialog.ui | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/po/pamac.pot b/po/pamac.pot index 5aacc894..e828b00a 100644 --- a/po/pamac.pot +++ b/po/pamac.pot @@ -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 diff --git a/resources/preferences_dialog.ui b/resources/preferences_dialog.ui index 50af84af..0e372665 100644 --- a/resources/preferences_dialog.ui +++ b/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="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> -- GitLab