drive-menu: Add a translator comment explaining a variable

https://bugzilla.gnome.org/show_bug.cgi?id=687590
This commit is contained in:
Piotr Drąg
2017-08-02 17:11:28 +02:00
parent c74077239e
commit 71ba8b04d7
+1
View File
@@ -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);
},