aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/editor_help.cpp
diff options
context:
space:
mode:
authorRémi Verschelde2016-05-04 15:28:37 +0200
committerRémi Verschelde2016-05-04 15:28:37 +0200
commitfb277dbde6a337a3294867f54cebc54c7cd91653 (patch)
treeea3dcb0f1ba9dd7d64fa35790994700af4becff9 /tools/editor/editor_help.cpp
parentdd419e8efa347a8c1d6be464a89ec056cb4e4712 (diff)
downloadgodot-fb277dbde6a337a3294867f54cebc54c7cd91653.tar.gz
godot-fb277dbde6a337a3294867f54cebc54c7cd91653.tar.zst
godot-fb277dbde6a337a3294867f54cebc54c7cd91653.zip
i18n: Don't make print_line calls translatable
Diffstat (limited to 'tools/editor/editor_help.cpp')
-rw-r--r--tools/editor/editor_help.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/editor/editor_help.cpp b/tools/editor/editor_help.cpp
index 1439209fa..a8cb1a573 100644
--- a/tools/editor/editor_help.cpp
+++ b/tools/editor/editor_help.cpp
@@ -618,7 +618,7 @@ void EditorHelp::_class_desc_select(const String& p_select) {
-// print_line(TTR("LINK: ")+p_select);
+// print_line("LINK: "+p_select);
if (p_select.begins_with("#")) {
//_goto_desc(p_select.substr(1,p_select.length()));
emit_signal("go_to_help","class_name:"+p_select.substr(1,p_select.length()));