[gnome-characters] window: Mark forgotten string as translatable
- From: Piotr Drąg <piotrdrag src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-characters] window: Mark forgotten string as translatable
- Date: Sun, 17 Jul 2016 17:39:25 +0000 (UTC)
commit c9979ed44897a2cc10ee2c046e5744cdcdc6e04b
Author: Piotr Drąg <piotrdrag gmail com>
Date: Sun Jul 17 19:38:11 2016 +0200
window: Mark forgotten string as translatable
src/window.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/window.js b/src/window.js
index cfc2f05..05d0ee2 100644
--- a/src/window.js
+++ b/src/window.js
@@ -279,7 +279,7 @@ const MainView = new Lang.Class({
characterList = this._createCharacterList(
'search-result', _('Search Result Character List'));
// FIXME: Can't use GtkContainer.child_get_property.
- characterList.title = "Search Result";
+ characterList.title = _("Search Result");
this.add_named(characterList, 'search-result');
// FIXME: Can't use GSettings.bind with 'as' from Gjs
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]