diff options
author | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2019-03-25 01:54:29 +0100 |
---|---|---|
committer | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2019-04-21 14:37:14 +0200 |
commit | 35a016216702e65579afcdffa7114835176c0bd9 (patch) | |
tree | 60b9fadbf968fcd54becd0c89e5dd849318164ae /modules/visual_script/visual_script_editor.cpp | |
parent | cc349336e7a099f786c8c281fdceefd7d0bd33ae (diff) | |
download | redot-engine-35a016216702e65579afcdffa7114835176c0bd9.tar.gz |
Improve wording of various messages and make casing more consistent
This also adds the number of selected projects to the confirmation
dialog that appears before removing projects.
Diffstat (limited to 'modules/visual_script/visual_script_editor.cpp')
-rw-r--r-- | modules/visual_script/visual_script_editor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/visual_script/visual_script_editor.cpp b/modules/visual_script/visual_script_editor.cpp index 7e54891d97..c32eed315f 100644 --- a/modules/visual_script/visual_script_editor.cpp +++ b/modules/visual_script/visual_script_editor.cpp @@ -3564,7 +3564,7 @@ VisualScriptEditor::VisualScriptEditor() { graph->connect("scroll_offset_changed", this, "_graph_ofs_changed"); select_func_text = memnew(Label); - select_func_text->set_text(TTR("Select or create a function to edit graph")); + select_func_text->set_text(TTR("Select or create a function to edit its graph.")); select_func_text->set_align(Label::ALIGN_CENTER); select_func_text->set_valign(Label::VALIGN_CENTER); select_func_text->set_h_size_flags(SIZE_EXPAND_FILL); |