Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nazar-kutz committed Sep 29, 2024
1 parent 26762bd commit d93015e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OsmAnd/src/net/osmand/plus/help/HelpArticleUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ private static String getArticlePairedName(@NonNull Context ctx, @NonNull String
return ctx.getString(R.string.website);
case "troubleshooting_third_links":
return ctx.getString(R.string.third_links);
case "Movies list":
case "troubleshooting_movies_list":
return ctx.getString(R.string.movies_list);
case "personal_maps_resources":
return ctx.getString(R.string.maps_and_resources);
Expand Down

0 comments on commit d93015e

Please sign in to comment.