Skip to content

Commit

Permalink
fix/mitigate #158
Browse files Browse the repository at this point in the history
  • Loading branch information
westnordost committed Jan 24, 2018
1 parent ccc93be commit c62e8f7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ private static HashMap<String,String> toRoadNameByLanguage(String[] names, Strin
return ROADS_WITHOUT_NAMES_TFE.matches(element);
}

@Override public String getCommitMessage() { return "Determine road names"; }
@Override public String getCommitMessage() { return "Determine road names and types"; }
@Override public int getIcon() { return R.drawable.ic_quest_street_name; }
@Override public int getTitle() { return R.string.quest_streetName_title; }
@Override public int getTitle(Map<String,String> tags) { return getTitle(); }
Expand Down

0 comments on commit c62e8f7

Please sign in to comment.