13
0

plural form fix

git-svn-id: svn://localhost/ardour2/branches/3.0@13763 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2013-01-03 19:34:35 +00:00
parent 52167705ef
commit f47ef14fd3

View File

@ -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);
}