[gnome-sound-recorder] Replace three dots with a proper ellipsis
- From: Piotr Drąg <piotrdrag src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-sound-recorder] Replace three dots with a proper ellipsis
- Date: Thu, 19 Sep 2013 17:29:09 +0000 (UTC)
commit dbc7acc985c6659580d4a3a005758314faa841e5
Author: Piotr Drąg <piotrdrag gmail com>
Date: Thu Sep 19 19:25:46 2013 +0200
Replace three dots with a proper ellipsis
src/mainWindow.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/mainWindow.js b/src/mainWindow.js
index e07a43f..97b0361 100644
--- a/src/mainWindow.js
+++ b/src/mainWindow.js
@@ -275,7 +275,7 @@ const MainView = new Lang.Class({
margin_top: 6,
margin_left: 6,
margin_right: 6 });
- this.recordTextLabel.label = _("Recording...");
+ this.recordTextLabel.label = _("Recording…");
this._boxRecord.pack_start(this.recordTextLabel, false, true, 0);
this.recordTimeLabel = new Gtk.Label({ margin_bottom: 4,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]