diff options
author | foxydevloper <12120644+foxydevloper@users.noreply.github.com> | 2021-07-19 15:10:05 -0400 |
---|---|---|
committer | foxydevloper <12120644+foxydevloper@users.noreply.github.com> | 2021-07-19 18:30:52 -0400 |
commit | 42d740d641a868fca3de69e5ebe158c9f63dafce (patch) | |
tree | 731e8e6c450f23ed3a0dc2586db174a488abed26 /editor/plugins/gpu_particles_collision_sdf_editor_plugin.cpp | |
parent | dfc1ec7fb97f38c5e785433cb0fb497dfa8c7e36 (diff) | |
download | redot-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.cpp | 2 |
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; } |