mirror of
https://github.com/reactos/reactos.git
synced 2024-12-29 10:35:28 +00:00
[TRANSLATION][RAPPS] Fix the unrecognised escape sequence in the Hungarian translation
This is an addendum to ea04edc
. The author has forgotten the newline escape sequence, whoops...
This commit is contained in:
parent
7194f2f044
commit
0e3fce082e
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ END
|
|||
|
||||
STRINGTABLE
|
||||
BEGIN
|
||||
IDS_INFO_VERSION "\Verzió: "
|
||||
IDS_INFO_VERSION "\nVerzió: "
|
||||
IDS_INFO_DESCRIPTION "\nLeírás: "
|
||||
IDS_INFO_PUBLISHER "\nKiadó: "
|
||||
IDS_INFO_HELPLINK "\nSúgó hivatkozás: "
|
||||
|
|
Loading…
Reference in a new issue