From 538cb418f8a957f499fe972f1f00d02516e87ac5 Mon Sep 17 00:00:00 2001 From: Rancor Date: Mon, 5 Jan 2015 09:56:03 +0100 Subject: [PATCH] com.seb.SLWP: Enabled again and add updated patch --- metadata/com.seb.SLWP.txt | 5 ++--- metadata/com.seb.SLWP/button-name.63.patch | 15 +++++++++++++++ 2 files changed, 17 insertions(+), 3 deletions(-) create mode 100644 metadata/com.seb.SLWP/button-name.63.patch diff --git a/metadata/com.seb.SLWP.txt b/metadata/com.seb.SLWP.txt index 9bcc9a20e9..b987c29e02 100644 --- a/metadata/com.seb.SLWP.txt +++ b/metadata/com.seb.SLWP.txt @@ -22,9 +22,8 @@ Build:1.4,60 target=android-10 Build:1.5,61 - disable=patches need updating - commit=62 - patch=scoping-fix.patch,handle-no-market.patch,fix-appname.patch,button-name.patch + commit=63 + patch=scoping-fix.patch,handle-no-market.patch,fix-appname.patch,button-name.63.patch target=android-10 Auto Update Mode:None diff --git a/metadata/com.seb.SLWP/button-name.63.patch b/metadata/com.seb.SLWP/button-name.63.patch new file mode 100644 index 0000000000..950b885787 --- /dev/null +++ b/metadata/com.seb.SLWP/button-name.63.patch @@ -0,0 +1,15 @@ +Use consistent capitalization on button name. + +diff --git a/res/layout/prefliste.xml b/res/layout/prefliste.xml +index 1320b12..4810ac9 100644 +--- a/res/layout/prefliste.xml ++++ b/res/layout/prefliste.xml +@@ -26,7 +26,7 @@ + android:layout_height="wrap_content" + android:layout_alignParentRight="true" + android:layout_alignParentTop="true" +- android:text="map pack" /> ++ android:text="Map Pack" /> + + +