From 567cb691ec49844101247bb9dc34bc2722f6af4f Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Tue, 3 May 2016 22:25:37 -0300 Subject: Modified editor strings to be translatable in the future --- tools/editor/plugins/camera_editor_plugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/editor/plugins/camera_editor_plugin.cpp') diff --git a/tools/editor/plugins/camera_editor_plugin.cpp b/tools/editor/plugins/camera_editor_plugin.cpp index 7433264b1..9c25de695 100644 --- a/tools/editor/plugins/camera_editor_plugin.cpp +++ b/tools/editor/plugins/camera_editor_plugin.cpp @@ -87,7 +87,7 @@ CameraEditor::CameraEditor() { preview = memnew( Button ); add_child(preview); - preview->set_text("Preview"); + preview->set_text(TTR("Preview")); preview->set_toggle_mode(true); preview->set_anchor(MARGIN_LEFT,Control::ANCHOR_END); preview->set_anchor(MARGIN_RIGHT,Control::ANCHOR_END); -- cgit v1.2.3-70-g09d2