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:
authorAntenore Gatta <antenore@simbiosi.org>2019-01-14 01:51:28 +0300
committerAntenore Gatta <antenore@simbiosi.org>2019-01-14 02:07:44 +0300
commit27926e7a04b4841485770195ef5a653f6679f2ca (patch)
tree0386ef8c2c535926ec70a4814b353ae5a05cdad6 /plugins/tool_hello_world
parent9d97ef651b777458aadfe83fae677fab2c673995 (diff)
Adding missing strings to be translated
Diffstat (limited to 'plugins/tool_hello_world')
-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