From: Jose Dapena Paz Date: Thu, 30 Oct 2008 12:16:40 +0000 (+0000) Subject: * Connection specific Smtp edit window ok button is now save button. X-Git-Tag: git_migration_finished~1072 X-Git-Url: http://git.maemo.org/git/?p=modest;a=commitdiff_plain;h=a6f08ec1daa7287a9e952bf208fc207560ca9b5c * Connection specific Smtp edit window ok button is now save button. pmo-trunk-r6197 --- diff --git a/src/hildon2/modest-connection-specific-smtp-edit-window.c b/src/hildon2/modest-connection-specific-smtp-edit-window.c index e3ab2e7..70e7ac1 100644 --- a/src/hildon2/modest-connection-specific-smtp-edit-window.c +++ b/src/hildon2/modest-connection-specific-smtp-edit-window.c @@ -375,7 +375,7 @@ modest_connection_specific_smtp_edit_window_init (ModestConnectionSpecificSmtpEd on_security_picker_changed (HILDON_PICKER_BUTTON (priv->outgoing_security_picker), self); /* Add the buttons: */ - gtk_dialog_add_button (GTK_DIALOG (self), _("mcen_bd_dialog_ok"), GTK_RESPONSE_OK); + gtk_dialog_add_button (GTK_DIALOG (self), _HL("wdgt_bd_save"), GTK_RESPONSE_OK); priv->is_dirty = FALSE; priv->range_error_occured = FALSE;