diff --git a/src/generic/progdlgg.cpp b/src/generic/progdlgg.cpp index d4bc36629f..72a85e1210 100644 --- a/src/generic/progdlgg.cpp +++ b/src/generic/progdlgg.cpp @@ -606,7 +606,7 @@ void wxProgressDialog::EnableAbort(bool enable) { #ifdef __SMARTPHONE__ if(enable) - SetLeftMenu(wxID_CANCEL, _("Cancel")); + SetLeftMenu(wxID_CANCEL); // stock buttons makes Cancel label else SetLeftMenu(); #else