diff options
-rw-r--r-- | data/empathy.schemas.in | 2 | ||||
-rw-r--r-- | libempathy-gtk/empathy-ui-utils.c | 2 |
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); |