X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fmodest-utils.c;h=fe4ef2815c3e748a85f7e2e42314a661b51d8a99;hp=fb9952bcc8955fa38c3e5a51ed1d3332d8c535fc;hb=0d2a5000505e556cf6ba3e2cda699d9610a80782;hpb=e8800d9f36d0a4201cb5a74d88d5a48ca22bb641 diff --git a/src/modest-utils.c b/src/modest-utils.c index fb9952b..fe4ef28 100644 --- a/src/modest-utils.c +++ b/src/modest-utils.c @@ -824,7 +824,7 @@ modest_utils_on_entry_invalid_character (ModestValidatingEntry *self, show_char = "' '"; } - message = g_strdup_printf (_CS("ckdg_ib_illegal_characters_entered"), show_char); + message = g_strdup_printf (_CS_ILLEGAL_CHARACTERS_ENTERED, show_char); modest_platform_information_banner (GTK_WIDGET (self), NULL, message); g_free (message); }