Apply suggestions from code review

Co-Authored-By: Christian <wyqer84@gmail.com>
This commit is contained in:
Filip Maciejewski 2019-09-05 16:02:48 +02:00 committed by GitHub
parent f8f92ba9fe
commit 29f4ce08bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View File

@ -2423,7 +2423,8 @@
<Chinese>移除載具上的物品</Chinese>
</Key>
<Key ID="STR_PARAM_ALLOW_ENEMIES_IN_IMMOBILE">
<Original>Chance that enemies will stay in immobile/damaged vehicles.</Original>
<Original>Chance that enemies will stay in immobile/damaged vehicles</Original>
<German>Chance, dass Feinde in fahrunfähigen/beschädigten Fahrzeugen verbleiben</German>
</Key>
<Key ID="STR_DEPLOY_IN_PROGRESS">
<Original>Deployment in progress...</Original>

View File

@ -266,8 +266,8 @@ class Params
};
class AllowEnemiesInImmobile {
title = $STR_PARAM_ALLOW_ENEMIES_IN_IMMOBILE;
values[] = {0, 50, 100};
text[] = { $STR_PARAMS_DISABLED, "50%", "100%"};
values[] = {0, 25, 50, 75, 100};
text[] = { $STR_PARAMS_DISABLED, "25%", "50%", "75%", "100%"};
defualt = 50;
};
class Spacer3 {