summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMatt Zimmerman <matt.zimmerman@canonical.com>2004-11-27 22:11:03 +0000
committerMatt Zimmerman <matt.zimmerman@canonical.com>2004-11-27 22:11:03 +0000
commitb25423f6636a17f61a50ea03ad6bda42125f0323 (patch)
tree58eb307a6a7743dd4e55902646f9c6a1b8d52330 /debian
parentf09ed20d3c489419d920f9a27149f4da8ca22f36 (diff)
Call setlocale in all methods, don't call bindtextdomain in http
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 28279ebf4..3ac4cbaee 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,7 @@
apt (0.5.32) unstable; urgency=low
- * Call setlocale and bindtextdomain in the http method, so that the
- messages are properly localised (Closes: #282700)
+ * Call setlocale in the http methods, so that the messages are properly
+ localised (Closes: #282700)
--