]> git.0d.be Git - empathy.git/commitdiff
Add missing ;
authorLuca Ferretti <elle.uca@libero.it>
Fri, 28 Aug 2009 12:38:23 +0000 (14:38 +0200)
committerLuca Ferretti <elle.uca@libero.it>
Fri, 28 Aug 2009 12:38:23 +0000 (14:38 +0200)
src/empathy-account-assistant.c

index 68376733e7547e9a5f2b0e8d51dedbd47a43b2ef..54fe684a8c0105adb97c6cbff35018ad5a1fa7a7 100644 (file)
@@ -123,7 +123,7 @@ account_assistant_build_error_page (EmpathyAccountAssistant *self,
       priv->first_resp == RESPONSE_CREATE_ACCOUNT)
     message = _("There has been an error while creating the account.");
   else
-    message = _("There has been an error.")
+    message = _("There has been an error.");
 
   w = gtk_label_new (message);
   gtk_box_pack_start (GTK_BOX (hbox), w, FALSE, FALSE, 0);