Rephrase entry in file menu

"Import and append" can just be renamed to "Append" while still
conveying the same meaning.
This commit is contained in:
prisixia 2023-05-05 15:46:12 +02:00
parent 7d897c6081
commit a58c313bc9
Signed by: prisixia
GPG Key ID: CB939A148C9B4125
1 changed files with 1 additions and 2 deletions

View File

@ -46,8 +46,7 @@ bool App::OnInit() {
"Export the weightstages configuration to file.");
file_menu->Append(TEXT_IMPORT, "&Import weightstages\tCTRL+O",
"Import and overwrite the weightstages configuration.");
file_menu->Append(TEXT_IMPORT_APPEND,
"&Import and append weightstages\tCTRL+SHIFT+O",
file_menu->Append(TEXT_IMPORT_APPEND, "&Append weightstages\tCTRL+SHIFT+O",
"Import and append to the weightstages configuration.");
file_menu->AppendSeparator();
#endif // wxUSE_FILEDLG