Fix strings in resources

This commit is contained in:
mittorn
2016-08-12 08:23:10 +00:00
parent e471a9d586
commit 172d3f9e88
11 changed files with 37 additions and 45 deletions

View File

@@ -17,10 +17,10 @@
<string name="shortcut_name">Shortcut name</string>
<string name="about_main" translatable="false">Xash3D Android</string>
<string name="about_copyright">SDLash3D is not affiliated with Valve or any of their partners. All copyrights reserved to their respective owners.</string>
<string name="about_copyright">FWGS is not affiliated with Valve or any of their partners. All copyrights reserved to their respective owners.</string>
<!-- Seems Android skips any line breaks and tabs here. -->
<string name="about_authors">
Port to Android by SDLash3D team: \n
Port to Android by FWGS team: \n
&#8226; a1batross\n
&#8226; mittorn \n
&#8226; nicknekit.\n
@@ -28,13 +28,12 @@
Special thanks to:\n
&#8226; Uncle Mike for Xash3D engine\n
&#8226; Valve for Half-Life\n
&#8226; libSDL2 developers.\n
</string>
<string name="about_links">
Follow us in: \n
&#8226; <a href="https://vk.com/xashdroid">VK</a>\n
&#8226; <a href="http://moddb.com/game/xash3d-android">ModDB</a>\n
&#8226; <a href="https://github.com/SDLash3D">GitHub</a>
&#8226; <a href="https://github.com/FWGS">GitHub</a>
</string>
<string name="about_button">About</string>
<string name="create_shortcut_button">Create mod shortcut</string>