diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2019-07-09 12:50:49 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2019-07-09 12:50:49 +0200 |
commit | 59ad47961f5d24b3993ec431e50ce29629cba02c (patch) | |
tree | 5d4837f72be4d49c21866473f49419c26cddcf28 /editor/code_editor.cpp | |
parent | 5c8654882a2805cd97b2ee73e2afbf0f69dab41e (diff) | |
download | redot-engine-59ad47961f5d24b3993ec431e50ce29629cba02c.tar.gz |
i18n: Sync translation template with current source
Diffstat (limited to 'editor/code_editor.cpp')
-rw-r--r-- | editor/code_editor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/code_editor.cpp b/editor/code_editor.cpp index 2e070d7963..4862d4bb5b 100644 --- a/editor/code_editor.cpp +++ b/editor/code_editor.cpp @@ -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; |