Skip to content

Commit

Permalink
add tanslator hint for "Engine DJ"
Browse files Browse the repository at this point in the history
  • Loading branch information
ronso0 authored Feb 20, 2025
1 parent ee147d8 commit 2f40bb4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/widget/wmainmenubar.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ void WMainMenuBar::initialize() {
pLibraryMenu->addAction(pLibraryRescan);

#ifdef __ENGINEPRIME__
//: "Engine DJ" must not be translated
QString exportTitle = tr("E&xport Library to Engine DJ");
QString exportText = tr("Export the library to the Engine DJ format");
auto* pLibraryExport = new QAction(exportTitle, this);
Expand Down

0 comments on commit 2f40bb4

Please sign in to comment.