mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-21 20:14:51 +00:00
Renamed SubSections to SectionGroups
This commit is contained in:
parent
04178043d8
commit
8afa4441d1
1 changed files with 4 additions and 4 deletions
|
@ -161,7 +161,7 @@
|
|||
|
||||
; Installer Sections
|
||||
|
||||
SubSection /e "Dependencies" dependencies
|
||||
SectionGroup /e "Dependencies" dependencies
|
||||
|
||||
Section "Python" python
|
||||
|
||||
|
@ -252,9 +252,9 @@ SubSection /e "Dependencies" dependencies
|
|||
|
||||
SectionEnd
|
||||
|
||||
SubSectionEnd
|
||||
SectionGroupEnd
|
||||
|
||||
SubSection /e "Core" core
|
||||
SectionGroup /e "Core" core
|
||||
|
||||
Section "Deluge" deluge
|
||||
|
||||
|
@ -268,7 +268,7 @@ SubSection /e "Core" core
|
|||
|
||||
SectionEnd
|
||||
|
||||
SubSectionEnd
|
||||
SectionGroupEnd
|
||||
|
||||
; Descriptions
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue