summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/about/preferences.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/about/preferences.c b/src/about/preferences.c
index edc5ad2..64633a7 100644
--- a/src/about/preferences.c
+++ b/src/about/preferences.c
@@ -67,7 +67,7 @@ gen_page_general(MqConfig *config)
mq_html_h3(NULL, "Navigation and Accessibility"),
GEN_BOOL("navigation.smooth-scrolling",
- "Smooth Scrolling"),
+ "Enable Smooth Scrolling"),
GEN_BOOL("navigation.tabbing",
"Enable Tabbing Navigation (Cycling Focus by Tab Key)"),
GEN_BOOL("navigation.caret",