summaryrefslogtreecommitdiffstats
path: root/tools/editor/code_editor.cpp
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2016-05-21 16:34:56 +0200
committerRémi Verschelde <rverschelde@gmail.com>2016-05-21 16:34:56 +0200
commitbe053e62860a6b9d712e6ece4cde025569ff2efb (patch)
tree74da8d8fd753cffb9ec7009c2eee13741a0ffb3b /tools/editor/code_editor.cpp
parenta65a66b2a3b44ae93258cbdab7388752d1a05fad (diff)
downloadredot-engine-be053e62860a6b9d712e6ece4cde025569ff2efb.tar.gz
i18n: Use %d instead of %i in vformat
Fixes #4742.
Diffstat (limited to 'tools/editor/code_editor.cpp')
-rw-r--r--tools/editor/code_editor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/editor/code_editor.cpp b/tools/editor/code_editor.cpp
index 24c763a58f..c92b40628c 100644
--- a/tools/editor/code_editor.cpp
+++ b/tools/editor/code_editor.cpp
@@ -216,7 +216,7 @@ void FindReplaceDialog::_replace() {
text_edit->set_v_scroll(vsval);
// text_edit->set_h_scroll(hsval);
- error_label->set_text(vformat(TTR("Replaced %i ocurrence(s)."),rc));
+ error_label->set_text(vformat(TTR("Replaced %d ocurrence(s)."),rc));
//hide();