Add translation markers on more unstranslated strings (#9134)

This commit is contained in:
Alexandre Folle de Menezes
2025-04-26 12:11:36 -03:00
committed by GitHub
parent d37f1b6a81
commit 7d72db562f
9 changed files with 25 additions and 22 deletions

View File

@@ -250,8 +250,8 @@ ParamsPanel::ParamsPanel( wxWindow* parent, wxWindowID id, const wxPoint& pos, c
//m_export_to_file = new Button( this, wxT("Export To File"), "");
//m_import_from_file = new Button( this, wxT("Import From File") );
//m_export_to_file = new Button( this, _L("Export To File"), "");
//m_import_from_file = new Button( this, _L("Import From File") );
// Initialize the page.
#if __WXOSX__