Mercurial > hg > openttd
diff src/engine.cpp @ 12632:e41943276802 draft
(svn r17075) -Codechange: rename ~750 strings to be more uniform with their relatives
author | rubidium <rubidium@openttd.org> |
---|---|
date | Wed, 05 Aug 2009 17:59:21 +0000 |
parents | 2f530108f787 |
children | 794d48beec53 |
line wrap: on
line diff
--- a/src/engine.cpp +++ b/src/engine.cpp @@ -747,7 +747,7 @@ if (!reset) { if (strlen(text) >= MAX_LENGTH_ENGINE_NAME_BYTES) return CMD_ERROR; - if (!IsUniqueEngineName(text)) return_cmd_error(STR_NAME_MUST_BE_UNIQUE); + if (!IsUniqueEngineName(text)) return_cmd_error(STR_ERROR_NAME_MUST_BE_UNIQUE); } if (flags & DC_EXEC) {