From 09a1725fbe236ef762cacb51bb263a7c3da3d524 Mon Sep 17 00:00:00 2001
From: rbuj <robert.buj@gmail.com>
Date: Tue, 14 Dec 2021 10:43:23 +0100
Subject: Fix l10n for sample plugin file which use gettext keys now

---
 tools/plugin_template/pluma-plugin.desktop.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'tools/plugin_template')

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)
-- 
cgit v1.2.1