From 973ebccf5c1ba3664677a8c5d1bdfe52009f82be Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Fri, 27 Aug 2010 12:33:20 +0100 Subject: =?UTF-8?q?Bug=20628064=20=E2=80=94=20Miscellaneous=20string=20fix?= =?UTF-8?q?es?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- libempathy-gtk/empathy-account-widget-irc.ui | 2 +- libempathy-gtk/empathy-log-window.ui | 4 ++-- libempathy-gtk/empathy-tls-dialog.c | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'libempathy-gtk') diff --git a/libempathy-gtk/empathy-account-widget-irc.ui b/libempathy-gtk/empathy-account-widget-irc.ui index c69a54790..545fe679d 100644 --- a/libempathy-gtk/empathy-account-widget-irc.ui +++ b/libempathy-gtk/empathy-account-widget-irc.ui @@ -426,7 +426,7 @@ True 0 - What is your IRC nick? + What is your IRC nickname? 2 diff --git a/libempathy-gtk/empathy-log-window.ui b/libempathy-gtk/empathy-log-window.ui index 3220c18f4..5ce930095 100644 --- a/libempathy-gtk/empathy-log-window.ui +++ b/libempathy-gtk/empathy-log-window.ui @@ -123,7 +123,7 @@ - Find next + Find Next True False True @@ -140,7 +140,7 @@ - Find previous + Find Previous True False True diff --git a/libempathy-gtk/empathy-tls-dialog.c b/libempathy-gtk/empathy-tls-dialog.c index bcfe92e65..5e37532bf 100644 --- a/libempathy-gtk/empathy-tls-dialog.c +++ b/libempathy-gtk/empathy-tls-dialog.c @@ -157,7 +157,7 @@ reason_to_string (EmpathyTLSDialog *self) "Authority"); break; case EMP_TLS_CERTIFICATE_REJECT_REASON_EXPIRED: - reason_str = _("The certificate is expired"); + reason_str = _("The certificate has expired"); break; case EMP_TLS_CERTIFICATE_REJECT_REASON_NOT_ACTIVATED: reason_str = _("The certificate hasn't yet been activated"); @@ -266,7 +266,7 @@ empathy_tls_dialog_constructed (GObject *object) text = reason_to_string (self); g_object_set (message_dialog, - "text", _("This connection is untrusted, would you like to " + "text", _("This connection is untrusted. Would you like to " "continue anyway?"), "secondary-text", text, NULL); -- cgit v1.2.3