[gnome-music] view: mark a string for empty search view as translatable
- From: Vadim Rutkovsky <vrutkovsky src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-music] view: mark a string for empty search view as translatable
- Date: Tue, 23 Jun 2015 16:32:41 +0000 (UTC)
commit 23a6bff12b84efccf447f34e7c67945ab3feb495
Author: Vadim Rutkovsky <vrutkovs redhat com>
Date: Tue Jun 23 18:30:28 2015 +0200
view: mark a string for empty search view as translatable
https://bugzilla.gnome.org/show_bug.cgi?id=744464
gnomemusic/view.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gnomemusic/view.py b/gnomemusic/view.py
index 856dece..659e0d4 100644
--- a/gnomemusic/view.py
+++ b/gnomemusic/view.py
@@ -1322,7 +1322,7 @@ class EmptySearch(ViewContainer):
widget = builder.get_object('container')
widget.set_vexpand(True)
widget.set_hexpand(True)
- widget.get_children()[1].get_children()[1].set_text("Try a different search")
+ widget.get_children()[1].get_children()[1].set_text(_("Try a different search"))
widget.show_all()
self._box.add(widget)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]