diff options
author | Neal H. Walfield <[email protected]> | 2016-10-12 19:40:03 +0000 |
---|---|---|
committer | Neal H. Walfield <[email protected]> | 2016-10-12 19:40:03 +0000 |
commit | ca84f65c7cf2c6a08a01018519965a82e6c52cac (patch) | |
tree | 911c8937b31813debebca3125357fbd4a15c0094 | |
parent | g10: Correctly determine whether a binding has a conflict. (diff) | |
download | gnupg-ca84f65c7cf2c6a08a01018519965a82e6c52cac.tar.gz gnupg-ca84f65c7cf2c6a08a01018519965a82e6c52cac.zip |
g10: Make a singular string singular.
* g10/tofu.c (ask_about_binding): Make the singular string singular.
--
Signed-off-by: Neal H. Walfield <[email protected]>
-rw-r--r-- | g10/tofu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/tofu.c b/g10/tofu.c index ce107ded7..ae7166c3f 100644 --- a/g10/tofu.c +++ b/g10/tofu.c @@ -1619,7 +1619,7 @@ ask_about_binding (ctrl_t ctrl, else { if (labs(stats_iter->time_ago) == 3) - es_fprintf (fp, ngettext(" over the past days.", + es_fprintf (fp, ngettext(" over the past day.", " over the past %d days.", seen_in_past), TIME_AGO_SMALL_THRESHOLD |