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/exec
parent9d97ef651b777458aadfe83fae677fab2c673995 (diff)
Adding missing strings to be translated
Diffstat (limited to 'plugins/exec')
-rw-r--r--plugins/exec/exec_plugin_config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/exec/exec_plugin_config.h b/plugins/exec/exec_plugin_config.h
index 6642dd88a..6fd6f0cca 100644
--- a/plugins/exec/exec_plugin_config.h
+++ b/plugins/exec/exec_plugin_config.h
@@ -38,6 +38,6 @@
#pragma once
#define PLUGIN_NAME "EXEC"
-#define PLUGIN_DESCRIPTION "Execute a command"
+#define PLUGIN_DESCRIPTION N_("Execute a command")
#define PLUGIN_VERSION "1.0"
#define PLUGIN_APPICON "remmina-tool-symbolic"