From 6ad6eedb7e384a3864519c9805860f60854512d6 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Sat, 07 Oct 2017 16:15:19 -0400 Subject: about:preferences: s/Smooth Scrolling/Enable Smooth Scrolling/ --- (limited to 'src') 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", -- cgit v0.9.1