drive-menu: Add a translator comment explaining a variable
https://bugzilla.gnome.org/show_bug.cgi?id=687590
This commit is contained in:
@@ -103,6 +103,7 @@ const MountMenuItem = new Lang.Class({
|
||||
},
|
||||
|
||||
_reportFailure: function(exception) {
|
||||
// TRANSLATORS: %s is the filesystem name
|
||||
let msg = _("Ejecting drive “%s” failed:").format(this.mount.get_name());
|
||||
Main.notifyError(msg, exception.message);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user