diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2019-01-19 01:49:54 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2019-01-19 01:49:54 +0100 |
commit | 0ba03820623653f86791048575e6d10ac25c35fd (patch) | |
tree | 80c38570165e2ac77cecc3303968afc484ba6f18 | |
parent | 91f14c064d72a7b390d65a6f0da799cad7d47448 (diff) | |
download | librda-0ba03820623653f86791048575e6d10ac25c35fd.tar.gz librda-0ba03820623653f86791048575e6d10ac25c35fd.tar.bz2 librda-0ba03820623653f86791048575e6d10ac25c35fd.zip |
util/rdacheck.c: Amend output string slightly.
-rw-r--r-- | util/rdacheck.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |