aboutsummaryrefslogtreecommitdiff
path: root/editor/editor_plugin.cpp
diff options
context:
space:
mode:
authorHugo Locurcio2018-04-22 19:36:01 +0200
committerMax Hilbrunner2018-04-22 19:36:01 +0200
commit1c419531a009f48aa074f9b5f93b98d387c33723 (patch)
tree6beff4f51161e61e22b70266b5e0385496e35b6b /editor/editor_plugin.cpp
parentca25f1e6eae9ffd498ddba05f94e341827269fea (diff)
downloadgodot-1c419531a009f48aa074f9b5f93b98d387c33723.tar.gz
godot-1c419531a009f48aa074f9b5f93b98d387c33723.tar.zst
godot-1c419531a009f48aa074f9b5f93b98d387c33723.zip
Diffstat (limited to 'editor/editor_plugin.cpp')
-rw-r--r--editor/editor_plugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/editor_plugin.cpp b/editor/editor_plugin.cpp
index 4f38c0188..336eaf719 100644
--- a/editor/editor_plugin.cpp
+++ b/editor/editor_plugin.cpp
@@ -125,7 +125,7 @@ Vector<Ref<Texture> > EditorInterface::make_mesh_previews(const Vector<Ref<Mesh>
xform.origin.z -= rot_aabb.size.z * 2;
RID inst = VS::get_singleton()->instance_create2(mesh->get_rid(), scenario);
VS::get_singleton()->instance_set_transform(inst, xform);
- ep.step(TTR("Thumbnail.."), i);
+ ep.step(TTR("Thumbnail..."), i);
Main::iteration();
Main::iteration();
Ref<Image> img = VS::get_singleton()->texture_get_data(viewport_texture);