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:
authorAllan Nordhøy <epost@anotheragency.no>2020-05-02 18:25:43 +0300
committerAllan Nordhøy <epost@anotheragency.no>2020-05-02 18:25:43 +0300
commit4d47808d698e1acac58f5eabf3cef36bb1198cf2 (patch)
tree74daeb8ebff70809647caf070251d555f905b985 /plugins/tool_hello_world
parentc6f8ae860ed4eba5e963a1481ddb9c6f96be86a2 (diff)
Spelling: "Hello, World!"
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 842a83b63..bea44b0ce 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 N_("Hello World!")
+#define PLUGIN_DESCRIPTION N_("Hello, World!")
#define PLUGIN_VERSION "1.0"
#define PLUGIN_APPICON "remmina-tool"
#endif