summary refs log tree commit diff stats
path: root/src/fe-gtk/setup.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fe-gtk/setup.c')
-rw-r--r--src/fe-gtk/setup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fe-gtk/setup.c b/src/fe-gtk/setup.c
index 05c879e0..51e69007 100644
--- a/src/fe-gtk/setup.c
+++ b/src/fe-gtk/setup.c
@@ -1480,7 +1480,7 @@ setup_create_color_page (void)
 	setup_create_other_color (_("Foreground:"), COL_FG, 3, tab);
 	setup_create_other_colorR (_("Background:"), COL_BG, 3, tab);
 
-	setup_create_header (tab, 5, N_("Marking Text"));
+	setup_create_header (tab, 5, N_("Selected Text"));
 
 	setup_create_other_color (_("Foreground:"), COL_MARK_FG, 6, tab);
 	setup_create_other_colorR (_("Background:"), COL_MARK_BG, 6, tab);