forked from organicmaps/organicmaps
[android] Corrected string ids usage for guide's screens
This commit is contained in:
parent
7042a5d405
commit
a3d7a21ffd
3 changed files with 4 additions and 4 deletions
|
@ -249,7 +249,7 @@
|
|||
<activity
|
||||
android:name="com.mapswithme.maps.bookmarks.BookmarksCatalogActivity"
|
||||
android:configChanges="orientation|screenLayout|screenSize"
|
||||
android:label="@string/guides"/>
|
||||
android:label="@string/guides_catalogue_title"/>
|
||||
|
||||
<activity-alias
|
||||
android:name="com.mapswithme.maps.DownloadResourcesActivity"
|
||||
|
|
|
@ -99,7 +99,7 @@
|
|||
android:gravity="center_horizontal"
|
||||
android:layout_weight="1"
|
||||
mapsme:imgSrcDefault="@drawable/img_empty_bookmarks"
|
||||
mapsme:titleDefault="@string/cached_bookmarks_placeholder_title"
|
||||
mapsme:titleDefault="@string/guides_catalogue_title"
|
||||
mapsme:subTitleDefault="@string/cached_bookmarks_placeholder_subtitle"/>
|
||||
<Button
|
||||
android:id="@+id/download_routers_btn"
|
||||
|
|
|
@ -23,7 +23,7 @@ public enum BookmarksPageFactory
|
|||
@Override
|
||||
public int getTitle()
|
||||
{
|
||||
return R.string.bookmarks_page_my;
|
||||
return R.string.bookmarks;
|
||||
}
|
||||
},
|
||||
|
||||
|
@ -41,7 +41,7 @@ public enum BookmarksPageFactory
|
|||
@Override
|
||||
public int getTitle()
|
||||
{
|
||||
return R.string.downloader_downloaded_subtitle;
|
||||
return R.string.guides;
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue