From 631546a68aa2e1d60f547919dc45345a7d1adfbe Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Sat, 28 Jan 2023 17:57:43 +0000 Subject: [PATCH] Adjusted/improved some color setting wording --- resources/lang/en/settings.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/lang/en/settings.php b/resources/lang/en/settings.php index 90ad311a7..6f4376d42 100755 --- a/resources/lang/en/settings.php +++ b/resources/lang/en/settings.php @@ -50,8 +50,8 @@ return [ // Color settings 'color_scheme' => 'Application Color Scheme', - 'color_scheme_desc' => 'Set the colors to use in the BookStack interface. Colors can be configured separately for dark and light mode to best fit the theme and ensure legibility.', - 'ui_colors_desc' => 'Set the primary and link colors used in BookStack. The primary color is mainly used for the header banner, buttons and UI decorations, in addition to a few other components.', + 'color_scheme_desc' => 'Set the colors to use in the BookStack interface. Colors can be configured separately for dark and light modes to best fit the theme and ensure legibility.', + 'ui_colors_desc' => 'Set the primary color and default link color for BookStack. The primary color is mainly used for the header banner, buttons and interface decorations. The default link color is used for text-based links and actions, both within written content and in the Bookstack interface.', 'app_color' => 'Primary Color', 'link_color' => 'Default Link Color', 'content_colors_desc' => 'Set colors for all elements in the page organisation hierarchy. Choosing colors with a similar brightness to the default colors is recommended for readability.',