diff options
author | Jeff Dorman <Jeff Dorman> | 2016-07-31 18:39:43 +0100 |
---|---|---|
committer | Jeff Dorman <Jeff Dorman> | 2016-07-31 18:39:43 +0100 |
commit | 4fa1ad130c1c5479281536aa96f7a2fa45df2333 (patch) | |
tree | 2990e0a8aa735804799aff90bf3d7dcbd097eb9b /addons/skin.estouchy | |
parent | 2044b0335b09e68eff9624f8d08ff7bed1f09614 (diff) |
[estouchy] adjustments for renaming of Library settings to Media settings
Diffstat (limited to 'addons/skin.estouchy')
-rw-r--r-- | addons/skin.estouchy/language/resource.language.en_gb/strings.po | 2 | ||||
-rw-r--r-- | addons/skin.estouchy/xml/Settings.xml | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/addons/skin.estouchy/language/resource.language.en_gb/strings.po b/addons/skin.estouchy/language/resource.language.en_gb/strings.po index fb745d9ecc..9e2afb58fe 100644 --- a/addons/skin.estouchy/language/resource.language.en_gb/strings.po +++ b/addons/skin.estouchy/language/resource.language.en_gb/strings.po @@ -244,7 +244,7 @@ msgid "Configure actions that can be used during playback · Configure how media msgstr "" msgctxt "#31409" -msgid "Configure how the media lists display content · Configure how library lists are navigated · Configure database options" +msgid "Configure library sources· Show the media lists display content · Configure how library lists are navigated" msgstr "" msgctxt "#31410" diff --git a/addons/skin.estouchy/xml/Settings.xml b/addons/skin.estouchy/xml/Settings.xml index f2a57a97c6..5469a4c17b 100644 --- a/addons/skin.estouchy/xml/Settings.xml +++ b/addons/skin.estouchy/xml/Settings.xml @@ -131,9 +131,9 @@ <icon>icon_settings_player.png</icon> </item> <item id="2"> - <label>14202</label> + <label>14211</label> <label2>31409</label2> - <onclick>ActivateWindow(LibrarySettings)</onclick> + <onclick>ActivateWindow(MediaSettings)</onclick> <icon>icon_settings_library.png</icon> </item> <item id="3"> |