|
|
@@ -225,7 +225,7 @@ struct TextEditorLoadFileItem : MenuItem { |
|
|
: module(textEditorModule), |
|
|
: module(textEditorModule), |
|
|
widget(textEditorWidget) |
|
|
widget(textEditorWidget) |
|
|
{ |
|
|
{ |
|
|
text = "Load File"; |
|
|
|
|
|
|
|
|
text = "Load text file..."; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
void onAction(const event::Action&) override |
|
|
void onAction(const event::Action&) override |
|
|
|