mirror of
https://github.com/uroni/urbackup_frontend_wx.git
synced 2025-10-26 11:19:28 +00:00
Update translation
This commit is contained in:
parent
1a008ff695
commit
15f50c1046
@ -1,3 +1,3 @@
|
||||
xgettext gui\GUI.h gui\GUI.cpp *.cpp *.h --keyword="_" --keyword="wxPLURAL:1,2" --from-code=utf-8
|
||||
xgettext gui\*.h gui\*.cpp *.cpp *.h --keyword="_" --keyword="wxPLURAL:1,2" --from-code=utf-8
|
||||
tx pull -l en
|
||||
msgmerge -N translations\urbackup.frontend\en.po messages.po > translations\urbackup.frontend\en_new.po
|
||||
|
||||
@ -81,7 +81,7 @@ GUISetupWizard::GUISetupWizard( wxWindow* parent, wxWindowID id, const wxString&
|
||||
m_staticText3->Wrap( -1 );
|
||||
bSizer4->Add( m_staticText3, 0, wxALL, 5 );
|
||||
|
||||
m_textCtrl1 = new wxTextCtrl( setupBackupPaths, wxID_ANY, _("C;D"), wxDefaultPosition, wxDefaultSize, 0 );
|
||||
m_textCtrl1 = new wxTextCtrl( setupBackupPaths, wxID_ANY, wxT("C;D"), wxDefaultPosition, wxDefaultSize, 0 );
|
||||
m_textCtrl1->Enable( false );
|
||||
|
||||
bSizer4->Add( m_textCtrl1, 0, wxALL, 5 );
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user