Mark string as translatable
This commit is contained in:
parent
7c3a99b7ed
commit
659730ab09
@ -66,7 +66,7 @@ const WindowMenu = new Lang.Class({
|
||||
}));
|
||||
}
|
||||
|
||||
item = this.addAction("Always on Top", Lang.bind(this, function() {
|
||||
item = this.addAction(_("Always on Top"), Lang.bind(this, function() {
|
||||
if (window.is_above())
|
||||
window.unmake_above();
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user