diff options
| author | Juan Linietsky | 2016-05-03 22:25:37 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2016-05-03 22:25:37 -0300 |
| commit | 567cb691ec49844101247bb9dc34bc2722f6af4f (patch) | |
| tree | caa577fdc22feec8869e66b32be34db0c90f8aa8 /tools/editor/plugins/style_box_editor_plugin.cpp | |
| parent | c7e8def44696da9ddf0b459e166280668c84c4cb (diff) | |
| download | godot-567cb691ec49844101247bb9dc34bc2722f6af4f.tar.gz godot-567cb691ec49844101247bb9dc34bc2722f6af4f.tar.zst godot-567cb691ec49844101247bb9dc34bc2722f6af4f.zip | |
Modified editor strings to be translatable in the future
Diffstat (limited to 'tools/editor/plugins/style_box_editor_plugin.cpp')
| -rw-r--r-- | tools/editor/plugins/style_box_editor_plugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/editor/plugins/style_box_editor_plugin.cpp b/tools/editor/plugins/style_box_editor_plugin.cpp index f08d2a737..d5c885bd5 100644 --- a/tools/editor/plugins/style_box_editor_plugin.cpp +++ b/tools/editor/plugins/style_box_editor_plugin.cpp @@ -61,7 +61,7 @@ StyleBoxEditor::StyleBoxEditor() { panel->set_area_as_parent_rect(); Label *l = memnew( Label ); - l->set_text("StyleBox Preview:"); + l->set_text(TTR("StyleBox Preview:")); l->set_pos(Point2(5,5)); panel->add_child(l); |
