Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
found other missing strings for localization
  • Loading branch information
mario-tux authored and perexg committed Oct 23, 2015
1 parent 2f9a1c1 commit 94342c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dvr/dvr_db.c
Expand Up @@ -858,7 +858,7 @@ dvr_entry_rerecord(dvr_entry_t *de)
e->start, e->stop);

idnode_uuid_as_str(&de->de_config->dvr_id, cfg_uuid);
snprintf(buf, sizeof(buf), "Re-record%s%s",
snprintf(buf, sizeof(buf), _("Re-record%s%s"),
de->de_comment ? ": " : "", de->de_comment ?: "");

de2 = dvr_entry_create_by_event(1, cfg_uuid, e,
Expand Down Expand Up @@ -983,7 +983,7 @@ dvr_entry_create_by_autorec(int enabled, epg_broadcast_t *e, dvr_autorec_entry_t
return;
}

snprintf(buf, sizeof(buf), "Auto recording%s%s",
snprintf(buf, sizeof(buf), _("Auto recording%s%s"),
dae->dae_comment ? ": " : "",
dae->dae_comment ?: "");

Expand Down

0 comments on commit 94342c9

Please sign in to comment.