diff roundup/admin.py @ 7078:537b24c593af

prompt in admin interface should not be marked for translation. This is not something that an external translator should translate.
author John Rouillard <rouilj@ieee.org>
date Fri, 25 Nov 2022 14:53:07 -0500
parents d3d20e145cea
children f72ce883e677
line wrap: on
line diff
--- a/roundup/admin.py	Thu Nov 24 21:44:32 2022 -0500
+++ b/roundup/admin.py	Fri Nov 25 14:53:07 2022 -0500
@@ -1825,7 +1825,7 @@
 
         while 1:
             try:
-                command = my_input(_('roundup> '))
+                command = my_input('roundup> ')
             except EOFError:
                 print(_('exit...'))
                 break

Roundup Issue Tracker: http://roundup-tracker.org/