diff options
author | peter1138 <peter1138@openttd.org> | 2007-06-27 20:53:25 +0000 |
---|---|---|
committer | peter1138 <peter1138@openttd.org> | 2007-06-27 20:53:25 +0000 |
commit | c692d897cd1bdeb8d4e00349519a460fcdd2c262 (patch) | |
tree | e2ac06c3a62de5b5f8411541f83536ef20f32ee0 /src/lang | |
parent | de357c74c1ac4df582f32849bfbc5681c3552171 (diff) | |
download | openttd-c692d897cd1bdeb8d4e00349519a460fcdd2c262.tar.xz |
(svn r10364) -Fix [FS#706]: checking for duplicate custom names was inconsistent, and tested all 'namespaces'. now only check names of the same type.
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 68800d65d..677d2b28f 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -3359,4 +3359,6 @@ STR_PLAYER_NAME :{PLAYERNAME} STR_SIGN_NAME :{SIGN} STR_VEHICLE_NAME :{VEHICLE} +STR_NAME_MUST_BE_UNIQUE :{WHITE}Name must be unique + ######## |