diff options
author | Wu Xiaotian <[email protected]> | 2019-05-10 15:58:33 +0800 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-05-16 08:36:40 +0200 |
commit | 3324c2850b96cb99efb0c90cbf37e563a17f6f7b (patch) | |
tree | 1495a363a4e3ff71f69bbec779923872dfef5b74 /src/50-marco-desktop-key.xml.in | |
parent | 8f46993705947b1a12eac88c58a5d7b5942d3d5c (diff) | |
download | marco-3324c2850b96cb99efb0c90cbf37e563a17f6f7b.tar.bz2 marco-3324c2850b96cb99efb0c90cbf37e563a17f6f7b.tar.xz |
Migrate from intltool to gettext
Diffstat (limited to 'src/50-marco-desktop-key.xml.in')
-rw-r--r-- | src/50-marco-desktop-key.xml.in | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/50-marco-desktop-key.xml.in b/src/50-marco-desktop-key.xml.in index 219109e3..61f2ff4f 100644 --- a/src/50-marco-desktop-key.xml.in +++ b/src/50-marco-desktop-key.xml.in @@ -1,17 +1,17 @@ <?xml version="1.0" encoding="UTF-8" ?> -<KeyListEntries _name="Desktop" wm_name="Metacity (Marco)" package="marco" schema="org.mate.Marco.global-keybindings"> +<KeyListEntries name="Desktop" wm_name="Metacity (Marco)" package="marco" schema="org.mate.Marco.global-keybindings"> - <KeyListEntry name="panel-run-dialog" _description="Show the panel's "Run Application" dialog box" /> + <KeyListEntry name="panel-run-dialog" description="Show the panel's "Run Application" dialog box" /> - <KeyListEntry name="panel-main-menu" _description="Show the panel's main menu" /> + <KeyListEntry name="panel-main-menu" description="Show the panel's main menu" /> - <KeyListEntry name="run-command-screenshot" _description="Take a screenshot" /> + <KeyListEntry name="run-command-screenshot" description="Take a screenshot" /> - <KeyListEntry name="run-command-window-screenshot" _description="Take a screenshot of a window" /> + <KeyListEntry name="run-command-window-screenshot" description="Take a screenshot of a window" /> - <KeyListEntry name="run-command-terminal" _description="Run a terminal" /> + <KeyListEntry name="run-command-terminal" description="Run a terminal" /> - <KeyListEntry name="rename-workspace" _description="Rename current workspace" /> + <KeyListEntry name="rename-workspace" description="Rename current workspace" /> </KeyListEntries> |