Skip to content

Commit

Permalink
util/rdacheck.c: Amend output string slightly.
Browse files Browse the repository at this point in the history
  • Loading branch information
sunweaver committed Jan 19, 2019
1 parent 91f14c0 commit 0ba0382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/rdacheck.c
Expand Up @@ -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;
Expand Down

0 comments on commit 0ba0382

Please sign in to comment.