summaryrefslogtreecommitdiff
path: root/src/view_changelog.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/view_changelog.cc')
-rw-r--r--src/view_changelog.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view_changelog.cc b/src/view_changelog.cc
index 8318a96f..ae7ed465 100644
--- a/src/view_changelog.cc
+++ b/src/view_changelog.cc
@@ -269,7 +269,7 @@ static void do_view_changelog(temp::name n,
string curverstr)
{
string menulabel =
- ssprintf(_("ChangeLog of %s"), pkgname.c_str());
+ ssprintf(_("Changelog of %s"), pkgname.c_str());
string tablabel = ssprintf(_("%s changes"), pkgname.c_str());
string desclabel = _("View the list of changes made to this Debian package.");