i18n: Sync translation template with current source

This commit is contained in:
Rémi Verschelde 2019-07-09 12:50:49 +02:00
parent 5c8654882a
commit 59ad47961f
60 changed files with 4864 additions and 4292 deletions

View file

@ -162,7 +162,7 @@ bool FindReplaceBar::_search(uint32_t p_flags, int p_from_line, int p_from_col)
result_col = col;
_update_results_count();
set_error(vformat(TTR("Found %d matches(s)."), results_count));
set_error(vformat(TTR("Found %d match(es)."), results_count));
} else {
result_line = -1;
result_col = -1;