Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Byko-Ianko <v.bykoianko@corp.mail.ru>2016-01-29 10:42:17 +0300
committerSergey Yershov <yershov@corp.mail.ru>2016-03-23 16:16:22 +0300
commita2fcb128d6225760a200d2b3c81e65fc4fbc418e (patch)
tree10df41c2c8390f272d088770828792e9d6cee007 /android/AndroidManifest.xml
parentf89854c5ae4eec08b4429de2e56af2d89c0b3b7a (diff)
Android. Buildfix.
Diffstat (limited to 'android/AndroidManifest.xml')
-rw-r--r--android/AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml
index 8031b6a1fe..7ef7bb0d70 100644
--- a/android/AndroidManifest.xml
+++ b/android/AndroidManifest.xml
@@ -231,7 +231,7 @@
<activity
android:name="com.mapswithme.maps.editor.EditorActivity"
android:configChanges="orientation|screenLayout|screenSize"
- android:label="@string/pp_place_edit"
+ android:label="@string/edit_place"
android:theme="@style/MwmTheme.EditorActivity"
android:parentActivityName="com.mapswithme.maps.MwmActivity">
<!-- The meta-data element is needed for versions lower than 4.1 -->