diff src/engine.cpp @ 20725:fec842671605 draft

(svn r25639) -Codechange: Rename both 'STR_ERROR_NO_VEHICLES_AVAILABLE*' strings.
author alberth <alberth@openttd.org>
date Wed, 31 Jul 2013 07:25:58 +0000 (2013-07-31)
parents 35dad1cb63ac
children 648c12a70f7a
line wrap: on
line diff
--- a/src/engine.cpp
+++ b/src/engine.cpp
@@ -1119,5 +1119,5 @@
 	}
 
 	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);
 }