Skip to content

Commit

Permalink
i18n: Move comment to right place
Browse files Browse the repository at this point in the history
  • Loading branch information
bragefuglseth committed Feb 28, 2024
1 parent 344649c commit 9f35ec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/window.rs
Original file line number Diff line number Diff line change
Expand Up @@ -299,8 +299,8 @@ impl FretboardWindow {
imp.more_variants_button_image
.set_accessible_role(gtk::AccessibleRole::Presentation);

// translators: The text between the `{}` markers becomes a link to the app's issue tracker. Include both of the markers.
imp.no_variants_page.set_description(Some(&i18n_fmt!(
// translators: The text between the `{}` markers becomes a link to the app's issue tracker. Include both of the markers.
i18n_fmt("There are no chords with this name in Fretboard’s built-in chord set. If you think there should be, {}reach out{}.", "<a href=\"https://github.com/bragefuglseth/fretboard/issues\">", "</a>")))
);

Expand Down

0 comments on commit 9f35ec1

Please sign in to comment.