From 0ba03820623653f86791048575e6d10ac25c35fd Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Sat, 19 Jan 2019 01:49:54 +0100 Subject: util/rdacheck.c: Amend output string slightly. --- util/rdacheck.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/rdacheck.c b/util/rdacheck.c index e8d3900..46e1fab 100644 --- a/util/rdacheck.c +++ b/util/rdacheck.c @@ -33,7 +33,7 @@ main (int argc, char ** argv) rda_init(); g_message(_("Currently used remote technology: %s"), rda_get_remote_technology_name()); - g_message(_("RDA supports the following remote session technologies:")); + g_message(_("RDA supports the following remote technologies:")); for(GList* tech = rda_supported_technologies_by_name(); tech; tech = tech->next) { gchar* item = tech->data; -- cgit v1.2.3