GUI: Cosmetic button name change

This commit is contained in:
deajan 2025-03-04 18:21:53 +01:00
parent acc9fecf14
commit c71e6d4d69
3 changed files with 6 additions and 2 deletions

View file

@ -262,7 +262,9 @@ def operations_gui(full_config: dict) -> dict:
def _get_repo_list(selected_rows):
if not selected_rows:
if (
sg.popup_yes_no(_t("operations_gui.no_repo_selected_apply_all"), keep_on_top=True)
sg.popup_yes_no(
_t("operations_gui.no_repo_selected_apply_all"), keep_on_top=True
)
== "No"
):
return False
@ -420,7 +422,7 @@ def operations_gui(full_config: dict) -> dict:
visible=True,
),
],
[sg.Button(_t("generic.quit"), key="--EXIT--")],
[sg.Button(_t("generic.return"), key="--EXIT--")],
],
element_justification="C",
)

View file

@ -2,6 +2,7 @@ en:
accept: Accept
cancel: Cancel
quit: Exit
return: Return
configure: Configure
about: About
options: Options

View file

@ -2,6 +2,7 @@ fr:
accept: Valider
cancel: Annuler
quit: Quitter
return: Retour
configure: Configurer
about: A propos
options: Options