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