Add context to ambiguous strings in login dialog
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=658414
This commit is contained in:
parent
b43cc22704
commit
9361c7223d
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user