From be053e62860a6b9d712e6ece4cde025569ff2efb Mon Sep 17 00:00:00 2001 From: Rémi Verschelde Date: Sat, 21 May 2016 16:34:56 +0200 Subject: i18n: Use %d instead of %i in vformat Fixes #4742. --- tools/editor/code_editor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/editor/code_editor.cpp') diff --git a/tools/editor/code_editor.cpp b/tools/editor/code_editor.cpp index 24c763a58..c92b40628 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(); -- cgit v1.2.3-70-g09d2