diff --git a/js/ui/windowManager.js b/js/ui/windowManager.js index 1fec105f0..8634274a4 100644 --- a/js/ui/windowManager.js +++ b/js/ui/windowManager.js @@ -51,7 +51,8 @@ class DisplayChangeDialog extends ModalDialog.ModalDialog { this._countDown = Meta.MonitorManager.get_display_configuration_timeout(); - let title = _("Do you want to keep these display settings?"); + // Translators: This string should be shorter than 30 characters + let title = _('Keep these display settings?'); let description = this._formatCountDown(); this._content = new Dialog.MessageDialogContent({ title, description });