diff options
| author | Alessio Lenzi <lenzone10@rockbox.org> | 2008-09-11 20:13:02 +0000 |
|---|---|---|
| committer | Alessio Lenzi <lenzone10@rockbox.org> | 2008-09-11 20:13:02 +0000 |
| commit | 8aa0491fb70ba698949142bfce613aae803d70e0 (patch) | |
| tree | 0473a995444b0459b64423085b8db230e61075df /apps | |
| parent | 20b46209265ce4ef817e8109c409e1373167aa66 (diff) | |
| download | rockbox-8aa0491fb70ba698949142bfce613aae803d70e0.zip rockbox-8aa0491fb70ba698949142bfce613aae803d70e0.tar.gz rockbox-8aa0491fb70ba698949142bfce613aae803d70e0.tar.bz2 rockbox-8aa0491fb70ba698949142bfce613aae803d70e0.tar.xz | |
Used correct voice messages for some splash screens.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18498 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/onplay.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/onplay.c b/apps/onplay.c index cfe1985..3e6813b 100644 --- a/apps/onplay.c +++ b/apps/onplay.c @@ -528,7 +528,7 @@ static bool delete_handler(bool is_dir) file_to_delete }; const char *yes_lines[]={ - ID2P(LANG_DELETED), + ID2P(LANG_DELETING), file_to_delete }; |