aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBaptiste Mille-Mathias <baptistem@src.gnome.org>2008-04-27 03:09:24 +0800
committerBaptiste Mille-Mathias <baptistem@src.gnome.org>2008-04-27 03:09:24 +0800
commitae2271dbd2103eac9c2bac426325108de9cf3154 (patch)
treecb8b395a897f46a57c3f81c5eec2fd265e755b51
parent53c96121f734038673723001edb10c87546cdfaa (diff)
downloadgsoc2013-empathy-ae2271dbd2103eac9c2bac426325108de9cf3154.tar
gsoc2013-empathy-ae2271dbd2103eac9c2bac426325108de9cf3154.tar.gz
gsoc2013-empathy-ae2271dbd2103eac9c2bac426325108de9cf3154.tar.bz2
gsoc2013-empathy-ae2271dbd2103eac9c2bac426325108de9cf3154.tar.lz
gsoc2013-empathy-ae2271dbd2103eac9c2bac426325108de9cf3154.tar.xz
gsoc2013-empathy-ae2271dbd2103eac9c2bac426325108de9cf3154.tar.zst
gsoc2013-empathy-ae2271dbd2103eac9c2bac426325108de9cf3154.zip
Correct capitalisation. Fix bug #529439 (Baptiste Mille-Mathias).
svn path=/trunk/; revision=1052
-rw-r--r--data/empathy.schemas.in2
-rw-r--r--libempathy-gtk/empathy-ui-utils.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/data/empathy.schemas.in b/data/empathy.schemas.in
index 6a9ab9ee5..7f13f98c3 100644
--- a/data/empathy.schemas.in
+++ b/data/empathy.schemas.in
@@ -271,7 +271,7 @@
<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>
diff --git a/libempathy-gtk/empathy-ui-utils.c b/libempathy-gtk/empathy-ui-utils.c
index e1a0188dd..6ac6ebd9f 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);