From 19b289a1b9967b697b54f20f12c1d3a1e44b6e39 Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Sat, 6 Jul 2013 17:14:02 -0400 Subject: Reuse frequency string from recording for playback frequency. Update all .lang files and change the id from LANG_RECORDING_FREQUENCY to LANG_FREQUENCY. Also update description and target. It will throw things off for targets without recording but that do have 48KHz, possibly older iPods. I'm not sure what else it might be off hand. Regenerate voice files and replace .lang files in that case. Change-Id: I9ab396ecfcca9206054bde34aa2cc23b505dabff --- apps/lang/english.lang | 27 +++++---------------------- 1 file changed, 5 insertions(+), 22 deletions(-) (limited to 'apps/lang/english.lang') diff --git a/apps/lang/english.lang b/apps/lang/english.lang index 0dd3b43f5a..241eed5293 100644 --- a/apps/lang/english.lang +++ b/apps/lang/english.lang @@ -5720,20 +5720,20 @@ - id: LANG_RECORDING_FREQUENCY - desc: in the recording settings + id: LANG_FREQUENCY + desc: in recording and playback settings user: core *: none - recording: "Frequency" + recording,play_frequency: "Frequency" *: none - recording: "Frequency" + recording,play_frequency: "Frequency" *: none - recording: "Frequency" + recording,play_frequency: "Frequency" @@ -13156,20 +13156,3 @@ *: "Slow" - - id: LANG_PLAYBACK_FREQUENCY - desc: in playback settings (merge with LANG_RECORDING_FREQUENCY if cleaning) - user: core - - *: none - play_frequency: "Frequency" - - - *: none - play_frequency: "Frequency" - - - *: none - play_frequency: "Frequency" - - -- cgit