diff options
author | rbuj <[email protected]> | 2021-02-04 09:45:11 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-02-23 22:55:57 +0100 |
commit | ac9843682f90f91c5136b8e02aa5900f77bdcb28 (patch) | |
tree | 462ac5b7938e04a8943754d706e562202f9156d6 /capplets/windows | |
parent | a2c9698cab55093205f8ac029fd7b435414a65d4 (diff) | |
download | mate-control-center-ac9843682f90f91c5136b8e02aa5900f77bdcb28.tar.bz2 mate-control-center-ac9843682f90f91c5136b8e02aa5900f77bdcb28.tar.xz |
windows: avoid duplication of accelerator keys
Diffstat (limited to 'capplets/windows')
-rw-r--r-- | capplets/windows/window-properties.ui | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/capplets/windows/window-properties.ui b/capplets/windows/window-properties.ui index cbdf0559..2aa29550 100644 --- a/capplets/windows/window-properties.ui +++ b/capplets/windows/window-properties.ui @@ -369,7 +369,7 @@ Author: Robert Buj <property name="spacing">6</property> <child> <object class="GtkCheckButton" id="show_tab_border_checkbutton"> - <property name="label" translatable="yes">Show window border in _Alt-Tab</property> + <property name="label" translatable="yes">Show window _border in Alt-Tab</property> <property name="visible">True</property> <property name="can-focus">True</property> <property name="receives-default">False</property> @@ -649,7 +649,7 @@ Author: Robert Buj </child> <child> <object class="GtkCheckButton" id="allow_top_tiling_checkbutton"> - <property name="label" translatable="yes">Allow _top tiling</property> + <property name="label" translatable="yes">Allow t_op tiling</property> <property name="visible">True</property> <property name="can-focus">True</property> <property name="receives-default">False</property> @@ -816,7 +816,7 @@ Author: Robert Buj <property name="spacing">6</property> <child> <object class="GtkCheckButton" id="compositing_checkbutton"> - <property name="label" translatable="yes">Enable software _compositing window manager</property> + <property name="label" translatable="yes">Enable _software compositing window manager</property> <property name="visible">True</property> <property name="can-focus">True</property> <property name="receives-default">False</property> |