Browse Source

Fix wording

Signed-off-by: falkTX <falktx@falktx.com>
tags/22.02
falkTX 3 years ago
parent
commit
1dec163012
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      plugins/Cardinal/src/TextEditor.cpp

+ 1
- 1
plugins/Cardinal/src/TextEditor.cpp View File

@@ -225,7 +225,7 @@ struct TextEditorLoadFileItem : MenuItem {
: module(textEditorModule),
widget(textEditorWidget)
{
text = "Load File";
text = "Load text file...";
}

void onAction(const event::Action&) override


Loading…
Cancel
Save