Change the name of the Android app

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2015-01-14 09:34:18 +13:00
parent 25fc828458
commit 4187421221
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
<?xml version='1.0' encoding='utf-8'?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.subsurface"
package="org.subsurface-divelog"
android:installLocation="auto"
android:versionCode="1"
android:versionName="1.0" >

View file

@ -1,6 +1,6 @@
<?xml version='1.0' encoding='utf-8'?>
<resources>
<string name="app_name">Subsurface</string>
<string name="app_name">Subsurface-Divelog</string>
<string name="ministro_not_found_msg">Can\'t find Ministro service.\nThe application can\'t start.</string>
<string name="ministro_needed_msg">This application requires Ministro service. Would you like to install it?</string>