mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 15:40:41 -05:00
make naming for "move a window"/"move the window"/"move window" more
2004-06-24 Elijah Newren <newren@math.utah.edu> * src/metacity.schemas.in: make naming for "move a window"/"move the window"/"move window" more consistent. Patch from Michael Terry for #142235.
This commit is contained in:
parent
8131988b5e
commit
fe341bb927
@ -1,3 +1,9 @@
|
||||
2004-06-24 Elijah Newren <newren@math.utah.edu>
|
||||
|
||||
* src/metacity.schemas.in: make naming for "move a window"/"move
|
||||
the window"/"move window" more consistent. Patch from Michael
|
||||
Terry for #142235.
|
||||
|
||||
2004-06-24 Elijah Newren <newren@math.utah.edu>
|
||||
|
||||
* src/session.c: Change meta_warning to meta_topic on failure to
|
||||
|
@ -372,7 +372,7 @@ you set
|
||||
<type>string</type>
|
||||
<default><Alt>F10</default>
|
||||
<locale name="C">
|
||||
<short>Maximize a window</short>
|
||||
<short>Maximize window</short>
|
||||
<long>
|
||||
The keybinding used to maximize a window
|
||||
The format looks like "<Control>a" or "<Shift><Alt>F1.
|
||||
@ -392,7 +392,7 @@ you set
|
||||
<type>string</type>
|
||||
<default><Alt>F5</default>
|
||||
<locale name="C">
|
||||
<short>Unmaximize a window</short>
|
||||
<short>Unmaximize window</short>
|
||||
<long>
|
||||
The keybinding used to unmaximize a window.
|
||||
The format looks like "<Control>a" or "<Shift><Alt>F1.
|
||||
@ -433,7 +433,7 @@ you set
|
||||
<type>string</type>
|
||||
<default><Alt>F4</default>
|
||||
<locale name="C">
|
||||
<short>Close a window</short>
|
||||
<short>Close window</short>
|
||||
<long>
|
||||
The keybinding used to close a window.
|
||||
The format looks like "<Control>a" or "<Shift><Alt>F1.
|
||||
@ -454,7 +454,7 @@ you set
|
||||
<type>string</type>
|
||||
<default><Alt>F9</default>
|
||||
<locale name="C">
|
||||
<short>Minimize a window</short>
|
||||
<short>Minimize window</short>
|
||||
<long>
|
||||
The keybinding used to minimize a window.
|
||||
The format looks like "<Control>a" or "<Shift><Alt>F1.
|
||||
@ -475,7 +475,7 @@ you set
|
||||
<type>string</type>
|
||||
<default><Alt>F7</default>
|
||||
<locale name="C">
|
||||
<short>Move a window</short>
|
||||
<short>Move window</short>
|
||||
<long>
|
||||
The keybinding used to enter "move mode" and begin moving a
|
||||
window using the keyboard.
|
||||
@ -497,7 +497,7 @@ you set
|
||||
<type>string</type>
|
||||
<default><Alt>F8</default>
|
||||
<locale name="C">
|
||||
<short>Resize a window</short>
|
||||
<short>Resize window</short>
|
||||
<long>
|
||||
The keybinding used to enter "resize mode" and begin resizing a
|
||||
window using the keyboard.
|
||||
@ -1671,9 +1671,9 @@ you set
|
||||
<type>string</type>
|
||||
<default><Alt>F2</default>
|
||||
<locale name="C">
|
||||
<short>Show the panel run dialog</short>
|
||||
<short>Show the panel run application dialog</short>
|
||||
<long>
|
||||
The keybinding which display's the panel's "Run Program" dialog
|
||||
The keybinding which display's the panel's "Run Application" dialog
|
||||
box.
|
||||
|
||||
The format looks like "<Control>a" or
|
||||
|
Loading…
Reference in New Issue
Block a user