summaryrefslogtreecommitdiff
path: root/src/resources/notifications.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/notifications.h')
-rw-r--r--src/resources/notifications.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/resources/notifications.h b/src/resources/notifications.h
index abb5efe56..e726e8093 100644
--- a/src/resources/notifications.h
+++ b/src/resources/notifications.h
@@ -795,6 +795,14 @@ namespace NotifyManager
// TRANSLATORS: notification message
N_("You and %s was divorced."),
NotifyFlags::STRING},
+ {"partner called",
+ // TRANSLATORS: notification message
+ N_("You was called by partner."),
+ NotifyFlags::EMPTY},
+ {"partner calling",
+ // TRANSLATORS: notification message
+ N_("You calling partner %s."),
+ NotifyFlags::STRING},
};
} // namespace NotifyManager
#endif // RESOURCES_NOTIFICATIONS_H