Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update bouquet.c
  • Loading branch information
mpmc authored and perexg committed Nov 10, 2015
1 parent 39b6b90 commit 5196ee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bouquet.c
Expand Up @@ -830,7 +830,7 @@ static char *
bouquet_class_services_rend ( void *obj, const char *lang )
{
bouquet_t *bq = obj;
const char *sc = N_("Services count %zi");
const char *sc = N_("Service count %zi");
char buf[32];
snprintf(buf, sizeof(buf), tvh_gettext_lang(lang, sc), bq->bq_services->is_count);
return strdup(buf);
Expand Down

0 comments on commit 5196ee6

Please sign in to comment.