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/stream_editor_plugin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/editor/plugins/stream_editor_plugin.h') diff --git a/tools/editor/plugins/stream_editor_plugin.h b/tools/editor/plugins/stream_editor_plugin.h index 5730612d61..90046a5fdf 100644 --- a/tools/editor/plugins/stream_editor_plugin.h +++ b/tools/editor/plugins/stream_editor_plugin.h @@ -69,7 +69,7 @@ class StreamEditorPlugin : public EditorPlugin { public: - virtual String get_name() const { return "Stream"; } + virtual String get_name() const { return TTR("Stream"); } bool has_main_screen() const { return false; } virtual void edit(Object *p_node); virtual bool handles(Object *p_node) const; -- cgit v1.2.3