mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-05 06:21:19 +12:00
Miscellaneous translatable strings improvements and fixes (#159)
* Make PPC threads/texture cache info window columns untranslatable * Make several window titles translatable * Make About window text translatable * Fix <profile name> placeholder not being recognized as translatable * Miscellaneous improvements to GUI strings * Add a few missing entries to gitignore * Adjust Italian translation of Linux files
This commit is contained in:
parent
1a1de370e4
commit
d22901be1c
24 changed files with 79 additions and 78 deletions
|
@ -123,7 +123,7 @@ void wxTitleManagerList::AddColumns()
|
|||
{
|
||||
wxListItem col0;
|
||||
col0.SetId(ColumnTitleId);
|
||||
col0.SetText(_("Title id"));
|
||||
col0.SetText(_("Title ID"));
|
||||
col0.SetWidth(120);
|
||||
InsertColumn(ColumnTitleId, col0);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue