Skip to content

Commit be0d99e

Browse files
committed
fix(i18n): clean up translator hint
1 parent 9df8e71 commit be0d99e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

roundup/admin.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1086,8 +1086,8 @@ def format_set(data):
10861086
if name:
10871087
result.append(
10881088
# .Hint read as: assignedto was admin(1)
1089-
# .Hint where assignedto is the property
1090-
# .Hint admin is the key name for value 1
1089+
# where assignedto is the property
1090+
# admin is the key name for value 1
10911091
_("%(prop)s was %(name)s(%(value)s)") % {
10921092
"prop": prop, "name": name, "value": value })
10931093
else:

0 commit comments

Comments
 (0)