Fossil SCM
Correct typo in the description of the moderation setup page.
Commit
c89a694d5462bd00eaee94bf920fbae4b8c30536
Parent
55a28e7f5aec16d…
1 file changed
+1
-1
+1
-1
| --- src/setup.c | ||
| +++ src/setup.c | ||
| @@ -94,11 +94,11 @@ | ||
| 94 | 94 | "Edit HTML text inserted at the top of every page"); |
| 95 | 95 | setup_menu_entry("Footer", "setup_footer", |
| 96 | 96 | "Edit HTML text inserted at the bottom of every page"); |
| 97 | 97 | setup_menu_entry("Moderation", "setup_modreq", |
| 98 | 98 | "Enable/Disable requiring moderator approval of Wiki and/or Ticket" |
| 99 | - "edits and attachments."); | |
| 99 | + " changes and attachments."); | |
| 100 | 100 | setup_menu_entry("Ad-Unit", "setup_adunit", |
| 101 | 101 | "Edit HTML text for an ad unit inserted after the menu bar"); |
| 102 | 102 | setup_menu_entry("Logo", "setup_logo", |
| 103 | 103 | "Change the logo and background images for the server"); |
| 104 | 104 | setup_menu_entry("Shunned", "shun", |
| 105 | 105 |
| --- src/setup.c | |
| +++ src/setup.c | |
| @@ -94,11 +94,11 @@ | |
| 94 | "Edit HTML text inserted at the top of every page"); |
| 95 | setup_menu_entry("Footer", "setup_footer", |
| 96 | "Edit HTML text inserted at the bottom of every page"); |
| 97 | setup_menu_entry("Moderation", "setup_modreq", |
| 98 | "Enable/Disable requiring moderator approval of Wiki and/or Ticket" |
| 99 | "edits and attachments."); |
| 100 | setup_menu_entry("Ad-Unit", "setup_adunit", |
| 101 | "Edit HTML text for an ad unit inserted after the menu bar"); |
| 102 | setup_menu_entry("Logo", "setup_logo", |
| 103 | "Change the logo and background images for the server"); |
| 104 | setup_menu_entry("Shunned", "shun", |
| 105 |
| --- src/setup.c | |
| +++ src/setup.c | |
| @@ -94,11 +94,11 @@ | |
| 94 | "Edit HTML text inserted at the top of every page"); |
| 95 | setup_menu_entry("Footer", "setup_footer", |
| 96 | "Edit HTML text inserted at the bottom of every page"); |
| 97 | setup_menu_entry("Moderation", "setup_modreq", |
| 98 | "Enable/Disable requiring moderator approval of Wiki and/or Ticket" |
| 99 | " changes and attachments."); |
| 100 | setup_menu_entry("Ad-Unit", "setup_adunit", |
| 101 | "Edit HTML text for an ad unit inserted after the menu bar"); |
| 102 | setup_menu_entry("Logo", "setup_logo", |
| 103 | "Change the logo and background images for the server"); |
| 104 | setup_menu_entry("Shunned", "shun", |
| 105 |