diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2012-02-18 14:23:16 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2012-02-18 14:23:16 +0100 |
commit | ef12ca293c2a85fde729c39900fa2d481c8b42da (patch) | |
tree | 7683657d55ca069167e6bb6b753a5a6b557cc7ac /toru | |
parent | 8327b7175f71ca224a3acadef5c83eac22970a1d (diff) |
Use a consistently plural message.
Diffstat (limited to 'toru')
-rwxr-xr-x | toru | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -199,7 +199,7 @@ update() { split_pkgname_from_pkgver ${TMPDIR}/packages_in_abs | sort -k1b,1 > ${TMPDIR}/in_abs split_pkgname_from_pkgver ${TMPDIR}/packages_in_sync | sort -k1b,1 > ${TMPDIR}/in_sync - $quiet || msg "This packages are available to update" + $quiet || msg "These packages are available to update" # Join both files by pkgname, the end result is: # pkgname syncver absver join ${TMPDIR}/in_sync ${TMPDIR}/in_abs | \ |