Browse Source

Write "1 torrent." instead of "1 torrents.".

master
Richard Nyberg 19 years ago
parent
commit
b5cdaf06a9
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      cli/btcli.c

+ 1
- 1
cli/btcli.c View File

@@ -553,7 +553,7 @@ cmd_list(int argc, char **argv)
printf("%s\n", path); printf("%s\n", path);
free(path); free(path);
} }
printf("%d torrents.\n", count);
printf("%d torrent%s.\n", count, count == 1 ? "" : "s");
} }


static struct { static struct {


Loading…
Cancel
Save