forked from len0rd/rockbox
Added bad filename protection when user enters an fm radio preset filename. Fixes bugreport 5137.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9795 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
45406014d7
commit
ab90b1d55e
3 changed files with 54 additions and 5 deletions
|
|
@ -8501,3 +8501,17 @@
|
|||
*: "All tracks"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_INVALID_FILENAME
|
||||
desc: "invalid filename entered" error message
|
||||
user:
|
||||
<source>
|
||||
*: "Invalid Filename!"
|
||||
</source>
|
||||
<dest>
|
||||
*: "Invalid Filename!"
|
||||
</dest>
|
||||
<voice>
|
||||
*: "Invalid Filename"
|
||||
</voice>
|
||||
</phrase>
|
||||
Loading…
Add table
Add a link
Reference in a new issue