[polari] Mark more a string to be translatable
- From: Yosef Or Boczko <yoseforb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [polari] Mark more a string to be translatable
- Date: Thu, 9 Jan 2014 18:20:16 +0000 (UTC)
commit 30af49f1a950383dd18bfd87fb7a175eda275059
Author: Yosef Or Boczko <yoseforb gmail com>
Date: Thu Jan 9 20:15:50 2014 +0200
Mark more a string to be translatable
src/joinDialog.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/joinDialog.js b/src/joinDialog.js
index 10a41f3..a55dd8d 100644
--- a/src/joinDialog.js
+++ b/src/joinDialog.js
@@ -65,7 +65,7 @@ const JoinDialog = new Lang.Class({
this._details = new Connections.ConnectionDetails(null);
this._stack.add_named(this._details.widget, 'connection');
- this._details.confirmButton.label = "_Save";
+ this._details.confirmButton.label = _("_Save");
this._details.setCancelVisible(false);
this._details.connect('response', Lang.bind(this,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]