diff options
author | monsta <[email protected]> | 2016-12-06 01:11:00 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-12-06 01:11:00 +0300 |
commit | d6fd252c46926e87fba441368810c1a8805adc16 (patch) | |
tree | 54b1e29877f74e2374a2655bcc072b35c678d343 /src | |
parent | 5f9f682483363724c08f596902fbf91a49ac1fb1 (diff) | |
download | mate-terminal-d6fd252c46926e87fba441368810c1a8805adc16.tar.bz2 mate-terminal-d6fd252c46926e87fba441368810c1a8805adc16.tar.xz |
schema: a small correction
Diffstat (limited to 'src')
-rw-r--r-- | src/org.mate.terminal.gschema.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/org.mate.terminal.gschema.xml.in b/src/org.mate.terminal.gschema.xml.in index 0943e64..084ed4a 100644 --- a/src/org.mate.terminal.gschema.xml.in +++ b/src/org.mate.terminal.gschema.xml.in @@ -61,7 +61,7 @@ </key> <key name="use-menu-accelerators" type="b"> <default>true</default> - <summary>Whether the standard GTK shortcut for menubar access is enabled</summary> + <summary>Whether the standard GTK+ shortcut for menubar access is enabled</summary> <description>Normally you can access the menubar with F10. This can also be customized via gtkrc (gtk-menu-bar-accel = "whatever"). This option allows the standard menubar accelerator to be disabled.</description> </key> <key name="active-encodings" type="as"> |