mirror of
https://github.com/godotengine/godot.git
synced 2025-10-28 20:24:41 +00:00
parent
a65a66b2a3
commit
be053e6286
12 changed files with 80 additions and 76 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue