Mercurial > getan
changeset 103:9546120437c7
Fix question
Not sure why (> %s) was included at all.
author | Björn Ricks <bjoern.ricks@intevation.de> |
---|---|
date | Mon, 12 Sep 2011 14:08:09 +0200 |
parents | cd2456d0589e |
children | 36204a42bd79 |
files | getan/states.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/getan/states.py Mon Sep 12 14:07:27 2011 +0200 +++ b/getan/states.py Mon Sep 12 14:08:09 2011 +0200 @@ -451,7 +451,7 @@ class MoveEntryState(EntryListState): messages = { 'project': _(" Into which project do you want to move these entries?"), - 'really': _(" Are you sure? (> %s) (y/n)"), + 'really': _(" Are you sure? (y/n)"), } proj = None