Fixed incorrect Pango markup.
This commit is contained in:
parent
c3b0217128
commit
73a5dd66eb
1 changed files with 7 additions and 7 deletions
|
@ -23,7 +23,7 @@
|
|||
#enddef
|
||||
|
||||
#define UNDO_REMINDER
|
||||
{NARRATOR (_"*Remember:
|
||||
{NARRATOR (_"<big>Remember:</big>
|
||||
You can press 'u' to undo most things; useful for correcting mistakes.")}
|
||||
[allow_undo][/allow_undo]
|
||||
#enddef
|
||||
|
@ -36,8 +36,8 @@ You can press 'u' to undo most things; useful for correcting mistakes.")}
|
|||
[message]
|
||||
speaker=narrator
|
||||
image=portraits/elves/captain.png
|
||||
message=_ "<big>Galdrad" + "
|
||||
" + {MESSAGE_TEXT} + "</big>"
|
||||
message="<big>" + _ "Galdrad" + "</big>
|
||||
" + {MESSAGE_TEXT}
|
||||
[/message]
|
||||
#enddef
|
||||
|
||||
|
@ -46,8 +46,8 @@ You can press 'u' to undo most things; useful for correcting mistakes.")}
|
|||
[message]
|
||||
speaker=narrator
|
||||
image=portraits/elves/captain.png
|
||||
message=_ "<big>Galdrad" + "
|
||||
" + {MESSAGE_TEXT} + "</big>"
|
||||
message="<big>" + _ "Galdrad" + "</big>
|
||||
" + {MESSAGE_TEXT}
|
||||
[/message]
|
||||
#enddef
|
||||
|
||||
|
@ -59,8 +59,8 @@ You can press 'u' to undo most things; useful for correcting mistakes.")}
|
|||
[message]
|
||||
speaker=narrator
|
||||
image=portraits/elves/captain.png
|
||||
message=_ "<big>Galdrad" + "
|
||||
" + {MESSAGE_TEXT} + "</big>"
|
||||
message="<big>" + _ "Galdrad" + "</big>
|
||||
" + {MESSAGE_TEXT}
|
||||
[/message]
|
||||
#enddef
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue