Updated playqueue to use the new tr message layout

This commit is contained in:
emeric
2018-03-17 17:36:03 +01:00
parent aee3315676
commit 74e0576d31
4 changed files with 24 additions and 22 deletions
+1 -1
View File
@@ -265,7 +265,7 @@ LmsApplication::handleAuthEvent(void)
menuItem->setSelectable(false);
}
{
auto menuItem = menu->insertItem(3, Wt::WString::tr("Lms.playqueue"));
auto menuItem = menu->insertItem(3, Wt::WString::tr("Lms.PlayQueue.playqueue"));
menuItem->setLink(Wt::WLink(Wt::WLink::InternalPath, "/playqueue"));
menuItem->setSelectable(false);
}