Remove duplicate string
This commit is contained in:
parent
6cdc6a8fb8
commit
4e7687371c
2 changed files with 1 additions and 2 deletions
|
@ -20,7 +20,6 @@
|
|||
<string name="shared_string_importing">Importing</string>
|
||||
<string name="checking_for_duplicate_description">OsmAnd check %1$s for duplicates with existing items in the application.\n\nIt may take some time.</string>
|
||||
<string name="items_added">Items added</string>
|
||||
<string name="shared_string_quick_action">Quick action</string>
|
||||
<string name="shared_string_import_complete">Import complete</string>
|
||||
<string name="import_complete_description">All data from the %1$s is imported, you can use buttons below to open needed part of the application to manage it.</string>
|
||||
<string name="import_rendering_file">Import rendering file</string>
|
||||
|
|
|
@ -78,7 +78,7 @@ public class ImportedSettingsItemsAdapter extends
|
|||
break;
|
||||
case QUICK_ACTIONS:
|
||||
holder.icon.setImageDrawable(uiUtils.getIcon(R.drawable.map_quick_action, activeColorRes));
|
||||
holder.title.setText(R.string.shared_string_quick_action);
|
||||
holder.title.setText(R.string.configure_screen_quick_action);
|
||||
break;
|
||||
case POI_TYPES:
|
||||
holder.icon.setImageDrawable(uiUtils.getIcon(R.drawable.ic_action_search_dark, activeColorRes));
|
||||
|
|
Loading…
Reference in a new issue