From: Sergio Villar Senin Date: Tue, 18 Nov 2008 17:00:21 +0000 (+0000) Subject: * Fixes NB#92938, replaced the logical strings by the new ones X-Git-Tag: git_migration_finished~1016 X-Git-Url: http://git.maemo.org/git/?p=modest;a=commitdiff_plain;h=08bead4f97696d89255c01927ad4c851987dad89 * Fixes NB#92938, replaced the logical strings by the new ones pmo-trunk-r6335 --- diff --git a/src/hildon2/modest-platform.c b/src/hildon2/modest-platform.c index 75d0823..4015f50 100644 --- a/src/hildon2/modest-platform.c +++ b/src/hildon2/modest-platform.c @@ -1681,9 +1681,9 @@ modest_platform_run_certificate_confirmation_dialog (const gchar* server_name, note = hildon_note_new_confirmation_add_buttons ( GTK_WINDOW(main_win), question, - _("mcen_bd_dialog_ok"), GTK_RESPONSE_OK, - _("mcen_bd_view"), GTK_RESPONSE_APPLY, /* abusing this... */ - _("mcen_bd_dialog_cancel"), GTK_RESPONSE_CANCEL, + _HL("wdgt_bd_yes"), GTK_RESPONSE_OK, + _HL("wdgt_bd_view"), GTK_RESPONSE_APPLY, /* abusing this... */ + _HL("wdgt_bd_no"), GTK_RESPONSE_CANCEL, NULL, NULL); g_signal_connect (G_OBJECT(note), "response",