[gnome-sound-recorder] Add a missing space to a translatable string in the previous commit
- From: Piotr Drąg <piotrdrag src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-sound-recorder] Add a missing space to a translatable string in the previous commit
- Date: Sat, 18 Mar 2017 20:24:45 +0000 (UTC)
commit 7ec815581eb00ae3f075024bbd11acfa88d88eb4
Author: Piotr Drąg <piotrdrag gmail com>
Date: Sat Mar 18 21:23:48 2017 +0100
Add a missing space to a translatable string in the previous commit
src/record.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/record.js b/src/record.js
index c5d4585..f54427a 100644
--- a/src/record.js
+++ b/src/record.js
@@ -81,7 +81,7 @@ const Record = new Lang.Class({
let [res, out, err, status] = GLib.spawn_command_line_sync(inspect);
let err_str = String(err)
if (err_str.replace(/\W/g, ''))
- this._showErrorDialog(_("Please install the GStreamer1.0 PulseAudio plugin."));
+ this._showErrorDialog(_("Please install the GStreamer 1.0 PulseAudio plugin."));
else
this._showErrorDialog(_("Your audio capture settings are invalid."));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]