mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 13:48:56 +00:00
Make GUI strings more consistent
Most of the changes I've made here were because of small differences between DolphinWX and DolphinQt2.
This commit is contained in:
parent
e29cd19f73
commit
d454e041b0
11 changed files with 24 additions and 23 deletions
|
@ -26,9 +26,9 @@ wxDEFINE_EVENT(DOLPHIN_EVT_GECKOCODE_TOGGLED, wxCommandEvent);
|
|||
|
||||
namespace Gecko
|
||||
{
|
||||
static const char str_name[] = wxTRANSLATE("Name: ");
|
||||
static const char str_notes[] = wxTRANSLATE("Notes: ");
|
||||
static const char str_creator[] = wxTRANSLATE("Creator: ");
|
||||
static const char str_name[] = wxTRANSLATE("Name:");
|
||||
static const char str_notes[] = wxTRANSLATE("Notes:");
|
||||
static const char str_creator[] = wxTRANSLATE("Creator:");
|
||||
|
||||
CodeConfigPanel::CodeConfigPanel(wxWindow* const parent) : wxPanel(parent)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue