Mercurial > moin > 1.9
changeset 3329:6ed28a1edfe0
use colon instead of slash for settings title (to make it less confusing with real pages)
author | Johannes Berg <johannes AT sipsolutions DOT net> |
---|---|
date | Wed, 19 Mar 2008 12:23:17 +0100 |
parents | 86b4a7ac35e6 |
children | 6dad19029223 |
files | MoinMoin/action/userprefs.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/MoinMoin/action/userprefs.py Wed Mar 19 12:21:28 2008 +0100 +++ b/MoinMoin/action/userprefs.py Wed Mar 19 12:23:17 2008 +0100 @@ -90,7 +90,7 @@ # to the generic userprefs page but that is impossible # due to the way the title is emitted and the theme is # responsible for doing the linking.... - title = _("Settings") + "/" + title + title = _("Settings") + ":" + title else: title = _("Settings") request.emit_http_headers()