Parcourir la source

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

master
Richard Nyberg il y a 19 ans
Parent
révision
b5cdaf06a9
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      cli/btcli.c

+ 1
- 1
cli/btcli.c Voir le fichier

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

static struct {


Chargement…
Annuler
Enregistrer