"Back" doesn't translate too well.
This commit is contained in:
@@ -98,7 +98,7 @@ DIALOG_TEMPLATE_SELECTOR_BASE::DIALOG_TEMPLATE_SELECTOR_BASE( wxWindow* parent,
|
||||
|
||||
m_sizerButtons = new wxBoxSizer( wxHORIZONTAL );
|
||||
|
||||
m_btnBack = new wxButton( this, wxID_ANY, _("Back"), wxDefaultPosition, wxDefaultSize, 0 );
|
||||
m_btnBack = new wxButton( this, wxID_ANY, _("Go Back"), wxDefaultPosition, wxDefaultSize, 0 );
|
||||
m_btnBack->Enable( false );
|
||||
|
||||
m_sizerButtons->Add( m_btnBack, 0, wxALL, 5 );
|
||||
|
||||
@@ -702,7 +702,7 @@
|
||||
<property name="gripper">0</property>
|
||||
<property name="hidden">0</property>
|
||||
<property name="id">wxID_ANY</property>
|
||||
<property name="label">Back</property>
|
||||
<property name="label">Go Back</property>
|
||||
<property name="margins"></property>
|
||||
<property name="markup">0</property>
|
||||
<property name="max_size"></property>
|
||||
|
||||
Reference in New Issue
Block a user