diff options
Diffstat (limited to 'open-terminal/org.mate.caja-open-terminal.gschema.xml.in')
-rw-r--r-- | open-terminal/org.mate.caja-open-terminal.gschema.xml.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/open-terminal/org.mate.caja-open-terminal.gschema.xml.in b/open-terminal/org.mate.caja-open-terminal.gschema.xml.in index 32f55ef..56b70ef 100644 --- a/open-terminal/org.mate.caja-open-terminal.gschema.xml.in +++ b/open-terminal/org.mate.caja-open-terminal.gschema.xml.in @@ -2,8 +2,8 @@ <schema id="org.mate.caja-open-terminal" path="/org/mate/caja-open-terminal/"> <key name="desktop-opens-home-dir" type="b"> <default>false</default> - <_summary>Whether opening a terminal on the desktop opens a terminal in the home directory</_summary> - <_description>If set to true, then opening a terminal on the desktop will open a terminal in the home directory. Otherwise, it will be opened in the desktop directory. Note that this key is irrelevant if the desktop directory is identical to the home directory.</_description> + <summary>Whether opening a terminal on the desktop opens a terminal in the home directory</summary> + <description>If set to true, then opening a terminal on the desktop will open a terminal in the home directory. Otherwise, it will be opened in the desktop directory. Note that this key is irrelevant if the desktop directory is identical to the home directory.</description> </key> </schema> </schemalist> |