1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-06 12:20:30 +00:00

i18n: Use %d instead of %i in vformat

Fixes #4742.
This commit is contained in:
Rémi Verschelde
2016-05-21 16:34:56 +02:00
parent a65a66b2a3
commit be053e6286
12 changed files with 80 additions and 76 deletions

View File

@@ -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();