summaryrefslogtreecommitdiffstats
path: root/editor/plugins/gpu_particles_collision_sdf_editor_plugin.cpp
diff options
context:
space:
mode:
authorfoxydevloper <12120644+foxydevloper@users.noreply.github.com>2021-07-19 15:10:05 -0400
committerfoxydevloper <12120644+foxydevloper@users.noreply.github.com>2021-07-19 18:30:52 -0400
commit42d740d641a868fca3de69e5ebe158c9f63dafce (patch)
tree731e8e6c450f23ed3a0dc2586db174a488abed26 /editor/plugins/gpu_particles_collision_sdf_editor_plugin.cpp
parentdfc1ec7fb97f38c5e785433cb0fb497dfa8c7e36 (diff)
downloadredot-engine-42d740d641a868fca3de69e5ebe158c9f63dafce.tar.gz
Make various strings translatable
Diffstat (limited to 'editor/plugins/gpu_particles_collision_sdf_editor_plugin.cpp')
-rw-r--r--editor/plugins/gpu_particles_collision_sdf_editor_plugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/plugins/gpu_particles_collision_sdf_editor_plugin.cpp b/editor/plugins/gpu_particles_collision_sdf_editor_plugin.cpp
index 71598b904b..a4436525fb 100644
--- a/editor/plugins/gpu_particles_collision_sdf_editor_plugin.cpp
+++ b/editor/plugins/gpu_particles_collision_sdf_editor_plugin.cpp
@@ -131,7 +131,7 @@ void GPUParticlesCollisionSDFEditorPlugin::_sdf_save_path_and_bake(const String
if (col_sdf) {
Ref<Image> bake_img = col_sdf->bake();
if (bake_img.is_null()) {
- EditorNode::get_singleton()->show_warning("Bake Error.");
+ EditorNode::get_singleton()->show_warning(TTR("Bake Error."));
return;
}