mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 13:48:56 +00:00
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:
parent
6224b9bd37
commit
0efbaebe17
5 changed files with 14 additions and 15 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue