Philipp Hörist pushed to branch manage-roster at gajim / gajim
Commits:
4066ccd2 by Philipp Hörist at 2025-01-01T13:41:53+01:00
Fix menu string
- - - - -
1 changed file:
- gajim/gtk/menus.py
Changes:
=====================================
gajim/gtk/menus.py
=====================================
@@ -947,7 +947,7 @@ def get_manage_roster_menu(groups: list[str],
single_selection: bool) -> GajimMe
def get_manage_roster_import_menu(accounts: list[tuple[str, str]]) ->
GajimMenu:
menu = GajimMenu()
- menu.add_item(_("Import with File"), "win.import-from-file", None)
+ menu.add_item(_("Import from File"), "win.import-from-file", None)
if accounts:
menuitems: MenuItemListT = []
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/4066ccd2f09044402353e5aa956d201a35173c53
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/4066ccd2f09044402353e5aa956d201a35173c53
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]