mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
DolphinQt2: Rename "Table"/"List" to "List View"/"Grid View"
Sentret_C posted this comment on Transifex recently: "What Dolphin refers to as "Table View" and "List View" are similar to "List View" and "Grid View" in Steam, and I think the Steam names describe them better." I agree with that, so here's a commit that changes the names.
This commit is contained in:
@ -77,9 +77,9 @@ bool Settings::GetPreferredView() const
|
||||
return QSettings().value(QStringLiteral("PreferredView"), true).toBool();
|
||||
}
|
||||
|
||||
void Settings::SetPreferredView(bool table)
|
||||
void Settings::SetPreferredView(bool list)
|
||||
{
|
||||
QSettings().setValue(QStringLiteral("PreferredView"), table);
|
||||
QSettings().setValue(QStringLiteral("PreferredView"), list);
|
||||
}
|
||||
|
||||
int Settings::GetStateSlot() const
|
||||
|
Reference in New Issue
Block a user