mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -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
|
|
@ -7384,10 +7384,10 @@
|
|||
desc: in radio screen
|
||||
user:
|
||||
<source>
|
||||
*: "Station: %d.%dMHz"
|
||||
*: "Station: %d.%02d MHz"
|
||||
</source>
|
||||
<dest>
|
||||
*: "Kanal: %d.%d MHz"
|
||||
*: "Kanal: %d.%02d MHz"
|
||||
</dest>
|
||||
<voice>
|
||||
*: ""
|
||||
|
|
@ -7622,10 +7622,10 @@
|
|||
desc: during auto scan
|
||||
user:
|
||||
<source>
|
||||
*: "Scanning %d.%01dMHz"
|
||||
*: "Scanning %d.%02d MHz"
|
||||
</source>
|
||||
<dest>
|
||||
*: "Söker vid %d.%01d MHz"
|
||||
*: "Söker vid %d.%02d MHz"
|
||||
</dest>
|
||||
<voice>
|
||||
*: ""
|
||||
|
|
@ -7636,10 +7636,10 @@
|
|||
desc: default preset name for auto scan mode
|
||||
user:
|
||||
<source>
|
||||
*: "%d.%01dMHz"
|
||||
*: "%d.%02d MHz"
|
||||
</source>
|
||||
<dest>
|
||||
*: "%d.%01d MHz"
|
||||
*: "%d.%02d MHz"
|
||||
</dest>
|
||||
<voice>
|
||||
*: ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue