(svn r25639) -Codechange: Rename both 'STR_ERROR_NO_VEHICLES_AVAILABLE*' strings.

This commit is contained in:
alberth
2013-07-31 07:25:58 +00:00
parent 0727c3c76d
commit 888ebe4f6f
30 changed files with 59 additions and 59 deletions

View File

@@ -1119,5 +1119,5 @@ void CheckEngines()
}
SetDParam(0, min_date);
ShowErrorMessage(STR_ERROR_NO_VEHICLES_AVAILABLE, STR_ERROR_NO_VEHICLES_AVAILABLE_EXPLANATION, WL_WARNING);
ShowErrorMessage(STR_ERROR_NO_VEHICLES_AVAILABLE_YET, STR_ERROR_NO_VEHICLES_AVAILABLE_YET_EXPLANATION, WL_WARNING);
}