1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-10 13:00:37 +00:00

Don't use the abbrevation "Sep." in UI text

(cherry picked from commit 5046a7d1b1)
This commit is contained in:
Haoyu Qiu
2021-06-16 19:39:28 +08:00
committed by Rémi Verschelde
parent 752211391f
commit 770de6f579
2 changed files with 2 additions and 2 deletions

View File

@@ -1047,7 +1047,7 @@ TextureRegionEditor::TextureRegionEditor(EditorNode *p_editor) {
hb_grid->add_child(sb_step_y);
hb_grid->add_child(memnew(VSeparator));
hb_grid->add_child(memnew(Label(TTR("Sep.:"))));
hb_grid->add_child(memnew(Label(TTR("Separation:"))));
sb_sep_x = memnew(SpinBox);
sb_sep_x->set_min(0);