File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments