diff --git a/gtk2_ardour/sfdb_ui.cc b/gtk2_ardour/sfdb_ui.cc index a508048fc2..81c8f0d717 100644 --- a/gtk2_ardour/sfdb_ui.cc +++ b/gtk2_ardour/sfdb_ui.cc @@ -837,7 +837,7 @@ SoundFileBrowser::freesound_list_view_selected () } freesound_progress_bar.set_text( - string_compose(_("found %1 matche(s)"), matches)); + string_compose(P_("found %1 match", "found %1 matches", matches), matches)); preview.setup_labels (file); }