X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fhildon2%2Fmodest-main-window.c;h=b89320d3dc1fed529a0707ca12808711bab727b7;hp=35c13f516e8507c8c0ce273d14bc93ca67a69119;hb=83cfbd96aa351d1ffc91d409cacb26ad1ec7df2d;hpb=61bbe9ed9335ddcc1957bf8c3158975139c794a7;ds=sidebyside diff --git a/src/hildon2/modest-main-window.c b/src/hildon2/modest-main-window.c index 35c13f5..b89320d 100644 --- a/src/hildon2/modest-main-window.c +++ b/src/hildon2/modest-main-window.c @@ -2226,7 +2226,7 @@ on_zoom_minus_plus_not_implemented (ModestWindow *window) { g_return_val_if_fail (MODEST_IS_MAIN_WINDOW (window), FALSE); - hildon_banner_show_information (NULL, NULL, dgettext("hildon-common-strings", "ckct_ib_cannot_zoom_here")); + hildon_banner_show_information (NULL, NULL, _CS("ckct_ib_cannot_zoom_here")); return FALSE; }