# HG changeset patch # User Björn Ricks # Date 1315829289 -7200 # Node ID 9546120437c7a8868ec3f49c2ccb72d24c30c6e0 # Parent cd2456d0589e204bd8065d03ac7ee4123dc53f5b Fix question Not sure why (> %s) was included at all. diff -r cd2456d0589e -r 9546120437c7 getan/states.py --- 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