[gnome-music] Use more specific string - „Track ” -> „Track Title”



commit af85b78d06dae03695c054c4cf5d1444af4ecf16
Author: Yosef Or Boczko <yoseforb src gnome org>
Date:   Mon May 12 14:11:51 2014 +0300

    Use more specific string - „Track” -> „Track Title”

 gnomemusic/searchbar.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gnomemusic/searchbar.py b/gnomemusic/searchbar.py
index 3b7f7e9..bcd1905 100644
--- a/gnomemusic/searchbar.py
+++ b/gnomemusic/searchbar.py
@@ -30,7 +30,7 @@ class BaseManager:
                 ['search_all', _("All"), ''],
                 ['search_artist', _("Artist"), ''],
                 ['search_album', _("Album"), ''],
-                ['search_track', _("Track"), ''],
+                ['search_track', _("Track Title"), ''],
             ]
         for value in self.values:
             _iter = model.append()


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]