We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9df8e71 commit be0d99eCopy full SHA for be0d99e
roundup/admin.py
@@ -1086,8 +1086,8 @@ def format_set(data):
1086
if name:
1087
result.append(
1088
# .Hint read as: assignedto was admin(1)
1089
- # .Hint where assignedto is the property
1090
- # .Hint admin is the key name for value 1
+ # where assignedto is the property
+ # admin is the key name for value 1
1091
_("%(prop)s was %(name)s(%(value)s)") % {
1092
"prop": prop, "name": name, "value": value })
1093
else:
0 commit comments