Skip to content

Commit

Permalink
PreferencesDialog: make whitespace strings consistent (#1451)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmhewitt authored Jul 13, 2024
1 parent 76e95b6 commit 1ce15e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Dialogs/PreferencesDialog.vala
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1ce15e1

Please sign in to comment.