X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2Fhildon2%2Fmodest-folder-window.c;h=df05c43de4a24112b8de73e7a9ee98dbec995128;hb=fd1d9e254d08ad38779f8a1bb5c4d6d350040a9b;hp=22d8b1c74674e7dcbce02fb3f5a2d9249200b4ed;hpb=a4703e7a3ab041bcc15f1154440508408a498859;p=modest diff --git a/src/hildon2/modest-folder-window.c b/src/hildon2/modest-folder-window.c index 22d8b1c..df05c43 100644 --- a/src/hildon2/modest-folder-window.c +++ b/src/hildon2/modest-folder-window.c @@ -523,8 +523,12 @@ setup_menu (ModestFolderWindow *self) APP_MENU_CALLBACK (modest_ui_actions_cancel_send), MODEST_DIMMING_CALLBACK (modest_ui_dimming_rules_on_cancel_sending_all)); - modest_hildon2_window_add_to_menu (MODEST_HILDON2_WINDOW (self), _("mcen_me_edit_account"), NULL, - APP_MENU_CALLBACK (edit_account), + modest_hildon2_window_add_to_menu (MODEST_HILDON2_WINDOW (self), + dngettext(GETTEXT_PACKAGE, + "mcen_me_edit_account", + "mcen_me_edit_accounts", + 1), + NULL, APP_MENU_CALLBACK (edit_account), MODEST_DIMMING_CALLBACK (modest_ui_dimming_rules_on_edit_accounts)); }