diff --git a/po/cartridges.pot b/po/cartridges.pot index 51141b0..914a8ae 100644 --- a/po/cartridges.pot +++ b/po/cartridges.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Cartridges\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-07-01 11:30+0200\n" +"POT-Creation-Date: 2023-07-01 11:35+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -494,18 +494,14 @@ msgid "" "An API key is required to use SteamGridDB. You can generate one {}here{}." msgstr "" -#: src/preferences.py:289 -msgid "Cache directory not found" +#: src/preferences.py:289 src/preferences.py:292 +msgid "Directory not Valid" msgstr "" #: src/preferences.py:290 msgid "Select the {} cache directory." msgstr "" -#: src/preferences.py:292 -msgid "Installation directory not found" -msgstr "" - #: src/preferences.py:293 msgid "Select the {} installation directory." msgstr "" diff --git a/src/preferences.py b/src/preferences.py index 5db7667..bc1a79f 100644 --- a/src/preferences.py +++ b/src/preferences.py @@ -286,10 +286,10 @@ class PreferencesWindow(Adw.PreferencesWindow): # Bad picked location, inform user else: if location_name == "cache": - title = _("Cache directory not found") + title = _("Directory not Valid") subtitle_format = _("Select the {} cache directory.") else: - title = _("Installation directory not found") + title = _("Directory not Valid") subtitle_format = _("Select the {} installation directory.") dialog = create_dialog( self,