diff options
author | Peter D'Hoye <peter.dhoye@gmail.com> | 2011-06-05 12:36:27 +0000 |
---|---|---|
committer | Peter D'Hoye <peter.dhoye@gmail.com> | 2011-06-05 12:36:27 +0000 |
commit | 82f4c60db4f16642c1ee9f461d7eb060c11a49d8 (patch) | |
tree | a7a75d4e57941ebd1b5b15b051a28d1d4751964e /apps/lang/espanol.lang | |
parent | 62e06cc2a432bb9499646f089796157135829195 (diff) |
Make the histogram code usable for playback as well. Move the recording histogram code to peakmeter, rename it to remove the recording reference, and rename anything referring to it as well. Change the drawing code so there are more options to position them. This may change your histogram settings, so check after upgrading.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29969 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/lang/espanol.lang')
-rw-r--r-- | apps/lang/espanol.lang | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/lang/espanol.lang b/apps/lang/espanol.lang index cf4266c062..f689bd6999 100644 --- a/apps/lang/espanol.lang +++ b/apps/lang/espanol.lang @@ -12372,20 +12372,20 @@ </voice> </phrase> <phrase> - id: LANG_RECORDING_HISTOGRAM_INTERVAL + id: LANG_HISTOGRAM_INTERVAL desc: in record settings menu user: core <source> *: none - recording_histogram: "Histogram interval" + histogram: "Histogram interval" </source> <dest> *: none - recording_histogram: "Intervalo del histograma" + histogram: "Intervalo del histograma" </dest> <voice> *: none - recording_histogram: "Intervalo del histograma" + histogram: "Intervalo del histograma" </voice> </phrase> <phrase> |