diff options
| -rw-r--r-- | tests/build.xml | 2 | ||||
| -rw-r--r-- | tests/res/values/strings.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/build.xml b/tests/build.xml index 2afa27b..3c64097 100644 --- a/tests/build.xml +++ b/tests/build.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?>
-<project name="cgeo-os-test" default="help">
+<project name="cgeo-test" default="help">
<!-- The local.properties file is created and updated by the 'android' tool.
It contains the path to the SDK. It should *NOT* be checked into
diff --git a/tests/res/values/strings.xml b/tests/res/values/strings.xml index a5d086f..debba42 100644 --- a/tests/res/values/strings.xml +++ b/tests/res/values/strings.xml @@ -1,4 +1,4 @@ <?xml version="1.0" encoding="utf-8"?> <resources> - <string name="app_name">cgeo-osTest</string> + <string name="app_name">c:geo tests</string> </resources> |
