From 21f965f249799d5f6adb607a6ea5a4cd728f28b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Sat, 21 May 2016 16:53:23 +0200 Subject: i18n: Fix another %i in vformat --- tools/editor/property_editor.cpp | 2 +- tools/translations/tools.pot | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/editor/property_editor.cpp b/tools/editor/property_editor.cpp index 64dccbe290..f94ca48ec2 100644 --- a/tools/editor/property_editor.cpp +++ b/tools/editor/property_editor.cpp @@ -1732,7 +1732,7 @@ CustomPropertyEditor::CustomPropertyEditor() { add_child(checks20[i]); checks20[i]->hide(); checks20[i]->connect("pressed",this,"_action_pressed",make_binds(i)); - checks20[i]->set_tooltip(vformat(TTR("Bit %d, val %i."), i, 1<set_tooltip(vformat(TTR("Bit %d, val %d."), i, 1<