mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-10 03:25:55 +00:00
i18n: Add comments and improve source strings
Most of these changes are to improve consistency in capitalization.
This commit is contained in:
parent
87b7009c12
commit
9d2f5245f4
15 changed files with 84 additions and 79 deletions
|
@ -214,7 +214,7 @@ void FIFOPlayerWindow::AddDescriptions()
|
|||
|
||||
void FIFOPlayerWindow::LoadRecording()
|
||||
{
|
||||
QString path = DolphinFileDialog::getOpenFileName(this, tr("Open FIFO log"), QString(),
|
||||
QString path = DolphinFileDialog::getOpenFileName(this, tr("Open FIFO Log"), QString(),
|
||||
tr("Dolphin FIFO Log (*.dff)"));
|
||||
|
||||
if (path.isEmpty())
|
||||
|
@ -225,7 +225,7 @@ void FIFOPlayerWindow::LoadRecording()
|
|||
|
||||
void FIFOPlayerWindow::SaveRecording()
|
||||
{
|
||||
QString path = DolphinFileDialog::getSaveFileName(this, tr("Save FIFO log"), QString(),
|
||||
QString path = DolphinFileDialog::getSaveFileName(this, tr("Save FIFO Log"), QString(),
|
||||
tr("Dolphin FIFO Log (*.dff)"));
|
||||
|
||||
if (path.isEmpty())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue