Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@
"SLOWER_ALTERNATIVE" = "%@ slower";

/* Label above the speed limit in an MUTCD-style speed limit sign. Keep as short as possible. */
"SPEED_LIMIT_LEGEND" = "Max";
"SPEED_LIMIT_LEGEND" = "Speed Limit";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is Android following similar approach? If so, do they localize this string to other languages as well? Can we re-use them?


/* The text of a banner that appears during turn-by-turn navigation when route simulation is enabled. */
"USER_IN_SIMULATION_MODE" = "Simulating Navigation at %@×";
Expand Down
Loading