Compare commits

...

2 commits

Author SHA1 Message Date
Solomon Peachy
7c2800beb4 FS#13788 - Updated Slovak Translation (Matej Golian)
Change-Id: I3baa9eee462f1960ccd0d6374983c44d4132d392
2026-02-22 14:35:43 -05:00
Aidan MacDonald
9d6dfe2245 Fix yellow in 017dd72ff3
Change-Id: Ib228acef524b0527b9bc0de3cf2104efda350e73
2026-02-22 15:15:10 +00:00
2 changed files with 3 additions and 4 deletions

View file

@ -6374,10 +6374,10 @@
*: "Bitrate" *: "Bitrate"
</source> </source>
<dest> <dest>
*: "Počet bitov" *: "Bitová rýchlosť"
</dest> </dest>
<voice> <voice>
*: "Počet bitov" *: "Bitová rýchlosť"
</voice> </voice>
</phrase> </phrase>
<phrase> <phrase>
@ -11375,7 +11375,7 @@
*: "Jednoduché (Meier)" *: "Jednoduché (Meier)"
</dest> </dest>
<voice> <voice>
*: "Jednoduché" *: "Jednoduché zátvorka Meier koniec zátvorky"
</voice> </voice>
</phrase> </phrase>
<phrase> <phrase>

View file

@ -554,7 +554,6 @@ RB_WRAP(pcm)
const char *pcm_option[] = {"apply_settings", "play_lock", "play_unlock", const char *pcm_option[] = {"apply_settings", "play_lock", "play_unlock",
NULL}; NULL};
bool b_result;
lua_pushnil(L); /*push nil so options w/o return have something to return */ lua_pushnil(L); /*push nil so options w/o return have something to return */