Skip to content

Commit

Permalink
Fix wording (see #24031)
Browse files Browse the repository at this point in the history
Signed-off-by: Taylor Smock <[email protected]>
  • Loading branch information
tsmock committed Dec 17, 2024
1 parent 98a36ea commit edc125e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public class WebLinkAction extends MapillaryAction {
public WebLinkAction() {
super(tr("View in browser"), "link", tr("Open in browser"),
Shortcut.registerShortcut("mapillary:open_in_browser_View_in_browser",
tr("Mapillary: Open {0} in browser", tr("View in browser")), KeyEvent.CHAR_UNDEFINED, Shortcut.NONE),
tr("Mapillary: Open image in browser"), KeyEvent.CHAR_UNDEFINED, Shortcut.NONE),
false, "mapillary:open_in_browser_View_in_browser", false);
}

Expand Down

0 comments on commit edc125e

Please sign in to comment.