summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPatrick McDermott <pj@pehjota.net>2017-10-07 16:15:19 (EDT)
committer Patrick McDermott <pj@pehjota.net>2017-10-07 16:15:19 (EDT)
commit6ad6eedb7e384a3864519c9805860f60854512d6 (patch)
tree6d928879d3f4a85b6c3a0821192412d7f38907bf /src
parent94c28fbf8969891558b1f75a9ca0a9051ce0a8c4 (diff)
downloadmarquee-6ad6eedb7e384a3864519c9805860f60854512d6.zip
marquee-6ad6eedb7e384a3864519c9805860f60854512d6.tar.gz
marquee-6ad6eedb7e384a3864519c9805860f60854512d6.tar.bz2
about:preferences: s/Smooth Scrolling/Enable Smooth Scrolling/
Diffstat (limited to 'src')
-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",