* Fixes NB#92938, replaced the logical strings by the new ones
authorJose Dapena Paz <jdapena@igalia.com>
Thu, 4 Dec 2008 21:10:45 +0000 (21:10 +0000)
committerJose Dapena Paz <jdapena@igalia.com>
Thu, 4 Dec 2008 21:10:45 +0000 (21:10 +0000)
pmo-drop-split-view-r6619

src/hildon2/modest-platform.c

index 6bf0a4f..f4f19da 100644 (file)
@@ -1676,9 +1676,9 @@ modest_platform_run_certificate_confirmation_dialog (const gchar* server_name,
        note = hildon_note_new_confirmation_add_buttons  (
                NULL,
                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",