Change one translatable "eeschema" string to "Schematic Editor"

This commit is contained in:
aris-kimi 2023-01-16 22:58:42 +02:00 committed by Wayne Stambaugh
parent 13ce2ebf46
commit b72cc23a00
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
* This program source code file is part of KiCad, a free EDA CAD application.
*
* Copyright (C) 2009 Wayne Stambaugh <stambaughw@gmail.com>
* Copyright (C) 2014-2022 KiCad Developers, see CHANGELOG.txt for contributors.
* Copyright (C) 2014-2023 KiCad Developers, see CHANGELOG.txt for contributors.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
@ -382,7 +382,7 @@ bool DIALOG_SHEET_PROPERTIES::TransferDataFromWindow()
KIDIALOG dlg( this, _( "Note: item colors are overridden in the current color theme." ),
KIDIALOG::KD_WARNING );
dlg.ShowDetailedText( wxString::Format( _( "To see individual item colors uncheck '%s'\n"
"in Preferences > Eeschema > Colors." ),
"in Preferences > Schematic Editor > Colors." ),
checkboxLabel ) );
dlg.DoNotShowCheckbox( __FILE__, __LINE__ );
dlg.ShowModal();