mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Fix typos in source code using codespell
From https://github.com/lucasdemarchi/codespell
This commit is contained in:
parent
c103f32ea3
commit
debeee56f7
98 changed files with 180 additions and 182 deletions
|
@ -241,7 +241,7 @@ void FindReplaceBar::_replace_all() {
|
|||
}
|
||||
|
||||
text_edit->set_v_scroll(vsval);
|
||||
set_error(vformat(TTR("Replaced %d Ocurrence(s)."), rc));
|
||||
set_error(vformat(TTR("Replaced %d occurrence(s)."), rc));
|
||||
}
|
||||
|
||||
void FindReplaceBar::_get_search_from(int &r_line, int &r_col) {
|
||||
|
@ -703,7 +703,7 @@ void FindReplaceDialog::_replace() {
|
|||
|
||||
text_edit->set_v_scroll(vsval);
|
||||
//text_edit->set_h_scroll(hsval);
|
||||
error_label->set_text(vformat(TTR("Replaced %d ocurrence(s)."), rc));
|
||||
error_label->set_text(vformat(TTR("Replaced %d occurrence(s)."), rc));
|
||||
|
||||
//hide();
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue