(svn r24210) -Feature: Split the renew-months setting text in two string values (one before life time and one after).

This commit is contained in:
alberth
2012-05-06 15:03:45 +00:00
parent 0c80091daa
commit f6ccaa01c0
4 changed files with 9 additions and 2 deletions

View File

@@ -41,11 +41,12 @@ str = STR_CONFIG_SETTING_AUTORENEW_VEHICLE
base = CompanySettings
var = engine_renew_months
type = SLE_INT16
guiflags = SGF_PER_COMPANY | SGF_DISPLAY_ABS
def = 6
min = -12
max = 12
str = STR_CONFIG_SETTING_AUTORENEW_MONTHS
strval = STR_JUST_COMMA
strval = STR_CONFIG_SETTING_AUTORENEW_MONTHS_VALUE_BEFORE
[SDT_VAR]
base = CompanySettings