Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hltj committed Aug 3, 2015
1 parent d735a7c commit 6d11dac
Show file tree
Hide file tree
Showing 19 changed files with 902 additions and 840 deletions.
Binary file modified po/de_DE.gmo
Binary file not shown.
219 changes: 125 additions & 94 deletions po/de_DE.po

Large diffs are not rendered by default.

Binary file modified po/es.gmo
Binary file not shown.
219 changes: 125 additions & 94 deletions po/es.po

Large diffs are not rendered by default.

Binary file modified po/it_IT.gmo
Binary file not shown.
184 changes: 92 additions & 92 deletions po/it_IT.po

Large diffs are not rendered by default.

Binary file modified po/ja_JP.gmo
Binary file not shown.
196 changes: 98 additions & 98 deletions po/ja_JP.po

Large diffs are not rendered by default.

Binary file modified po/pl_PL.gmo
Binary file not shown.
184 changes: 92 additions & 92 deletions po/pl_PL.po

Large diffs are not rendered by default.

Binary file modified po/ru_RU.gmo
Binary file not shown.
184 changes: 92 additions & 92 deletions po/ru_RU.po

Large diffs are not rendered by default.

184 changes: 92 additions & 92 deletions po/wxmedit.pot

Large diffs are not rendered by default.

Binary file modified po/zh_CN.gmo
Binary file not shown.
184 changes: 92 additions & 92 deletions po/zh_CN.po

Large diffs are not rendered by default.

Binary file modified po/zh_TW.gmo
Binary file not shown.
184 changes: 92 additions & 92 deletions po/zh_TW.po

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/dialog/wxm_enumeration_dialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ WXMEnumerationDialog::WXMEnumerationDialog(std::vector<ucs4_t>& seq, size_t& seq
BoxSizer21->Add(CheckBoxGrpSep, 1, wxALL|wxALIGN_CENTER_HORIZONTAL|wxALIGN_CENTER_VERTICAL, 2);
StaticBoxSizer2->Add(BoxSizer21, 1, wxALL|wxEXPAND|wxALIGN_CENTER_HORIZONTAL|wxALIGN_CENTER_VERTICAL, 2);
BoxSizer9 = new wxBoxSizer(wxHORIZONTAL);
StaticText7 = new wxStaticText(this, ID_STATICTEXT7, _("&Lenth (Characters):"), wxDefaultPosition, wxDefaultSize, 0, _T("ID_STATICTEXT7"));
StaticText7 = new wxStaticText(this, ID_STATICTEXT7, _("&Length (Characters):"), wxDefaultPosition, wxDefaultSize, 0, _T("ID_STATICTEXT7"));
BoxSizer9->Add(StaticText7, 1, wxALL|wxALIGN_CENTER_HORIZONTAL|wxALIGN_CENTER_VERTICAL, 2);
ChoiceLength = new wxChoice(this, ID_CHOICELENGTH, wxDefaultPosition, wxDefaultSize, 0, 0, 0, wxDefaultValidator, _T("ID_CHOICELENGTH"));
ChoiceLength->SetSelection( ChoiceLength->Append(_("(Automatic)")) );
Expand Down
2 changes: 1 addition & 1 deletion wxsmith/wxm_enumeration_dialog.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@
<object class="wxBoxSizer" variable="BoxSizer9" member="no">
<object class="sizeritem">
<object class="wxStaticText" name="ID_STATICTEXT7" variable="StaticText7" member="yes">
<label>&amp;Lenth (Characters):</label>
<label>&amp;Length (Characters):</label>
</object>
<flag>wxALL|wxALIGN_CENTER_HORIZONTAL|wxALIGN_CENTER_VERTICAL</flag>
<border>2</border>
Expand Down

0 comments on commit 6d11dac

Please sign in to comment.