diff options
author | rubidium <rubidium@openttd.org> | 2010-12-07 21:09:30 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2010-12-07 21:09:30 +0000 |
commit | 49162ab39b7c2bb473fccaa7b693b226033fd584 (patch) | |
tree | ce35309020d5c8b35fdc5033130aae96c0f3046d /src/lang | |
parent | e170b1d83e0142fdcc4260a2f3d623324de1415f (diff) | |
download | openttd-49162ab39b7c2bb473fccaa7b693b226033fd584.tar.xz |
(svn r21428) -Fix [FS#4021]: vehicles could be built while the game it paused. Now you can enable or disable that with a setting
Diffstat (limited to 'src/lang')
-rw-r--r-- | src/lang/english.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lang/english.txt b/src/lang/english.txt index d5a23bde4..010f50efe 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -3464,6 +3464,7 @@ STR_ERROR_OWNED_BY :{WHITE}... owne STR_ERROR_AREA_IS_OWNED_BY_ANOTHER :{WHITE}... area is owned by another company STR_ERROR_NAME_MUST_BE_UNIQUE :{WHITE}Name must be unique STR_ERROR_GENERIC_OBJECT_IN_THE_WAY :{WHITE}{1:STRING} in the way +STR_ERROR_NOT_ALLOWED_WHILE_PAUSED :{WHITE}Not allowed while paused # Local authority errors STR_ERROR_LOCAL_AUTHORITY_REFUSES_TO_ALLOW_THIS :{WHITE}{TOWN} local authority refuses to allow this |