diff options
author | Andreas Kling <kling@serenityos.org> | 2021-01-02 16:58:13 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-01-02 16:58:13 +0100 |
commit | ae0320183af44a9a1f2921ac0743afb90976c6ee (patch) | |
tree | a2f9312c8a409e6edb926693baf1dd4f381105a9 | |
parent | fe6b3f99d1f544715098182ce5bed71d67f266cf (diff) | |
download | serenity-ae0320183af44a9a1f2921ac0743afb90976c6ee.zip |
Help: Rename manual section 1 to "User programs"
Since we're putting man pages for GUI apps into this category as well,
let's call it something other than "Command-line programs" :^)
-rw-r--r-- | Applications/Help/ManualModel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Applications/Help/ManualModel.cpp b/Applications/Help/ManualModel.cpp index 4384e596f6..ee3fae6b17 100644 --- a/Applications/Help/ManualModel.cpp +++ b/Applications/Help/ManualModel.cpp @@ -33,7 +33,7 @@ #include <LibGUI/FilteringProxyModel.h> static ManualSectionNode s_sections[] = { - { "1", "Command-line programs" }, + { "1", "User programs" }, { "2", "System calls" }, { "3", "Libraries" }, { "4", "Special files" }, |