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

gitlab.com/Remmina/remmina-plugins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntenore Gatta <antenore@simbiosi.org>2021-01-22 10:43:30 +0300
committerAntenore Gatta <antenore@simbiosi.org>2021-01-22 10:43:30 +0300
commit436fd2fc944cef77376e6dbf00bd9ea48f98300d (patch)
tree7ba719be84c6f607135d58248c6f0e36971b153c
parent3cc50ff2f684b37569e60cbc199254a0e10729a9 (diff)
Using curly double quotes where possible
-rw-r--r--xdmcp_plugin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xdmcp_plugin.c b/xdmcp_plugin.c
index 3b66eb5..2caa961 100644
--- a/xdmcp_plugin.c
+++ b/xdmcp_plugin.c
@@ -261,7 +261,7 @@ static gboolean remmina_plugin_xdmcp_open_connection(RemminaProtocolWidget *gp)
if (!remmina_plugin_service->gtksocket_available()) {
remmina_plugin_service->protocol_plugin_set_error(gp,
- _("The protocol \"%s\" is unavailable because GtkSocket only works under X.Org."),
+ _("The protocol ā€œ%sā€ is unavailable because GtkSocket only works under X.Org."),
remmina_plugin_xdmcp.name);
return FALSE;
}