diff --git a/android/res/values/donottranslate.xml b/android/res/values/donottranslate.xml
index 27348cf921..3d7c52b539 100644
--- a/android/res/values/donottranslate.xml
+++ b/android/res/values/donottranslate.xml
@@ -76,4 +76,6 @@
collapse
height limited
+
+ search_hotel_filter_%s
diff --git a/android/src/com/mapswithme/maps/search/HotelsTypeAdapter.java b/android/src/com/mapswithme/maps/search/HotelsTypeAdapter.java
index 0365e22596..b5291001f6 100644
--- a/android/src/com/mapswithme/maps/search/HotelsTypeAdapter.java
+++ b/android/src/com/mapswithme/maps/search/HotelsTypeAdapter.java
@@ -12,6 +12,7 @@ import android.view.View;
import android.view.ViewGroup;
import android.widget.TextView;
+import com.mapswithme.maps.MwmApplication;
import com.mapswithme.maps.R;
import com.mapswithme.util.UiUtils;
import com.mapswithme.util.log.Logger;
@@ -27,7 +28,8 @@ class HotelsTypeAdapter extends RecyclerView.Adapter