summaryrefslogtreecommitdiff
path: root/gtk2_ardour/sfdb_ui.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-01-03 19:34:35 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2013-01-03 19:34:35 +0000
commitf47ef14fd353eca843a17edb21c6cf42750957fd (patch)
treeae4f766215e29a62cf045cd3d2ec9a0cb9fd00d2 /gtk2_ardour/sfdb_ui.cc
parent52167705ef9e3bd65c52a99d0837d5325049ff44 (diff)
plural form fix
git-svn-id: svn://localhost/ardour2/branches/3.0@13763 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/sfdb_ui.cc')
-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);
}