plural form fix
git-svn-id: svn://localhost/ardour2/branches/3.0@13763 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
52167705ef
commit
f47ef14fd3
@ -837,7 +837,7 @@ SoundFileBrowser::freesound_list_view_selected ()
|
|||||||
}
|
}
|
||||||
|
|
||||||
freesound_progress_bar.set_text(
|
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);
|
preview.setup_labels (file);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user