Skip to content

Commit 79abe5e

Browse files
committed
l10n: Update msgids in new clutter dialog
1 parent 714662e commit 79abe5e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

js/ui/windowManager.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,10 @@ class DisplayChangeDialog extends ModalDialog.ModalDialog {
8383
/* Translators: this and the following message should be limited in length,
8484
to avoid ellipsizing the labels.
8585
*/
86-
this._cancelButton = this.addButton({ label: _("Revert Settings"),
86+
this._cancelButton = this.addButton({ label: _("Revert"),
8787
action: this._onFailure.bind(this),
8888
key: Clutter.KEY_Escape });
89-
this._okButton = this.addButton({ label: _("Keep Changes"),
89+
this._okButton = this.addButton({ label: _("Keep changes"),
9090
action: this._onSuccess.bind(this),
9191
default: true });
9292

@@ -104,8 +104,8 @@ class DisplayChangeDialog extends ModalDialog.ModalDialog {
104104
}
105105

106106
_formatCountDown() {
107-
let fmt = ngettext("Settings changes will revert in %d second",
108-
"Settings changes will revert in %d seconds");
107+
let fmt = ngettext("Reverting to previous display settings in %d second.",
108+
"Reverting to previous display settings in %d seconds.");
109109
return fmt.format(this._countDown);
110110
}
111111

0 commit comments

Comments
 (0)