diff options
author | lado <herrlado@gmail.com> | 2012-01-25 00:35:11 +0100 |
---|---|---|
committer | lado <herrlado@gmail.com> | 2012-01-25 00:35:11 +0100 |
commit | 1cb716ecb5bc0750715dc6bc9e069b84a1823b31 (patch) | |
tree | 70fa6ef0cddfaeb466a228e085e799228800e308 /vdrmanager/res/values | |
parent | d9efb2dae533bffc8e4aa57e28118c97072ad923 (diff) | |
download | vdr-manager-1cb716ecb5bc0750715dc6bc9e069b84a1823b31.tar.gz vdr-manager-1cb716ecb5bc0750715dc6bc9e069b84a1823b31.tar.bz2 |
beter handling of recent channels
Diffstat (limited to 'vdrmanager/res/values')
-rw-r--r-- | vdrmanager/res/values/strings.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/vdrmanager/res/values/strings.xml b/vdrmanager/res/values/strings.xml index 58a2a33..20efafe 100644 --- a/vdrmanager/res/values/strings.xml +++ b/vdrmanager/res/values/strings.xml @@ -304,6 +304,7 @@ <string name="recording_item_menu_delete">Delete</string> <string name="recording_item_menu_stream">Stream</string> <string name="recent_channels">Recent channels</string> - <string name="recent_channels_no_history">No history…</string> - + <string name="recent_channels_no_history">No history…</string> + <string name="gui_max_recent_channels_title">Max. recent channels</string> + <string name="gui_max_recent_channels_summary">How many channels should be kept in the recent channels?</string> </resources>
\ No newline at end of file |