diff options
author | Michael Vogt <mvo@ubuntu.com> | 2014-06-18 20:23:53 +0200 |
---|---|---|
committer | Michael Vogt <mvo@ubuntu.com> | 2014-06-18 20:23:53 +0200 |
commit | bc5095b7d708c7e376f98be6edc2ad7cceca57ed (patch) | |
tree | 8b45f6fc974330f964bad3684ac85550480fb66b /apt-private/private-update.cc | |
parent | 456821f91483f45b3ceb156f54ccc27983b71595 (diff) | |
parent | 51da0c3587c9d36a3c04b3e28b99d8331a29b230 (diff) |
Merge remote-tracking branch 'upstream/debian/sid' into debian/sid
Diffstat (limited to 'apt-private/private-update.cc')
-rw-r--r-- | apt-private/private-update.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-private/private-update.cc b/apt-private/private-update.cc index a843d6f86..0f2f7a8da 100644 --- a/apt-private/private-update.cc +++ b/apt-private/private-update.cc @@ -86,7 +86,7 @@ bool DoUpdate(CommandLine &CmdL) if (I->CurrentVer != 0 && state.Upgradable()) upgradable++; } - const char *msg = ngettext( + const char *msg = P_( "%i package can be upgraded. Run 'apt list --upgradable' to see it.\n", "%i packages can be upgraded. Run 'apt list --upgradable' to see them.\n", upgradable); |