mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
UPD: Move rsDarkModeOptions resource string to language unit
This commit is contained in:
parent
cd52866a71
commit
c7d12c821c
2 changed files with 2 additions and 5 deletions
|
|
@ -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 }
|
||||
|
||||
|
|
|
|||
|
|
@ -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:';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue