Add translation comments

This commit is contained in:
kramo
2023-07-01 11:36:45 +02:00
parent 772bf30468
commit 95d47815ab
2 changed files with 12 additions and 8 deletions

View File

@@ -286,10 +286,12 @@ class PreferencesWindow(Adw.PreferencesWindow):
# Bad picked location, inform user
else:
if location_name == "cache":
title = _("Directory not Valid")
title = _("Invalid Directory")
# The variable is the name of the source
subtitle_format = _("Select the {} cache directory.")
else:
title = _("Directory not Valid")
title = _("Invalid Directory")
# The variable is the name of the source
subtitle_format = _("Select the {} installation directory.")
dialog = create_dialog(
self,