diff options
| author | aldrikboy <aldrikboy@gmail.com> | 2018-01-16 22:56:47 +0100 |
|---|---|---|
| committer | aldrikboy <aldrikboy@gmail.com> | 2018-01-16 22:56:47 +0100 |
| commit | f03a7cf3e3beab8964cd142ce64fd6dc3cd0735f (patch) | |
| tree | 38f2a23fc4c46a8aef415cbbb9af8081c9057173 /Penguloon/Resources/Values | |
| parent | 5de3254aa0d6f69dbb6e08ddd699c3f78797be3b (diff) | |
started working on object selling
Diffstat (limited to 'Penguloon/Resources/Values')
| -rw-r--r-- | Penguloon/Resources/Values/Strings.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Penguloon/Resources/Values/Strings.xml b/Penguloon/Resources/Values/Strings.xml index aa5679f..a860f3f 100644 --- a/Penguloon/Resources/Values/Strings.xml +++ b/Penguloon/Resources/Values/Strings.xml @@ -26,6 +26,9 @@ <string name="IngameGold">Gold</string> <string name="IngameWave">Wave</string> + <!-- UpgradeMen --> + <string name="UpgradeMenuSell">Sell</string> + <!-- objects info text --> <string name="ObjectPenguin">This penguin does not like \n balloons</string> <string name="ObjectGoldPenguin">This gold penguin shoots \n even faster than regular \n penguins</string> |
