diff options
author | Geoffrey McRae <gnif@xbmc.org> | 2012-04-25 18:30:11 +1200 |
---|---|---|
committer | Jonathan Marshall <jmarshall@never.you.mind> | 2012-05-10 09:40:35 +1200 |
commit | af922127eb333c8a87eddac7d2a0bdaf3e9f6a0e (patch) | |
tree | d948fb438607f4c4de002f9a988f179ee7e50c89 /language | |
parent | 79e46f111f028e6831cd7d6e358cbe437bf2b283 (diff) |
[AE] settings: Add setting to disable GUI sounds during playback
Diffstat (limited to 'language')
-rw-r--r-- | language/English/strings.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/language/English/strings.xml b/language/English/strings.xml index ccb4a46963..cc51809075 100644 --- a/language/English/strings.xml +++ b/language/English/strings.xml @@ -2367,7 +2367,9 @@ <string id="34108">5.1</string> <string id="34109">7.0</string> <string id="34110">7.1</string> - <!-- 34112-34200 reserved for future use --> + + <string id="34120">Enable GUI sounds during playback</string> + <!-- 34121-34200 reserved for future use --> <string id="34201">Can't find a next item to play</string> <string id="34202">Can't find a previous item to play</string> |