Skip to content

Commit

Permalink
cinnamon-settings: mouse: Fix typo in Threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertJP committed Feb 21, 2013
1 parent 579c968 commit c5213f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/usr/lib/cinnamon-settings/modules/cs_mouse.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def __init__(self, content_box):
title.set_alignment(0,0)
sidePage.add_widget(title, True)

slider = GSettingsRange(_("Treshold:"), _("Small"), _("Large"), 1, 10, False, "int", False, "org.gnome.settings-daemon.peripherals.mouse", "drag-threshold", None, adjustment_step = 1)
slider = GSettingsRange(_("Threshold:"), _("Small"), _("Large"), 1, 10, False, "int", False, "org.gnome.settings-daemon.peripherals.mouse", "drag-threshold", None, adjustment_step = 1)
sidePage.add_widget(slider, True)

title = Gtk.Label()
Expand Down

0 comments on commit c5213f7

Please sign in to comment.