summaryrefslogtreecommitdiff
path: root/plugins/NewStory
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/NewStory')
-rw-r--r--plugins/NewStory/src/options.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/NewStory/src/options.cpp b/plugins/NewStory/src/options.cpp
index ca65c3654b..a8bb78a9b2 100644
--- a/plugins/NewStory/src/options.cpp
+++ b/plugins/NewStory/src/options.cpp
@@ -89,7 +89,7 @@ public:
db_set_ws(m_hContact, META_PROTO, "Nick", TranslateT("Test contact"));
DBEVENTINFO dbei = {};
- dbei.pBlob = (uint8_t *)"The quick brown fox jumps over the lazy dog";
+ dbei.pBlob = (uint8_t *)Translate("The quick brown fox jumps over the lazy dog.");
dbei.cbBlob = (uint32_t)strlen((char *)dbei.pBlob);
dbei.flags = DBEF_TEMPORARY;
dbei.eventType = EVENTTYPE_MESSAGE;