From ecf9ebaac50f3206485dfd924e7f5b3b66eaa705 Mon Sep 17 00:00:00 2001 From: Dart Raiden Date: Fri, 23 May 2014 15:20:57 +0000 Subject: en-us correction git-svn-id: http://svn.miranda-ng.org/main/trunk@9291 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/HistoryStats/src/column_splittimeline.h | 2 +- plugins/HistoryStats/src/column_timeline.h | 2 +- protocols/Sametime/src/meanwhile/src/mw_debug.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/HistoryStats/src/column_splittimeline.h b/plugins/HistoryStats/src/column_splittimeline.h index 48881ebfd9..2afba779fe 100644 --- a/plugins/HistoryStats/src/column_splittimeline.h +++ b/plugins/HistoryStats/src/column_splittimeline.h @@ -78,7 +78,7 @@ public: protected: virtual const TCHAR* impl_getUID() const { return con::ColSplitTimeline; } virtual const TCHAR* impl_getTitle() const { return TranslateT("\"Split\" timeline"); } - virtual const TCHAR* impl_getDescription() const { return TranslateT("Column holding a graphical overview of your chatting behaviour (out, in, total, in/out ratio) from the first to the last day of your history. The information is spread along x- and y-axis and the values are encoded as color values. Different chatting behaviour measures are available."); } + virtual const TCHAR* impl_getDescription() const { return TranslateT("Column holding a graphical overview of your chatting behavior (out, in, total, in/out ratio) from the first to the last day of your history. The information is spread along x- and y-axis and the values are encoded as color values. Different chatting behavior measures are available."); } virtual void impl_copyConfig(const Column* pSource); virtual int impl_getFeatures() const { return cfHasConfig | cfAcquiresData; } virtual void impl_configRead(const SettingsTree& settings); diff --git a/plugins/HistoryStats/src/column_timeline.h b/plugins/HistoryStats/src/column_timeline.h index 38a3108e95..192cc980f1 100644 --- a/plugins/HistoryStats/src/column_timeline.h +++ b/plugins/HistoryStats/src/column_timeline.h @@ -54,7 +54,7 @@ public: protected: virtual const TCHAR* impl_getUID() const { return con::ColTimeline; } virtual const TCHAR* impl_getTitle() const { return TranslateT("Timeline"); } - virtual const TCHAR* impl_getDescription() const { return TranslateT("Column holding a graphical overview of your chatting behaviour (out, in, total, in/out ratio) from the first to the last day of your history on an daily basis. Multiple days can be grouped. Different chatting behaviour measures are available."); } + virtual const TCHAR* impl_getDescription() const { return TranslateT("Column holding a graphical overview of your chatting behavior (out, in, total, in/out ratio) from the first to the last day of your history on an daily basis. Multiple days can be grouped. Different chatting behavior measures are available."); } virtual void impl_copyConfig(const Column* pSource); virtual int impl_getFeatures() const { return cfHasConfig | cfAcquiresData; } virtual void impl_configRead(const SettingsTree& settings); diff --git a/protocols/Sametime/src/meanwhile/src/mw_debug.h b/protocols/Sametime/src/meanwhile/src/mw_debug.h index acd7455eec..e1919c11c8 100644 --- a/protocols/Sametime/src/meanwhile/src/mw_debug.h +++ b/protocols/Sametime/src/meanwhile/src/mw_debug.h @@ -69,7 +69,7 @@ #define MW_MAILME_MESSAGE "\n" \ " Greetings! It seems that you've run across protocol data that the\n" \ "Meanwhile library does not yet know about. As such, there may be\n" \ - "some unexpected behaviour in this session. If you'd like to help\n" \ + "some unexpected behavior in this session. If you'd like to help\n" \ "resolve this issue, please copy and paste the following block into\n" \ "an email to the address listed below with a brief explanation of\n" \ "what you were doing at the time of this message. Thanks a lot!" -- cgit v1.2.3