1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-14 13:41:12 +00:00

i18n: Sync template with current 3.x codebase

Weblate will now track the state of `3.x` to prepare for the 3.5 release.
This commit is contained in:
Rémi Verschelde
2022-01-07 13:17:27 +01:00
parent 321d5f0861
commit 02d9ac1071
72 changed files with 15138 additions and 3070 deletions

View File

@@ -949,7 +949,7 @@ void SceneTreeDock::_tool_selected(int p_tool, bool p_confirm_override) {
}
if (tocopy->get_owner() != scene) {
accept->set_text(TTR("Can't sSavave a branch which is a child of an already instantiated scene.\nTo save this branch into its own scene, open the original scene, right click on this branch, and select \"Save Branch as Scene\"."));
accept->set_text(TTR("Can't save a branch which is a child of an already instantiated scene.\nTo save this branch into its own scene, open the original scene, right click on this branch, and select \"Save Branch as Scene\"."));
accept->popup_centered();
break;
}