]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/empathy-bad-password-dialog.c
remove released flag
[empathy.git] / libempathy-gtk / empathy-bad-password-dialog.c
index 2209ff064570c7bb8d7b19074c1939c67d5f3a0c..5cdb90d1eeadbfcb7e671c6d280abcb26627fadb 100644 (file)
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
  */
 
-#include <config.h>
-
+#include "config.h"
 #include "empathy-bad-password-dialog.h"
 
 #include <glib/gi18n-lib.h>
 
 #define DEBUG_FLAG EMPATHY_DEBUG_SASL
-#include <libempathy/empathy-debug.h>
-#include <libempathy/empathy-utils.h>
+#include "empathy-debug.h"
 
 G_DEFINE_TYPE (EmpathyBadPasswordDialog, empathy_bad_password_dialog,
     EMPATHY_TYPE_BASE_PASSWORD_DIALOG)
@@ -127,7 +125,7 @@ empathy_bad_password_dialog_constructed (GObject *object)
   G_OBJECT_CLASS (empathy_bad_password_dialog_parent_class)->constructed (
       object);
 
-  text = g_strdup_printf (_("Authentification failed for account <b>%s</b>"),
+  text = g_strdup_printf (_("Authentication failed for account <b>%s</b>"),
       tp_account_get_display_name (base->account));
   gtk_message_dialog_set_markup (GTK_MESSAGE_DIALOG (self), text);
   g_free (text);