diff --git a/eeschema/viewlibs.cpp b/eeschema/viewlibs.cpp index 2ce088fbbb..409dab2208 100644 --- a/eeschema/viewlibs.cpp +++ b/eeschema/viewlibs.cpp @@ -177,7 +177,7 @@ void LIB_VIEW_FRAME::DisplayLibInfos() { const SYMBOL_LIB_TABLE_ROW* row = Prj().SchSymbolLibTable()->FindRow( m_libraryName ); - wxString title = wxString::Format( _( "Symbol Library Browser \u2014 %s" ), + wxString title = wxString::Format( _( "Symbol Library Browser -- %s" ), row ? row->GetFullURI() : _( "no library selected" ) ); SetTitle( title ); } diff --git a/gerbview/menubar.cpp b/gerbview/menubar.cpp index dc9b745e40..e9faaa3b17 100644 --- a/gerbview/menubar.cpp +++ b/gerbview/menubar.cpp @@ -216,7 +216,7 @@ void GERBVIEW_FRAME::ReCreateMenuBar() configMenu->Append( new wxMenuItem( configMenu, ID_MENU_CANVAS_LEGACY, - text, _( "Use legacy graphics mode (not all features will be available" ), + text, _( "Use legacy graphics mode (not all features will be available)" ), wxITEM_RADIO ) ); text = AddHotkeyName( _( "Modern (&Accelerated)" ), GerbviewHokeysDescr, diff --git a/pcbnew/menubar_modedit.cpp b/pcbnew/menubar_modedit.cpp index 637f23dce3..adb6a07baa 100644 --- a/pcbnew/menubar_modedit.cpp +++ b/pcbnew/menubar_modedit.cpp @@ -259,7 +259,7 @@ void FOOTPRINT_EDIT_FRAME::ReCreateMenuBar() viewMenu->Append( new wxMenuItem( viewMenu, ID_MENU_CANVAS_LEGACY, - text, _( "Use legacy graphics mode (not all features will be available" ), + text, _( "Use legacy graphics mode (not all features will be available)" ), wxITEM_RADIO ) ); text = AddHotkeyName( _( "Modern (&Accelerated)" ), m_hotkeysDescrList, diff --git a/pcbnew/menubar_pcbframe.cpp b/pcbnew/menubar_pcbframe.cpp index 358c510e69..51ca971789 100644 --- a/pcbnew/menubar_pcbframe.cpp +++ b/pcbnew/menubar_pcbframe.cpp @@ -564,7 +564,7 @@ void prepareViewMenu( wxMenu* aParentMenu ) aParentMenu->Append( new wxMenuItem( aParentMenu, ID_MENU_CANVAS_LEGACY, - text, _( "Use legacy graphics mode (not all features will be available" ), + text, _( "Use legacy graphics mode (not all features will be available)" ), wxITEM_RADIO ) ); text = AddHotkeyName( _( "Modern (&Accelerated)" ), g_Pcbnew_Editor_Hokeys_Descr,