diff options
author | Wu Xiaotian <[email protected]> | 2019-12-24 12:32:11 +0800 |
---|---|---|
committer | Robert Antoni Buj Gelonch <[email protected]> | 2019-12-24 11:07:14 +0100 |
commit | 26b2e261d06b16e602e42bd4ae1821494f019121 (patch) | |
tree | 9ee60f0a584eb988fd293fe310b282444ea72266 /open-terminal/org.mate.caja-open-terminal.gschema.xml.in | |
parent | bde02f3b2f03f30e4f21f614b04848071fc746e6 (diff) | |
download | caja-extensions-26b2e261d06b16e602e42bd4ae1821494f019121.tar.bz2 caja-extensions-26b2e261d06b16e602e42bd4ae1821494f019121.tar.xz |
migrate from intltool to gettext
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> |