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:
JosJuice
2017-08-05 10:28:53 +02:00
parent 84ecc0ecc9
commit fa4723ffb4
15 changed files with 155 additions and 157 deletions

View File

@ -41,7 +41,7 @@ public:
void AddPath(const QString& path);
void RemovePath(const QString& path);
bool GetPreferredView() const;
void SetPreferredView(bool table);
void SetPreferredView(bool list);
// Emulation
int GetStateSlot() const;