diff options
author | Dart Raiden <wowemuh@gmail.com> | 2014-05-26 14:59:16 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2014-05-26 14:59:16 +0000 |
commit | 44f6d23485c627ff1cdcae8820102f927047652a (patch) | |
tree | cab8f118a38f18432ee424ceda24b83d7fc0a82d | |
parent | c768fc3acca4394dbb6e1ab248f7ccd02a1c0a8c (diff) |
spelling corrections
git-svn-id: http://svn.miranda-ng.org/main/trunk@9319 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r-- | plugins/HistoryStats/src/column_timeline.h | 2 | ||||
-rw-r--r-- | protocols/JabberG/src/jabber_form2.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/HistoryStats/src/column_timeline.h b/plugins/HistoryStats/src/column_timeline.h index 192cc980f1..1c3125305a 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 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 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 a 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/JabberG/src/jabber_form2.cpp b/protocols/JabberG/src/jabber_form2.cpp index d8e6938ba8..fd0c95ca3d 100644 --- a/protocols/JabberG/src/jabber_form2.cpp +++ b/protocols/JabberG/src/jabber_form2.cpp @@ -98,7 +98,7 @@ namespace NSJabberRegistry { _T("muc#roomconfig_enablelogging"), JDFT_BOOLEAN, LPGENT("Whether to enable logging of room conversations") },
{ _T("muc#roomconfig_lang"), JDFT_TEXT_SINGLE, LPGENT("Natural language for room discussions") },
{ _T("muc#roomconfig_maxusers"), JDFT_LIST_SINGLE, LPGENT("Maximum number of room occupants") },
- { _T("muc#roomconfig_membersonly"), JDFT_BOOLEAN, LPGENT("Whether an make room members-only") },
+ { _T("muc#roomconfig_membersonly"), JDFT_BOOLEAN, LPGENT("Whether to make room members-only") },
{ _T("muc#roomconfig_moderatedroom"), JDFT_BOOLEAN, LPGENT("Whether to make room moderated") },
{ _T("muc#roomconfig_passwordprotectedroom"), JDFT_BOOLEAN, LPGENT("Whether a password is required to enter") },
{ _T("muc#roomconfig_persistentroom"), JDFT_BOOLEAN, LPGENT("Whether to make room persistent") },
|