diff options
author | Christian Perrier <bubulle@debian.org> | 2005-03-06 17:54:58 +0000 |
---|---|---|
committer | Christian Perrier <bubulle@debian.org> | 2005-03-06 17:54:58 +0000 |
commit | db0db9feabf17156f1f4e10d0131d18dfb593b4e (patch) | |
tree | d9ec4fb344879e0b990546ecc5242e605262bb29 /dselect | |
parent | a7c82edc8ff6a051ffcae5a4000085aae04bad24 (diff) |
Bring consistency to the use of capitals in programs messages
Diffstat (limited to 'dselect')
-rwxr-xr-x | dselect/update | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dselect/update b/dselect/update index b58fa13d8..411033ca9 100755 --- a/dselect/update +++ b/dselect/update @@ -27,7 +27,7 @@ CACHEDIR=`echo $CACHEDIR | sed -e "s|/$||"` STATUS=1 if $APTGET $OPTS "$APT_OPT0" "$APT_OPT1" update then - echo $"Merging Available information" + echo $"Merging available information" rm -f $CACHEDIR/available $APTCACHE dumpavail > $CACHEDIR/available $DPKG "$DPKG_OPTS" --update-avail $CACHEDIR/available |