diff options
author | rbuj <[email protected]> | 2021-12-14 10:43:23 +0100 |
---|---|---|
committer | rbuj <[email protected]> | 2021-12-14 10:43:23 +0100 |
commit | 09a1725fbe236ef762cacb51bb263a7c3da3d524 (patch) | |
tree | c0fcd8cdee214694dfbf9e8536a7b972c5727c97 | |
parent | c7d460d479891b305c96b3de18817c541929d0a8 (diff) | |
download | pluma-09a1725fbe236ef762cacb51bb263a7c3da3d524.tar.bz2 pluma-09a1725fbe236ef762cacb51bb263a7c3da3d524.tar.xz |
Fix l10n for sample plugin file which use gettext keys nowpluma-templat-plugin-file
-rw-r--r-- | tools/plugin_template/pluma-plugin.desktop.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/plugin_template/pluma-plugin.desktop.in b/tools/plugin_template/pluma-plugin.desktop.in index 993e0e9b..acc7d303 100644 --- a/tools/plugin_template/pluma-plugin.desktop.in +++ b/tools/plugin_template/pluma-plugin.desktop.in @@ -1,8 +1,8 @@ [Pluma Plugin] Module=##(PLUGIN_MODULE) IAge=2 -_Name=##(PLUGIN_NAME) -_Description=##(DESCRIPTION) +Name=##(PLUGIN_NAME) +Description=##(DESCRIPTION) Icon=pluma-plugin Authors=##(AUTHOR_FULLNAME) <##(AUTHOR_EMAIL.lower)> Copyright=Copyright © ##(DATE_YEAR) ##(AUTHOR_FULLNAME) |