summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gtk2_ardour/sfdb_ui.cc2
1 files changed, 1 insertions, 1 deletions
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);
}