[gnome-initial-setup] privacy: Fix translator comment



commit 9ea6f5064b9f7cc60fa6842acc29c099c84d0c70
Author: Bastien Nocera <hadess hadess net>
Date:   Mon May 18 16:42:57 2015 +0200

    privacy: Fix translator comment
    
    We fall back to "GNOME", not "GNOME 3" as the OS name when
    /etc/os-release doesn't exist.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=749545

 .../pages/privacy/gis-privacy-page.c               |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gnome-initial-setup/pages/privacy/gis-privacy-page.c 
b/gnome-initial-setup/pages/privacy/gis-privacy-page.c
index 341b041..1211f69 100644
--- a/gnome-initial-setup/pages/privacy/gis-privacy-page.c
+++ b/gnome-initial-setup/pages/privacy/gis-privacy-page.c
@@ -103,7 +103,7 @@ update_os_data (GisPrivacyPage *page)
     name = g_strdup ("GNOME");
 
   /* Translators: the parameter here is the name of a distribution,
-   * like "Fedora" or "Ubuntu". It falls back to "GNOME 3" if we can't
+   * like "Fedora" or "Ubuntu". It falls back to "GNOME" if we can't
    * detect any distribution.
    */
   text = g_strdup_printf (_("Sending reports of technical problems helps us to improve %s. Reports are sent 
anonymously and are scrubbed of personal data."), name);


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