X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3f66f6a5b3583b02c34854556eb83e3a808524ce..4706252347b3a729552753c07ea41cc9ba9cd19d:/include/wx/richmsgdlg.h diff --git a/include/wx/richmsgdlg.h b/include/wx/richmsgdlg.h index 5036897a25..1fbc96428f 100644 --- a/include/wx/richmsgdlg.h +++ b/include/wx/richmsgdlg.h @@ -26,8 +26,8 @@ public: const wxString& caption, long style ) : wxGenericMessageDialog( parent, message, caption, style ), - m_detailsExpanderCollapsedLabel( _("&See details") ), - m_detailsExpanderExpandedLabel( _("&Hide details") ), + m_detailsExpanderCollapsedLabel( wxGetTranslation("&See details") ), + m_detailsExpanderExpandedLabel( wxGetTranslation("&Hide details") ), m_checkBoxValue( false ) { }