diff --git a/OsmAnd/res/values/strings.xml b/OsmAnd/res/values/strings.xml
index c82fdb0489..76061bae02 100644
--- a/OsmAnd/res/values/strings.xml
+++ b/OsmAnd/res/values/strings.xml
@@ -16,7 +16,7 @@
Do you want to interrupt file downloading?
To use the major features of this application, you need some regional offline data, which you can download (use Settings, Offline Data). Afterwards, you will be able to search by address, look up POIs and find public transportation.
Basemap is required for proper application functioning and was selected to download.
- Nothing was found. If you can\'t find your region manually, you can make it yourself (see osmand.net).
+ Nothing was found. If you can\'t find your region, you can make it yourself (see http://osmand.net).
Online Map data
Offline Map data
(includes GPX analyzer)
diff --git a/Osmand-kernel/expat/Common.mk b/Osmand-kernel/expat/Common.mk
index 13a23fd43f..642c46cf45 100644
--- a/Osmand-kernel/expat/Common.mk
+++ b/Osmand-kernel/expat/Common.mk
@@ -1,5 +1,5 @@
-OSMAND_EXPAT_ABS := ./expat_library
-OSMAND_EXPAT_LOC := $(LOCAL_PATH)/expat_library
+OSMAND_EXPAT_LOC := ./expat_library
+OSMAND_EXPAT_ABS := $(LOCAL_PATH)/expat_library
# Include paths
LOCAL_C_INCLUDES += \