diff options
author | glx22 <glx@openttd.org> | 2021-05-22 16:51:18 +0200 |
---|---|---|
committer | Loïc Guilloux <glx22@users.noreply.github.com> | 2021-05-23 21:51:58 +0200 |
commit | e99352a5d9dea15f3d405f0551fd1b828124fe62 (patch) | |
tree | 0c4caabcc22b9b829bacbf71657e66cb6e1df8c1 /src/lang | |
parent | 64be66216cb53a3272210e17ea49f6176b774ad3 (diff) | |
download | openttd-e99352a5d9dea15f3d405f0551fd1b828124fe62.tar.xz |
Change: Unhide Ctrl effect for group replace protection
Diffstat (limited to 'src/lang')
-rw-r--r-- | src/lang/english.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lang/english.txt b/src/lang/english.txt index f0ac1df38..f38a4e46c 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -3558,7 +3558,7 @@ STR_GROUP_CREATE_TOOLTIP :{BLACK}Click to STR_GROUP_DELETE_TOOLTIP :{BLACK}Delete the selected group STR_GROUP_RENAME_TOOLTIP :{BLACK}Rename the selected group STR_GROUP_LIVERY_TOOLTIP :{BLACK}Change livery of the selected group -STR_GROUP_REPLACE_PROTECTION_TOOLTIP :{BLACK}Click to protect this group from global autoreplace +STR_GROUP_REPLACE_PROTECTION_TOOLTIP :{BLACK}Click to protect this group from global autoreplace. Ctrl+Click to also protect sub-groups. STR_QUERY_GROUP_DELETE_CAPTION :{WHITE}Delete Group STR_GROUP_DELETE_QUERY_TEXT :{WHITE}Are you sure you want to delete this group and any descendants? |