mirror of
https://github.com/godotengine/godot.git
synced 2025-10-28 04:04:24 +00:00
Fix misc. source comment typos
Found using `codespell -q 3 -S ./thirdparty,*.po -L ang,ba,cas,dof,doubleclick,fave,hist,leapyear,lod,nd,numer,ois,paket,seeked,sinc,switchs,te,uint -D ~/Projects/codespell/codespell_lib/data/dictionary.txt `
This commit is contained in:
parent
24e1039eb6
commit
91ecd7b6a6
26 changed files with 42 additions and 38 deletions
|
|
@ -564,7 +564,7 @@ VersionControlEditorPlugin::VersionControlEditorPlugin() {
|
|||
|
||||
diff_heading = memnew(Label);
|
||||
diff_heading->set_text(TTR("Status"));
|
||||
diff_heading->set_tooltip(TTR("View file diffs before commiting them to the latest version"));
|
||||
diff_heading->set_tooltip(TTR("View file diffs before committing them to the latest version"));
|
||||
diff_hbc->add_child(diff_heading);
|
||||
|
||||
diff_file_name = memnew(Label);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue