mirror of
https://github.com/godotengine/godot.git
synced 2025-10-28 04:04:24 +00:00
i18n: Sync translation template with current source
This commit is contained in:
parent
5c8654882a
commit
59ad47961f
60 changed files with 4864 additions and 4292 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue