From 1ce15e104456e43246577c044ae3230ce1c5c575 Mon Sep 17 00:00:00 2001 From: David Hewitt Date: Sat, 13 Jul 2024 17:56:54 +0100 Subject: [PATCH] PreferencesDialog: make whitespace strings consistent (#1451) --- src/Dialogs/PreferencesDialog.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Dialogs/PreferencesDialog.vala b/src/Dialogs/PreferencesDialog.vala index 5fe958794..96f2de459 100644 --- a/src/Dialogs/PreferencesDialog.vala +++ b/src/Dialogs/PreferencesDialog.vala @@ -93,7 +93,7 @@ public class Scratch.Dialogs.Preferences : Granite.Dialog { } }); - var draw_spaces_label = new Gtk.Label (_("White space visible when not selected")) { + var draw_spaces_label = new Gtk.Label (_("Whitespace visible when not selected")) { halign = START, hexpand = true, mnemonic_widget = drawspaces_combobox