diff options
Diffstat (limited to 'plugins/WinterSpeak/src/EventInformation.cpp')
-rw-r--r-- | plugins/WinterSpeak/src/EventInformation.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/WinterSpeak/src/EventInformation.cpp b/plugins/WinterSpeak/src/EventInformation.cpp index c277a7837a..8d8a8ea739 100644 --- a/plugins/WinterSpeak/src/EventInformation.cpp +++ b/plugins/WinterSpeak/src/EventInformation.cpp @@ -9,7 +9,7 @@ EventInformation::EventInformation() : m_event_strings(), m_event_info() {
// insert the event strings into a map for easy access
m_event_strings[EVENTTYPE_MESSAGE] = TranslateW(L"incoming message from %u");
- m_event_strings[EVENTTYPE_URL] = TranslateW(L"incoming U R L from %u");
+ m_event_strings[EVENTTYPE_URL] = TranslateW(L"incoming URL from %u");
m_event_strings[EVENTTYPE_ADDED] = TranslateW(L"you have been added to %u's contact list");
m_event_strings[EVENTTYPE_AUTHREQUEST] = TranslateW(L"%u requests your authorization");
m_event_strings[EVENTTYPE_FILE] = TranslateW(L"there is an incoming file from %u");
|