瀏覽代碼

Merge pull request #15403 from Noshyaar/typo

Fix typo in new strings
Rémi Verschelde 7 年之前
父節點
當前提交
50181da8a1
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      editor/plugins/tile_set_editor_plugin.cpp
  2. 1 1
      scene/main/scene_tree.cpp

+ 1 - 1
editor/plugins/tile_set_editor_plugin.cpp

@@ -629,7 +629,7 @@ void AutotileEditor::_on_edit_mode_changed(int p_edit_mode) {
 				tools[TOOL_SELECT]->set_tooltip(TTR("Select sub-tile to use as icon, this will be also used on invalid autotile bindings."));
 				spin_priority->hide();
 			} else {
-				tools[TOOL_SELECT]->set_tooltip(TTR("Select sub-tile to change it's priority."));
+				tools[TOOL_SELECT]->set_tooltip(TTR("Select sub-tile to change its priority."));
 				spin_priority->show();
 			}
 		} break;

+ 1 - 1
scene/main/scene_tree.cpp

@@ -2351,7 +2351,7 @@ SceneTree::SceneTree() {
 					ProjectSettings::get_singleton()->set("rendering/environment/default_environment", "");
 				} else {
 					//file was erased, notify user.
-					ERR_PRINTS(RTR("Default Environment as specified in Project Setings (Rendering -> Environment -> Default Environment) could not be loaded."));
+					ERR_PRINTS(RTR("Default Environment as specified in Project Settings (Rendering -> Environment -> Default Environment) could not be loaded."));
 				}
 			}
 		}