diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html
index dc0b733efd..7d92aa6a5a 100644
--- a/phpBB/docs/CHANGELOG.html
+++ b/phpBB/docs/CHANGELOG.html
@@ -113,7 +113,7 @@
[Fix] Fixed token handling in jabber class for extremely spec-compliant XMPP server (Bug #14445)
[Fix] Disallowed galleries from using special characters (Bug #14466)
[Change] Listing the board url within the email text instead of appending it to the subject (Bug #14378)
- [Fix] Always display the quote button as the most accessible one - edit is always before quote (Bug #14403)
+ [Fix] Always display the quote button as the most accessible one (this means edit is before quote in prosilver due to the way we lay out profiles)
[Fix] Use correct dimension (width x height) in ACP (Bug #14452)
[Fix] Only display PM history links if there are PM's to be displayed (Bug #14484)
[Feature] Added completely new hook system to allow better application/mod integration - see docs/hook_system.html