aboutsummaryrefslogtreecommitdiff
path: root/editor/plugins/particles_editor_plugin.cpp
diff options
context:
space:
mode:
authorHugo Locurcio2018-04-22 19:36:01 +0200
committerRémi Verschelde2018-06-05 21:42:33 +0200
commit403f7dc35f9a356466ee12b83880e2da73b9598d (patch)
tree19eb9e945107faeebf875f39e9cc051b3c215fc6 /editor/plugins/particles_editor_plugin.cpp
parente09170dffa1c5cc953ebec22de22434d5172f3f7 (diff)
downloadgodot-403f7dc35f9a356466ee12b83880e2da73b9598d.tar.gz
godot-403f7dc35f9a356466ee12b83880e2da73b9598d.tar.zst
godot-403f7dc35f9a356466ee12b83880e2da73b9598d.zip
Change ".." punctuation for "..." in editor strings (#16507)
(cherry picked from commit 1c419531a009f48aa074f9b5f93b98d387c33723)
Diffstat (limited to 'editor/plugins/particles_editor_plugin.cpp')
-rw-r--r--editor/plugins/particles_editor_plugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/plugins/particles_editor_plugin.cpp b/editor/plugins/particles_editor_plugin.cpp
index d129b6c5c..7728995a9 100644
--- a/editor/plugins/particles_editor_plugin.cpp
+++ b/editor/plugins/particles_editor_plugin.cpp
@@ -129,7 +129,7 @@ void ParticlesEditor::_generate_aabb() {
while (running < time) {
uint64_t ticks = OS::get_singleton()->get_ticks_usec();
- ep.step("Generating..", int(running), true);
+ ep.step("Generating...", int(running), true);
OS::get_singleton()->delay_usec(1000);
AABB capture = node->capture_aabb();