diff options
author | frosch <frosch@openttd.org> | 2013-05-26 19:30:07 +0000 |
---|---|---|
committer | frosch <frosch@openttd.org> | 2013-05-26 19:30:07 +0000 |
commit | 4e4e635916d7852c0da9a53edd2d510080922ed5 (patch) | |
tree | 3131851c69f879767d377c68d8e7c8a3f9910a9a /src/lang | |
parent | 559b7ef35eb4896e4f2e35d2dc8afb3d86519c3e (diff) | |
download | openttd-4e4e635916d7852c0da9a53edd2d510080922ed5.tar.xz |
(svn r25294) -Feature: Add another button to window title bars to resize the window to its default size.
Diffstat (limited to 'src/lang')
-rw-r--r-- | src/lang/english.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lang/english.txt b/src/lang/english.txt index 655af91e0..53c89c58d 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -232,7 +232,8 @@ STR_TOOLTIP_CLOSE_WINDOW :{BLACK}Close wi STR_TOOLTIP_WINDOW_TITLE_DRAG_THIS :{BLACK}Window title - drag this to move window STR_TOOLTIP_SHADE :{BLACK}Shade window - only show the title bar STR_TOOLTIP_DEBUG :{BLACK}Show NewGRF debug information -STR_TOOLTIP_STICKY :{BLACK}Mark this window as uncloseable by the 'Close All Windows' key +STR_TOOLTIP_DEFSIZE :{BLACK}Resize window to default size. Ctrl+Click to store current size as default +STR_TOOLTIP_STICKY :{BLACK}Mark this window as uncloseable by the 'Close All Windows' key. Ctrl+Click to also save state as default STR_TOOLTIP_RESIZE :{BLACK}Click and drag to resize this window STR_TOOLTIP_TOGGLE_LARGE_SMALL_WINDOW :{BLACK}Toggle large/small window size STR_TOOLTIP_VSCROLL_BAR_SCROLLS_LIST :{BLACK}Scroll bar - scrolls list up/down |