[epiphany] Fix translators comment, bug #720639



commit d9c019e16b48586936271dabbc3f8a21b1925f53
Author: Reinout van Schouwen <reinouts gnome org>
Date:   Tue Dec 17 23:23:39 2013 +0100

    Fix translators comment, bug #720639

 embed/ephy-web-view.c |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/embed/ephy-web-view.c b/embed/ephy-web-view.c
index 8d67a9c..b535989 100644
--- a/embed/ephy-web-view.c
+++ b/embed/ephy-web-view.c
@@ -502,9 +502,8 @@ ephy_web_view_create_form_auth_save_confirmation_info_bar (EphyWebView *web_view
                                   GTK_ORIENTATION_HORIZONTAL);
 
   label = gtk_label_new (NULL);
-  /* Translators: The first %s is the username and the second one is the
-   * hostname where this is happening. Example: gnome gmail com and
-   * mail.google.com.
+  /* Translators: The %s the hostname where this is happening. 
+   * Example: mail.google.com.
    */
   message = g_markup_printf_escaped (_("Do you want to save your password for ā€œ%sā€?"),
                                      hostname);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]