diff options
author | Alberth <alberth289346@gmail.com> | 2018-06-24 06:52:50 +0200 |
---|---|---|
committer | Michael Lutz <michi@icosahedron.de> | 2018-06-24 15:03:06 +0200 |
commit | 7fed8fe004b488c3cdb15de81b4ed213d22acab4 (patch) | |
tree | 7ca0e7151b6e52d9674e5ec9cffff5c1d8d58434 /src | |
parent | 38f29fd5d6871d46eb6a4f285f548edc628b740d (diff) | |
download | openttd-7fed8fe004b488c3cdb15de81b4ed213d22acab4.tar.xz |
Fix #6553: Make viewport button text unambiguous.
Diffstat (limited to 'src')
-rw-r--r-- | src/lang/english.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lang/english.txt b/src/lang/english.txt index 0b5243c89..bd9639075 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -881,10 +881,10 @@ STR_NEWS_EXCLUSIVE_RIGHTS_DESCRIPTION :{BIG_FONT}{BLAC # Extra view window STR_EXTRA_VIEW_PORT_TITLE :{WHITE}Viewport {COMMA} -STR_EXTRA_VIEW_MOVE_VIEW_TO_MAIN :{BLACK}Copy to viewport +STR_EXTRA_VIEW_MOVE_VIEW_TO_MAIN :{BLACK}Change viewport STR_EXTRA_VIEW_MOVE_VIEW_TO_MAIN_TT :{BLACK}Copy the location of the main view to this viewport -STR_EXTRA_VIEW_MOVE_MAIN_TO_VIEW :{BLACK}Paste from viewport -STR_EXTRA_VIEW_MOVE_MAIN_TO_VIEW_TT :{BLACK}Paste the location of this viewport to the main view +STR_EXTRA_VIEW_MOVE_MAIN_TO_VIEW :{BLACK}Change main view +STR_EXTRA_VIEW_MOVE_MAIN_TO_VIEW_TT :{BLACK}Copy the location of this viewport to the main view # Game options window STR_GAME_OPTIONS_CAPTION :{WHITE}Game Options |