[gnome-shell] Add context to ambiguous strings in login dialog



commit 9361c7223dbcf5707cdf9abc8db5541b794f500c
Author: Piotr DrÄg <piotrdrag gmail com>
Date:   Fri Sep 9 22:46:23 2011 +0200

    Add context to ambiguous strings in login dialog
    
    Fixes https://bugzilla.gnome.org/show_bug.cgi?id=658414

 js/gdm/loginDialog.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/js/gdm/loginDialog.js b/js/gdm/loginDialog.js
index 1722751..be7f374 100644
--- a/js/gdm/loginDialog.js
+++ b/js/gdm/loginDialog.js
@@ -758,7 +758,7 @@ LoginDialog.prototype = {
                                     Lang.bind(this, this._onConversationStopped));
 
         this._titleLabel = new St.Label({ style_class: 'login-dialog-title',
-                                          text: _("Sign In") });
+                                          text: C_("title", "Sign In") });
 
         this.contentLayout.add(this._titleLabel,
                               { y_fill: false,
@@ -930,7 +930,7 @@ LoginDialog.prototype = {
                        { action: Lang.bind(this, function() {
                                      hold.release();
                                  }),
-                         label: _("Sign In") }];
+                         label: C_("button", "Sign In") }];
 
         this._promptEntryActivateCallbackId = this._promptEntry.clutter_text.connect('activate',
                                                                                      Lang.bind(this, function() {



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