Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F117779130
D198.1775245558.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
1 KB
Referenced Files
None
Subscribers
None
D198.1775245558.diff
View Options
diff --git a/pykolab/xml/attendee.py b/pykolab/xml/attendee.py
--- a/pykolab/xml/attendee.py
+++ b/pykolab/xml/attendee.py
@@ -13,6 +13,7 @@
"DELEGATED": N_("Delegated"),
"IN-PROCESS": N_("Started"),
"COMPLETED": N_("Completed"),
+ "PENDING": N_("Pending"),
# support integer values, too
kolabformat.PartNeedsAction: N_("Needs Action"),
kolabformat.PartAccepted: N_("Accepted"),
diff --git a/tests/functional/test_wallace/test_007_invitationpolicy.py b/tests/functional/test_wallace/test_007_invitationpolicy.py
--- a/tests/functional/test_wallace/test_007_invitationpolicy.py
+++ b/tests/functional/test_wallace/test_007_invitationpolicy.py
@@ -911,7 +911,7 @@
notification_text = str(notification.get_payload())
self.assertIn(self.jane['mail'], notification_text)
- self.assertIn(_("PENDING"), notification_text)
+ self.assertIn(_("Pending"), notification_text)
self.purge_mailbox(self.john['mailbox'])
@@ -923,7 +923,7 @@
self.assertIsInstance(notification, email.message.Message)
notification_text = str(notification.get_payload())
- self.assertNotIn(_("PENDING"), notification_text)
+ self.assertNotIn(_("Pending"), notification_text)
def test_008_notify_translated(self):
self.purge_mailbox(self.mark['mailbox'])
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Apr 3, 7:45 PM (3 h, 56 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18826121
Default Alt Text
D198.1775245558.diff (1 KB)
Attached To
Mode
D198: T1373: Fix untraslated "PENDING" label in invitation notification
Attached
Detach File
Event Timeline