diff options
author | xhaggi <sascha.woo@gmail.com> | 2014-07-30 15:35:51 +0200 |
---|---|---|
committer | xhaggi <sascha.woo@gmail.com> | 2014-08-03 20:12:05 +0200 |
commit | bab508dc98edb360ef0385d9232b4bcaa93c196c (patch) | |
tree | 397af4e7079b1686172ec478f25644eb8bef0205 /language | |
parent | 6b54c290c11eed79dfd610cfcedaeb8683ca2124 (diff) |
[pvr] improvements/cleanups for the search window
* removes item 'no search results' and adds a new item 'Search ...'
which do not disappear if the results are shown
* renames ShowSearchResults() to OpenDialogSearch() as we don't show
results, we show the dialog to define the search settings
* refactor method Search() into OnPrepareFileItems()
* removes some needless methods/vars like ActionShowSearch()
Diffstat (limited to 'language')
-rwxr-xr-x | language/English/strings.po | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/language/English/strings.po b/language/English/strings.po index 3b3fdd017d..d6bb4c26be 100755 --- a/language/English/strings.po +++ b/language/English/strings.po @@ -7967,7 +7967,10 @@ msgctxt "#19139" msgid "Name of the new group" msgstr "" -#empty string with id 19140 +#: xbmc/pvr/windows/GUIWindowPVRSearch.cpp +msgctxt "#19140" +msgid "Search..." +msgstr "" msgctxt "#19141" msgid "Group" |