diff --git a/android/res/values/arrays.xml b/android/res/values/arrays.xml
index 2e3ddb23ec..8ebf3c2e9c 100644
--- a/android/res/values/arrays.xml
+++ b/android/res/values/arrays.xml
@@ -7,7 +7,7 @@
- - whatsnew_lp_integration_title
+ - whatsnew_lp_title
diff --git a/android/src/com/mapswithme/maps/bookmarks/data/BookmarkCategory.java b/android/src/com/mapswithme/maps/bookmarks/data/BookmarkCategory.java
index 8edfca49f6..a69b3f0acb 100644
--- a/android/src/com/mapswithme/maps/bookmarks/data/BookmarkCategory.java
+++ b/android/src/com/mapswithme/maps/bookmarks/data/BookmarkCategory.java
@@ -267,12 +267,14 @@ public class BookmarkCategory implements Parcelable
return 0;
}
+ @NonNull
public static String getRepresentation(@NonNull Context context, @NonNull Author author)
{
Resources res = context.getResources();
return String.format(res.getString(R.string.author_name_by_prefix), author.getName());
}
+ @NonNull
public static String getContentByString(@NonNull Context context, @NonNull Author author)
{
Resources res = context.getResources();