Changed german translation for levelpacks

This commit is contained in:
julian 2018-09-07 14:29:04 +02:00
parent bef0697630
commit 0975a733c7
3 changed files with 3 additions and 3 deletions

View File

@ -24,7 +24,7 @@
<activity
android:name=".main.GameActivity"
android:configChanges="orientation|screenSize|keyboardHidden"
android:screenOrientation="landscape">
android:screenOrientation="sensorLandscape">
<intent-filter>
<action android:name="android.intent.action.MAIN" />

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.1 KiB

View File

@ -9,8 +9,8 @@
<resources>
<string-array name="world_names">
<item>Welt Null</item>
<item>Graswelt</item>
<item>Eislandschaft</item>
<item>Endlose Wiese</item>
<item>Schnee und Eis</item>
<item>Unterwasser</item>
</string-array>
</resources>