Skip to content

Commit 88778ea

Browse files
committed
prompt in admin interface should not be marked for translation.
This is not something that an external translator should translate.
1 parent 35361c6 commit 88778ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roundup/admin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1825,7 +1825,7 @@ def interactive(self):
18251825

18261826
while 1:
18271827
try:
1828-
command = my_input(_('roundup> '))
1828+
command = my_input('roundup> ')
18291829
except EOFError:
18301830
print(_('exit...'))
18311831
break

0 commit comments

Comments
 (0)