UPD: Move rsDarkModeOptions resource string to language unit

This commit is contained in:
Alexander Koblov 2022-12-13 22:20:57 +03:00
commit c7d12c821c
2 changed files with 2 additions and 5 deletions

View file

@ -24,15 +24,12 @@ type
class function IsEmpty: Boolean; override;
end;
resourcestring
rsDarkModeOptions = 'Auto;Enabled;Disabled';
implementation
{$R *.lfm}
uses
DCStrUtils, uEarlyConfig, uDarkStyle;
DCStrUtils, uEarlyConfig, uDarkStyle, uLng;
{ TfrmOptionsColors }

View file

@ -803,7 +803,7 @@ resourcestring
rsOptConfigTreeState = 'Full expand;Full collapse';
rsOptDifferFramePosition = 'Active frame panel on left, inactive on right (legacy);Left frame panel on left, right on right';
//-------------------------------
rsDarkModeOptions = 'Auto;Enabled;Disabled';
//-------------------------------
rsOptEnterExt = 'Enter extension';
rsOptAssocPluginWith = 'Associate plugin "%s" with:';