Piotr Drąg
2016-09-30 00:09:16 +02:00
parent 35b0ab6bf8
commit 5ad82d05f9
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -103,7 +103,7 @@ const MountMenuItem = new Lang.Class({
},
_reportFailure: function(exception) {
let msg = _("Ejecting drive '%s' failed:").format(this.mount.get_name());
let msg = _("Ejecting drive %s failed:").format(this.mount.get_name());
Main.notifyError(msg, exception.message);
},
+1 -1
View File
@@ -42,7 +42,7 @@ const ExamplePrefsWidget = new GObject.Class({
// translated
let primaryText = _("Example aims to show how to build well behaved \
extensions for the Shell and as such it has little functionality on its own.\n\
Nevertheless it's possible to customize the greeting message.");
Nevertheless its possible to customize the greeting message.");
this.add(new Gtk.Label({ label: primaryText,
wrap: true, xalign: 0 }));
+1 -1
View File
@@ -56,7 +56,7 @@ const PlaceInfo = new Lang.Class({
Gio.AppInfo.launch_default_for_uri(file.get_uri(), launchContext);
});
} catch(e) {
Main.notifyError(_("Failed to launch \"%s\"").format(this.name), e.message);
Main.notifyError(_("Failed to launch “%s”").format(this.name), e.message);
}
},
@@ -12,7 +12,7 @@
<summary>When to group windows</summary>
<description>
Decides when to group windows from the same application on the
window list. Possible values are "never", "auto" and "always".
window list. Possible values are never, auto and always.
</description>
</key>
<key name="show-on-all-monitors" type="b">