Fix translations

This commit is contained in:
kramo
2023-07-01 11:35:17 +02:00
parent 7311015549
commit 772bf30468
2 changed files with 5 additions and 9 deletions

View File

@@ -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,