You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 12:40:44 +00:00
i18n: Second pass at proofreading
Mostly removing commented out strings, plus a few critical ones that should not be translated.
This commit is contained in:
@@ -323,7 +323,7 @@ CallDialog::CallDialog() {
|
||||
|
||||
label->set_begin( Point2( 15,54) );
|
||||
label->set_end( Point2( 16,44) );
|
||||
label->set_text(TTR("Parameters:"));
|
||||
label->set_text("Parameters:");
|
||||
|
||||
add_child(label);
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user