summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrbuj <[email protected]>2021-12-14 10:43:23 +0100
committerrbuj <[email protected]>2021-12-14 10:43:23 +0100
commit09a1725fbe236ef762cacb51bb263a7c3da3d524 (patch)
treec0fcd8cdee214694dfbf9e8536a7b972c5727c97
parentc7d460d479891b305c96b3de18817c541929d0a8 (diff)
downloadpluma-templat-plugin-file.tar.bz2
pluma-templat-plugin-file.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.in4
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)