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/animation_editor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/editor/animation_editor.cpp') diff --git a/tools/editor/animation_editor.cpp b/tools/editor/animation_editor.cpp index b47987251..08b90b540 100644 --- a/tools/editor/animation_editor.cpp +++ b/tools/editor/animation_editor.cpp @@ -3115,7 +3115,7 @@ void AnimationKeyEditor::_query_insert(const InsertData& p_id) { if (insert_data.size()==1) insert_confirm->set_text(vformat(TTR("Create NEW track for %s and insert key?"),p_id.query)); else - insert_confirm->set_text(vformat(TTR("Create %i NEW tracks and insert keys?"),insert_data.size())); + insert_confirm->set_text(vformat(TTR("Create %d NEW tracks and insert keys?"),insert_data.size())); insert_confirm->get_ok()->set_text(TTR("Create")); insert_confirm->popup_centered_minsize(); -- cgit v1.2.3-70-g09d2