Clarified snapping in settings window

This commit is contained in:
Fmstrat
2020-01-06 10:32:01 -05:00
parent 13bb743a4f
commit cc93b2b9a1

View File

@@ -96,7 +96,7 @@ function buildPrefsWidget() {
// Preview settings
let previewEnabled = this.settings.get_boolean ('preview');
let previewLabel = new Gtk.Label({
label: _("Enable preview while dragging windows"),
label: _("Enable preview and snapping when dragging windows"),
visible: true,
hexpand: true,
halign: Gtk.Align.START