Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/tool_hello_world/plugin_config.h')
-rw-r--r--plugins/tool_hello_world/plugin_config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/tool_hello_world/plugin_config.h b/plugins/tool_hello_world/plugin_config.h
index 6660478fe..6056ec9f6 100644
--- a/plugins/tool_hello_world/plugin_config.h
+++ b/plugins/tool_hello_world/plugin_config.h
@@ -37,7 +37,7 @@
#define __PLUGIN_CONFIG_H
#define PLUGIN_NAME "HELLO"
-#define PLUGIN_DESCRIPTION "Hello World!"
+#define PLUGIN_DESCRIPTION N_("Hello World!")
#define PLUGIN_VERSION "1.0"
#define PLUGIN_APPICON "remmina-tool"
#endif