diff options
| author | Jeffrey Goode <jeffg7@gmail.com> | 2009-09-23 14:56:32 +0000 |
|---|---|---|
| committer | Jeffrey Goode <jeffg7@gmail.com> | 2009-09-23 14:56:32 +0000 |
| commit | b60ddb854ff83d9158be215011314428a898935b (patch) | |
| tree | 0857f23bb8d72f3157a27dd71112141182ac48d7 /apps/plugins/test_codec.c | |
| parent | eab9a72abd93c768653f772ced6c74a816ed17d1 (diff) | |
| download | rockbox-b60ddb854ff83d9158be215011314428a898935b.zip rockbox-b60ddb854ff83d9158be215011314428a898935b.tar.gz rockbox-b60ddb854ff83d9158be215011314428a898935b.tar.bz2 rockbox-b60ddb854ff83d9158be215011314428a898935b.tar.xz | |
Better menu verbiage for test_codec
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22797 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/test_codec.c')
| -rw-r--r-- | apps/plugins/test_codec.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/plugins/test_codec.c b/apps/plugins/test_codec.c index 22516ba..b776116 100644 --- a/apps/plugins/test_codec.c +++ b/apps/plugins/test_codec.c @@ -734,9 +734,9 @@ enum plugin_status plugin_start(const void* parameter) "Speed test", "Speed test folder", "Write WAV", - "Speed test w/DSP", - "Speed test folder w/DSP", - "Write WAV w/DSP", + "Speed test with DSP", + "Speed test folder with DSP", + "Write WAV with DSP", "Quit", ); |