diff options
author | frosch <frosch@openttd.org> | 2010-04-26 20:35:27 +0000 |
---|---|---|
committer | frosch <frosch@openttd.org> | 2010-04-26 20:35:27 +0000 |
commit | 7b30f34ecf037f3d53b9a30487661df9c87bac3a (patch) | |
tree | 56663f5d292c4d1dafe56a89cc64d1768b2a83ff /src/lang | |
parent | f4e677db805fb0f4073e8ff38ac65984c153e3a0 (diff) | |
download | openttd-7b30f34ecf037f3d53b9a30487661df9c87bac3a.tar.xz |
(svn r19731) -Add: Spritepicker to sprite alignment tool.
Diffstat (limited to 'src/lang')
-rw-r--r-- | src/lang/english.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lang/english.txt b/src/lang/english.txt index 89f0c85c4..cfc24b94f 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -2387,6 +2387,8 @@ STR_SPRITE_ALIGNER_PREVIOUS_TOOLTIP :{BLACK}Proceed STR_SPRITE_ALIGNER_SPRITE_TOOLTIP :{BLACK}Representation of the currently selected sprite. The alignment is ignored when drawing this sprite STR_SPRITE_ALIGNER_MOVE_TOOLTIP :{BLACK}Move the sprite around, changing the X and Y offsets STR_SPRITE_ALIGNER_OFFSETS :{BLACK}X offset: {NUM}, Y offset: {NUM} +STR_SPRITE_ALIGNER_PICKER_BUTTON :{BLACK}Pick sprite +STR_SPRITE_ALIGNER_PICKER_TOOLTIP :{BLACK}Pick a sprite from anywhere on the screen STR_SPRITE_ALIGNER_GOTO_CAPTION :{WHITE}Go to sprite |