From f47ef14fd353eca843a17edb21c6cf42750957fd Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 3 Jan 2013 19:34:35 +0000 Subject: [PATCH] plural form fix git-svn-id: svn://localhost/ardour2/branches/3.0@13763 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/sfdb_ui.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }