Changeset - r28765:d49703f1fa46
[Not reviewed]
master
0 1 0
rubidium42 - 2 months ago 2024-02-17 06:26:09
rubidium42@users.noreply.github.com
Fix 0ca4b4e: Ctrl+Click style inconsistency in base language (#12099)
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
src/lang/english.txt
Show inline comments
 
@@ -4778,9 +4778,9 @@ STR_AI_DEBUG_MATCH_CASE                 
 
STR_AI_DEBUG_MATCH_CASE_TOOLTIP                                 :{BLACK}Toggle matching case when comparing AI log messages against the break string
 
STR_AI_DEBUG_CONTINUE                                           :{BLACK}Continue
 
STR_AI_DEBUG_CONTINUE_TOOLTIP                                   :{BLACK}Unpause and continue the AI
 
STR_AI_DEBUG_SELECT_AI_TOOLTIP                                  :{BLACK}View debug output of this AI. Ctrl-Click to open in a new window
 
STR_AI_DEBUG_SELECT_AI_TOOLTIP                                  :{BLACK}View debug output of this AI. Ctrl+Click to open in a new window
 
STR_AI_GAME_SCRIPT                                              :{BLACK}Game Script
 
STR_AI_GAME_SCRIPT_TOOLTIP                                      :{BLACK}Check the Game Script log. Ctrl-Click to open in a new window
 
STR_AI_GAME_SCRIPT_TOOLTIP                                      :{BLACK}Check the Game Script log. Ctrl+Click to open in a new window
 

	
 
STR_ERROR_AI_NO_AI_FOUND                                        :No suitable AI found to load.{}This AI is a dummy AI and won't do anything.{}You can download several AIs via the 'Online Content' system
 
STR_ERROR_AI_PLEASE_REPORT_CRASH                                :{WHITE}One of the running scripts crashed. Please report this to the script author with a screenshot of the AI/Game Script Debug Window
0 comments (0 inline, 0 general)