diff options
Diffstat (limited to 'util/rdacheck.c')
-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; |