summaryrefslogtreecommitdiffstats
path: root/editor/editor_asset_installer.cpp
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2019-01-07 16:57:52 +0100
committerRémi Verschelde <rverschelde@gmail.com>2019-01-07 16:57:52 +0100
commitac8ae09bc30e3a1237834278f837a0cd30d043af (patch)
tree1a7bf9179215c82a7622da9befdb77c335f23768 /editor/editor_asset_installer.cpp
parentd2b17d8d60db51d9ac73032c8064aee3ad5e0c57 (diff)
downloadredot-engine-ac8ae09bc30e3a1237834278f837a0cd30d043af.tar.gz
i18n: Sync translation template with current source
Misc fixes to source strings.
Diffstat (limited to 'editor/editor_asset_installer.cpp')
-rw-r--r--editor/editor_asset_installer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/editor_asset_installer.cpp b/editor/editor_asset_installer.cpp
index f66844bca0..12df91a501 100644
--- a/editor/editor_asset_installer.cpp
+++ b/editor/editor_asset_installer.cpp
@@ -304,7 +304,7 @@ void EditorAssetInstaller::ok_pressed() {
EditorNode::get_singleton()->show_warning(msg);
} else {
if (EditorNode::get_singleton() != NULL)
- EditorNode::get_singleton()->show_warning(TTR("Package Installed Successfully!"), TTR("Success!"));
+ EditorNode::get_singleton()->show_warning(TTR("Package installed successfully!"), TTR("Success!"));
}
EditorFileSystem::get_singleton()->scan_changes();
}