We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4096ea2 commit 6cc3ba7Copy full SHA for 6cc3ba7
js/ui/closeDialog.js
@@ -44,9 +44,9 @@ var CloseDialog = GObject.registerClass({
44
let windowApp = tracker.get_window_app(this._window);
45
46
/* Translators: %s is an application name */
47
- let title = _('“%s” Is Not Responding').format(windowApp.get_name());
+ let title = _('%s is not responding').format(windowApp.get_name());
48
let description = _('You may choose to wait a short while for it to ' +
49
- 'continue or force the app to quit entirely');
+ 'continue or force the app to quit entirely.');
50
return new Dialog.MessageDialogContent({title, description});
51
}
52
0 commit comments