From ae2271dbd2103eac9c2bac426325108de9cf3154 Mon Sep 17 00:00:00 2001 From: Baptiste Mille-Mathias Date: Sat, 26 Apr 2008 19:09:24 +0000 Subject: Correct capitalisation. Fix bug #529439 (Baptiste Mille-Mathias). svn path=/trunk/; revision=1052 --- libempathy-gtk/empathy-ui-utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libempathy-gtk') 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); -- cgit v1.2.3