[polari] Fix two typos in translatable strings
- From: Piotr Drąg <piotrdrag src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [polari] Fix two typos in translatable strings
- Date: Fri, 11 Nov 2016 16:56:58 +0000 (UTC)
commit 036bbe1c8da451dde45ab662b8c581457bcbaf8b
Author: Piotr Drąg <piotrdrag gmail com>
Date: Fri Nov 11 17:56:33 2016 +0100
Fix two typos in translatable strings
src/application.js | 2 +-
src/entryArea.js | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/application.js b/src/application.js
index 63433f1..6a4d057 100644
--- a/src/application.js
+++ b/src/application.js
@@ -36,7 +36,7 @@ const Application = new Lang.Class({
this.add_main_option('start-client', 0,
GLib.OptionFlags.NONE, GLib.OptionArg.NONE,
- _("Start Telephathy client"), null);
+ _("Start Telepathy client"), null);
this.connect('handle-local-options', (o, dict) => {
try {
this.register(null);
diff --git a/src/entryArea.js b/src/entryArea.js
index 858e7e5..f1ebeac 100644
--- a/src/entryArea.js
+++ b/src/entryArea.js
@@ -332,7 +332,7 @@ const EntryArea = new Lang.Class({
/* Translators: %s is a filename */
this._confirmLabel.label = _("Upload “%s” to public paste service?").format(name);
/* Translators: %s is a filename */
- this._uploadLabel.label = _("Uploading “%s” to public paste service …").format(name);
+ this._uploadLabel.label = _("Uploading “%s” to public paste service…").format(name);
this._setPasteContent(file);
},
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]