Refactor translations from hildon-libs.
[modest] / src / widgets / modest-connection-specific-smtp-edit-window.c
index 4c57484..0b3f815 100644 (file)
@@ -44,6 +44,7 @@
 
 #ifdef MODEST_TOOLKIT_HILDON2
 #include <hildon/hildon.h>
+#include <modest-number-editor.h>
 #endif
 
 #include <glib/gi18n.h>
@@ -488,7 +489,7 @@ modest_connection_specific_smtp_edit_window_init (ModestConnectionSpecificSmtpEd
        gtk_widget_show (captioned);
 
        /* Add the button. Disabled by default */
-       gtk_dialog_add_button (GTK_DIALOG (self), _HL("wdgt_bd_save"), GTK_RESPONSE_OK);
+       gtk_dialog_add_button (GTK_DIALOG (self), _HL_SAVE, GTK_RESPONSE_OK);
        gtk_dialog_set_response_sensitive (GTK_DIALOG (self), GTK_RESPONSE_OK, FALSE);
 
        priv->is_dirty = FALSE;