mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
runDialog: Mark error message as translatable
https://bugzilla.gnome.org/show_bug.cgi?id=774643
This commit is contained in:
parent
7f12265685
commit
d23bd4c4a6
1 changed files with 1 additions and 1 deletions
|
|
@ -274,7 +274,7 @@ const RunDialog = new Lang.Class({
|
|||
|
||||
_restart: function() {
|
||||
if (Meta.is_wayland_compositor()) {
|
||||
this._showError('Restart is not available on Wayland');
|
||||
this._showError(_("Restart is not available on Wayland"));
|
||||
return;
|
||||
}
|
||||
this._shouldFadeOut = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue