aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk
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 /libempathy-gtk
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
Diffstat (limited to 'libempathy-gtk')
-rw-r--r--libempathy-gtk/empathy-ui-utils.c2
1 files changed, 1 insertions, 1 deletions
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);