diff options
| author | Rémi Verschelde <rverschelde@gmail.com> | 2020-02-05 15:43:01 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-05 15:43:01 +0100 |
| commit | 7ada59efb79f64882305c26c3a155385e5dcc05c (patch) | |
| tree | 55db440c5a85ee333fd18236b3fe897a19fed554 /editor/plugins/version_control_editor_plugin.cpp | |
| parent | 9591ca3fe58298ef01ab12f1e59e91399a7ce2d4 (diff) | |
| parent | 677604685dd2292f44fedb1b9a5b08b22137219a (diff) | |
Merge pull request #33391 from madmiraal/cleanup-error_macros
Clean up error_macros.h
Diffstat (limited to 'editor/plugins/version_control_editor_plugin.cpp')
| -rw-r--r-- | editor/plugins/version_control_editor_plugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/plugins/version_control_editor_plugin.cpp b/editor/plugins/version_control_editor_plugin.cpp index c53fc7e6c5..3622ca8d61 100644 --- a/editor/plugins/version_control_editor_plugin.cpp +++ b/editor/plugins/version_control_editor_plugin.cpp @@ -203,7 +203,7 @@ void VersionControlEditorPlugin::_refresh_stage_area() { } } else { - WARN_PRINT("No VCS addon is initialized. Select a Version Control Addon from Project menu.") + WARN_PRINT("No VCS addon is initialized. Select a Version Control Addon from Project menu."); } } |