[gnome-online-accounts/gnome-3-14] facebook: Restore a wrongly deleted string



commit 2c8ce1623b1d90b3020a7faccaafb090a13a2a4b
Author: Debarshi Ray <debarshir gnome org>
Date:   Thu Mar 26 17:50:10 2015 +0100

    facebook: Restore a wrongly deleted string
    
    It should not break string freeze because it is used elsewhere.
    
    Fall out from 252937bcda7797ddabeebf85827e3cd48944ec03
    
    https://bugzilla.gnome.org/show_bug.cgi?id=745004

 src/goabackend/goafacebookprovider.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/src/goabackend/goafacebookprovider.c b/src/goabackend/goafacebookprovider.c
index c19f047..8445d7c 100644
--- a/src/goabackend/goafacebookprovider.c
+++ b/src/goabackend/goafacebookprovider.c
@@ -428,7 +428,9 @@ show_account (GoaProvider         *provider,
   goa_util_add_account_info (grid, row++, object);
 
   goa_util_add_row_switch_from_keyfile_with_blurb (grid, row++, object,
-                                                   NULL,
+                                                   /* Translators: This is a label for a series of
+                                                    * options switches. For example: “Use for Mail”. */
+                                                   _("Use for"),
                                                    "photos-disabled",
                                                    _("_Photos"));
 }


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