From: Baptiste Mille-Mathias Date: Sat, 26 Apr 2008 19:09:24 +0000 (+0000) Subject: Correct capitalisation. Fix bug #529439 (Baptiste Mille-Mathias). X-Git-Url: https://git.0d.be/?p=empathy.git;a=commitdiff_plain;h=ae2271dbd2103eac9c2bac426325108de9cf3154 Correct capitalisation. Fix bug #529439 (Baptiste Mille-Mathias). svn path=/trunk/; revision=1052 --- diff --git a/data/empathy.schemas.in b/data/empathy.schemas.in index 6a9ab9ee..7f13f98c 100644 --- a/data/empathy.schemas.in +++ b/data/empathy.schemas.in @@ -271,7 +271,7 @@ Checks if Salut account is created Whether or not the Salut account has been created on the first - empathy run. + Empathy run. diff --git a/libempathy-gtk/empathy-ui-utils.c b/libempathy-gtk/empathy-ui-utils.c index e1a0188d..6ac6ebd9 100644 --- a/libempathy-gtk/empathy-ui-utils.c +++ b/libempathy-gtk/empathy-ui-utils.c @@ -1324,7 +1324,7 @@ empathy_url_show (const char *url) 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);