diff options
author | Stefano Karapetsas <[email protected]> | 2012-10-25 00:38:52 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-10-25 00:38:52 +0200 |
commit | 3bb2d6c2e4c434cd7852eddfac5256ad807f4da4 (patch) | |
tree | 452af6284ea78095594a297132048d316e36488b /capplets/keyboard/mate-keyboard-properties-dialog.ui | |
parent | fdbdbecabce4115565a3beaeeb96486e1e5fdb28 (diff) | |
download | mate-control-center-3bb2d6c2e4c434cd7852eddfac5256ad807f4da4.tar.bz2 mate-control-center-3bb2d6c2e4c434cd7852eddfac5256ad807f4da4.tar.xz |
migrate keyboard applet to gsettings
Diffstat (limited to 'capplets/keyboard/mate-keyboard-properties-dialog.ui')
-rw-r--r-- | capplets/keyboard/mate-keyboard-properties-dialog.ui | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/capplets/keyboard/mate-keyboard-properties-dialog.ui b/capplets/keyboard/mate-keyboard-properties-dialog.ui index 63c5e0af..4b5f7aa7 100644 --- a/capplets/keyboard/mate-keyboard-properties-dialog.ui +++ b/capplets/keyboard/mate-keyboard-properties-dialog.ui @@ -402,11 +402,11 @@ <property name="visible">True</property> <property name="spacing">6</property> <child> - <object class="GtkLabel" id="blink_slow_label"> + <object class="GtkLabel" id="blink_fast_label"> <property name="visible">True</property> <property name="xalign">1</property> <property name="xpad">10</property> - <property name="label" translatable="yes">Slow</property> + <property name="label" translatable="yes">Fast</property> <attributes> <attribute name="style" value="italic"/> <attribute name="scale" value="0.830000"/> @@ -436,10 +436,10 @@ </packing> </child> <child> - <object class="GtkLabel" id="blink_fast_label"> + <object class="GtkLabel" id="blink_slow_label"> <property name="visible">True</property> <property name="xalign">0</property> - <property name="label" translatable="yes">Fast</property> + <property name="label" translatable="yes">Slow</property> <attributes> <attribute name="style" value="italic"/> <attribute name="scale" value="0.830000"/> @@ -1317,10 +1317,10 @@ default settings</property> </packing> </child> <child> - <object class="GtkLabel" id="mousekeys_slow_label"> + <object class="GtkLabel" id="mousekeys_fast_label"> <property name="visible">True</property> <property name="xalign">1</property> - <property name="label" translatable="yes">Slow</property> + <property name="label" translatable="yes">Fast</property> <property name="justify">center</property> <attributes> <attribute name="style" value="italic"/> @@ -1387,10 +1387,10 @@ default settings</property> </packing> </child> <child> - <object class="GtkLabel" id="mousekeys_fast_label"> + <object class="GtkLabel" id="mousekeys_slow_label"> <property name="visible">True</property> <property name="xalign">0</property> - <property name="label" translatable="yes">Fast</property> + <property name="label" translatable="yes">Slow</property> <property name="justify">center</property> <attributes> <attribute name="style" value="italic"/> |