mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
fix the radio strings I broke by changing a string the wrong way :(
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11164 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
1308bd7c8d
commit
2b57458cba
24 changed files with 128 additions and 128 deletions
|
|
@ -7042,10 +7042,10 @@
|
|||
desc: in radio screen
|
||||
user:
|
||||
<source>
|
||||
*: "Station: %d.%dMHz"
|
||||
*: "Station: %d.%02d MHz"
|
||||
</source>
|
||||
<dest>
|
||||
*: "Adó: %d,%dMHz"
|
||||
*: "Adó: %d,%02d MHz"
|
||||
</dest>
|
||||
<voice>
|
||||
*: ""
|
||||
|
|
@ -7280,10 +7280,10 @@
|
|||
desc: during auto scan
|
||||
user:
|
||||
<source>
|
||||
*: "Scanning %d.%01dMHz"
|
||||
*: "Scanning %d.%02d MHz"
|
||||
</source>
|
||||
<dest>
|
||||
*: "Keresek %d.%01dMHz"
|
||||
*: "Keresek %d.%02d MHz"
|
||||
</dest>
|
||||
<voice>
|
||||
*: ""
|
||||
|
|
@ -7294,10 +7294,10 @@
|
|||
desc: default preset name for auto scan mode
|
||||
user:
|
||||
<source>
|
||||
*: "%d.%01dMHz"
|
||||
*: "%d.%02d MHz"
|
||||
</source>
|
||||
<dest>
|
||||
*: "%d.%01dMHz"
|
||||
*: "%d.%02d MHz"
|
||||
</dest>
|
||||
<voice>
|
||||
*: ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue