mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
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
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue