diff --git a/po/pamac.pot b/po/pamac.pot index 5aacc894fb7fa2ada2434d120a279f3649e886f5..e828b00a21fdfc8cbed98aea53ca069dab0a077b 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 50af84af8abbc03e9fe41ad125e4527e26814203..0e372665b7675f618064554d38f2af890b8b7ca4 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>