]> git.0d.be Git - empathy.git/commitdiff
Correct capitalisation. Fix bug #529439 (Baptiste Mille-Mathias).
authorBaptiste Mille-Mathias <baptistem@src.gnome.org>
Sat, 26 Apr 2008 19:09:24 +0000 (19:09 +0000)
committerBaptiste Mille-Mathias <baptistem@src.gnome.org>
Sat, 26 Apr 2008 19:09:24 +0000 (19:09 +0000)
svn path=/trunk/; revision=1052

data/empathy.schemas.in
libempathy-gtk/empathy-ui-utils.c

index 6a9ab9ee5302cd9c97b36a869afbe6d5ce948a7a..7f13f98c308994d4a086dbbff21cd954d5e7ce37 100644 (file)
         <short>Checks if Salut account is created</short>
        <long>
        Whether or not the Salut account has been created on the first
         <short>Checks if Salut account is created</short>
        <long>
        Whether or not the Salut account has been created on the first
-      empathy run.
+      Empathy run.
         </long>
       </locale>
     </schema>
         </long>
       </locale>
     </schema>
index e1a0188ddbc1a9b3cad816a916bfcbe3612e939a..6ac6ebd9fa49a4539a8d4fcaae9522aa77d18d8e 100644 (file)
@@ -1324,7 +1324,7 @@ empathy_url_show (const char *url)
 
                dialog = gtk_message_dialog_new (NULL, 0,
                                                 GTK_MESSAGE_ERROR, GTK_BUTTONS_CLOSE, 
 
                dialog = gtk_message_dialog_new (NULL, 0,
                                                 GTK_MESSAGE_ERROR, GTK_BUTTONS_CLOSE, 
-                                                _("Unable to open uri"));
+                                                _("Unable to open URI"));
                gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (dialog),
                                                          error->message);
 
                gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (dialog),
                                                          error->message);