mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-02 01:31:14 +00:00
fix issue with invalid pango markup used in ai controller
This commit is contained in:
parent
2e4434b2e0
commit
5f4a592c68
@ -326,7 +326,7 @@
|
||||
mode=append
|
||||
|
||||
[value]
|
||||
message="<span size='big'>"+_"Back" + "</span>"
|
||||
message="<span size='larger'>"+_"Back" + "</span>"
|
||||
|
||||
[command]
|
||||
[/command]
|
||||
@ -476,7 +476,7 @@
|
||||
mode=append
|
||||
|
||||
[value]
|
||||
message="<span size='big'>" + _"Back" + "</span>"
|
||||
message="<span size='larger'>" + _"Back" + "</span>"
|
||||
|
||||
[command]
|
||||
[/command]
|
||||
@ -867,7 +867,7 @@ Behavior: $ai_controller.side_$ally_side|_current_settings.currently_doing_behav
|
||||
[/insert_tag]
|
||||
|
||||
[option]
|
||||
message="<span size='big'>" + _"Back" + "</span>"
|
||||
message="<span size='larger'>" + _"Back" + "</span>"
|
||||
|
||||
[command]
|
||||
[/command]
|
||||
@ -902,7 +902,7 @@ Behavior: $ai_controller.side_$ally_side|_current_settings.currently_doing_behav
|
||||
[/insert_tag]
|
||||
|
||||
[option]
|
||||
message="<span size='big'>" + _"Back" + "</span>"
|
||||
message="<span size='larger'>" + _"Back" + "</span>"
|
||||
|
||||
[command]
|
||||
[/command]
|
||||
@ -917,7 +917,7 @@ Behavior: $ai_controller.side_$ally_side|_current_settings.currently_doing_behav
|
||||
[/insert_tag]
|
||||
|
||||
[literal]
|
||||
message="<span size='big'>" + _"Exit" + "</span>"
|
||||
message="<span size='larger'>" + _"Exit" + "</span>"
|
||||
|
||||
[command]
|
||||
{VARIABLE ai_controller_finished yes}
|
||||
|
Loading…
x
Reference in New Issue
Block a user