Minor fixes to translatable strings

The usual deduplication between DolphinWX and DolphinQt2, plus the removal
of a now unused ubershader string and a fix for the Euphoria i18n comment.
This commit is contained in:
JosJuice
2018-04-16 19:08:58 +02:00
parent 6224b9bd37
commit 0efbaebe17
5 changed files with 14 additions and 15 deletions

View File

@ -130,7 +130,7 @@ void MenuBar::OnDebugModeToggled(bool enabled)
void MenuBar::AddDVDBackupMenu(QMenu* file_menu)
{
m_backup_menu = file_menu->addMenu(tr("Boot from DVD Backup"));
m_backup_menu = file_menu->addMenu(tr("&Boot from DVD Backup"));
const std::vector<std::string> drives = cdio_get_devices();
// Windows Limitation of 24 character drives