diff options
author | Dart Raiden <wowemuh@gmail.com> | 2014-06-25 10:34:12 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2014-06-25 10:34:12 +0000 |
commit | db0d799d1f72a3b49e54bb2e81ec091e636353b3 (patch) | |
tree | 19b615e529e4efea7eb99d190b22350c214331ab /plugins | |
parent | 3fdf46fd77f2d2f2e3c958a3cd4cf9d37abfe05f (diff) |
typos, spelling correction
git-svn-id: http://svn.miranda-ng.org/main/trunk@9576 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/KeyboardNotify/res/resources.rc | 2 | ||||
-rw-r--r-- | plugins/MirOTR/MirOTR/src/language.h | 12 | ||||
-rw-r--r-- | plugins/MirandaG15/res/MirandaG15.rc | 2 | ||||
-rwxr-xr-x | plugins/Msg_Export/src/FileViewer.cpp | 2 | ||||
-rw-r--r-- | plugins/Weather/src/weather_contacts.cpp | 2 |
5 files changed, 10 insertions, 10 deletions
diff --git a/plugins/KeyboardNotify/res/resources.rc b/plugins/KeyboardNotify/res/resources.rc index fafd835016..93442706fe 100644 --- a/plugins/KeyboardNotify/res/resources.rc +++ b/plugins/KeyboardNotify/res/resources.rc @@ -121,7 +121,7 @@ BEGIN LTEXT "Slow",IDC_STATIC,174,112,55,8
CONTROL "Spin1",IDC_DELAYSPIN,"msctls_updown32",UDS_SETBUDDYINT | UDS_ALIGNRIGHT | UDS_ARROWKEYS | UDS_NOTHOUSANDS,55,121,9,14
CONTROL "&Preview",IDC_PREVIEW,"Button",BS_AUTOCHECKBOX | BS_PUSHLIKE,121,172,63,14
- CONTROL "Emulate keypresses (Use this option if you are using a USB keyboard)",IDC_KEYPRESSES,
+ CONTROL "Emulate key presses (Use this option if you are using a USB keyboard)",IDC_KEYPRESSES,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,208,293,10
END
diff --git a/plugins/MirOTR/MirOTR/src/language.h b/plugins/MirOTR/MirOTR/src/language.h index 229caaa127..3eaeba608e 100644 --- a/plugins/MirOTR/MirOTR/src/language.h +++ b/plugins/MirOTR/MirOTR/src/language.h @@ -25,9 +25,9 @@ #define LANG_SESSION_TRY_CONTINUE_OTR LPGEN("Trying to refresh OTR encrypted session with '%s'")
#define LANG_SESSION_HAS_CONTINUE_OTR LPGEN("OTR encrypted session was refreshed by '%s'")
#define LANG_SESSION_HAS_CONTINUE_OTR_VERIFY LPGEN("OTR encrypted session was refreshed by '%s' (NOT VERIFIED)")
-#define LANG_SESSION_REQUEST_CONTINUE_OTR LPGEN("OTR encrypted session with '%s' sucessfully refreshed")
-#define LANG_SESSION_CONTINUE_OTR LPGEN("OTR encrypted session with '%s' sucessfully refreshed")
-#define LANG_SESSION_CONTINUE_OTR_VERIFY LPGEN("OTR encrypted session with '%s' sucessfully refreshed (NOT VERIFIED)")
+#define LANG_SESSION_REQUEST_CONTINUE_OTR LPGEN("OTR encrypted session with '%s' successfully refreshed")
+#define LANG_SESSION_CONTINUE_OTR LPGEN("OTR encrypted session with '%s' successfully refreshed")
+#define LANG_SESSION_CONTINUE_OTR_VERIFY LPGEN("OTR encrypted session with '%s' successfully refreshed (NOT VERIFIED)")
#define LANG_SESSION_TERMINATED_BY_OTR LPGEN("OTR encrypted session has been terminated by '%s'. You should do that, too!")
#define LANG_SESSION_NOT_STARTED_OTR LPGEN("OTR encrypted session with '%s' could not be started")
@@ -37,7 +37,7 @@ #define LANG_INLINE_PREFIX LPGEN("[OTR INFO] ")
#define LANG_SMP_AUTH_FROM LPGEN("Authentication from %s")
-#define LANG_SMP_AUTH LPGEN("Authenticae %s")
+#define LANG_SMP_AUTH LPGEN("Authenticate %s")
#define LANG_UNKNOWN LPGEN("Unknown")
#define LANG_OTR_USERMESSAGE LPGEN("OTR: %s (%s)")
@@ -93,8 +93,8 @@ #define LANG_SMP_QUESTION LPGEN("Question")
#define LANG_SMP_PASSWORD LPGEN("Password")
-#define LANG_SMP_SUCCESS LPGEN("Authentication sucessful.")
-#define LANG_SMP_SUCCESS_VERIFY LPGEN("You contact authenticated you sucessful. You can send your own request to authenticate him.")
+#define LANG_SMP_SUCCESS LPGEN("Authentication successful.")
+#define LANG_SMP_SUCCESS_VERIFY LPGEN("You contact authenticated you successful. You can send your own request to authenticate him.")
#define LANG_SMP_ERROR LPGEN("Error during authentication.")
#define LANG_SMP_FAILED LPGEN("Authentication failed")
#define LANG_SMP_IN_PROGRESS LPGEN("Authentication for '%s' is already in progress.")
diff --git a/plugins/MirandaG15/res/MirandaG15.rc b/plugins/MirandaG15/res/MirandaG15.rc index d3c68d9df5..73a9f83253 100644 --- a/plugins/MirandaG15/res/MirandaG15.rc +++ b/plugins/MirandaG15/res/MirandaG15.rc @@ -338,7 +338,7 @@ BEGIN CONTROL "Scroll to the last line",IDC_SESSION_SCROLLLAST,"Button",0x50010009,168,42,90,13
CONTROL "Replying",IDC_STATIC7,"Button",0x50000007,0,142,300,48
CONTROL "Show line break indicators",IDC_SESSION_SYMBOLS,"Button",0x50010003,6,151,264,13
- CONTROL "Send messages with return, insert line breaks with ctrl+return",IDC_SESSION_SENDRETURN,"Button",0x50010003,6,162,284,13
+ CONTROL "Send messages with Enter, insert line breaks with Ctrl+Enter",IDC_SESSION_SENDRETURN,"Button",0x50010003,6,162,284,13
CONTROL "Maximized replying",IDC_SESSION_REPLY_MAXIMIZED,"Button",0x50010003,6,173,274,13
CONTROL "Show timestamps",IDC_SESSION_TIMESTAMPS,"Button",0x50010003,6,31,148,11
CONTROL "Close chat after",IDC_SESSION_CLOSE,"Button",0x50010003,8,84,98,8
diff --git a/plugins/Msg_Export/src/FileViewer.cpp b/plugins/Msg_Export/src/FileViewer.cpp index 0ac2deabb9..d310fe452d 100755 --- a/plugins/Msg_Export/src/FileViewer.cpp +++ b/plugins/Msg_Export/src/FileViewer.cpp @@ -240,7 +240,7 @@ int CLStreamRTFInfo::nLoadFileStream(LPBYTE pbBuff, LONG cb) if (nOptimalReadLen < 500 )
{
- MessageBox(NULL, TranslateT("Error: Optimal buffer size decrecied to a to low size!"), MSG_BOX_TITEL, MB_OK);
+ MessageBox(NULL, TranslateT("Error: Optimal buffer size decreased to a to low size!"), MSG_BOX_TITEL, MB_OK);
return 0;
}
diff --git a/plugins/Weather/src/weather_contacts.cpp b/plugins/Weather/src/weather_contacts.cpp index ba04363313..03690c9815 100644 --- a/plugins/Weather/src/weather_contacts.cpp +++ b/plugins/Weather/src/weather_contacts.cpp @@ -63,7 +63,7 @@ INT_PTR LoadForecast(WPARAM wParam, LPARAM lParam) if (id[0] != 0) {
// check if the complte forecast URL is set. If it is not, display warning and quit
if (DBGetStaticString(wParam, WEATHERPROTONAME, "InfoURL", loc2, SIZEOF(loc2)) || loc2[0] == 0) {
- MessageBox(NULL, TranslateT("The URL for complete forcast have not been set. You can set it from the Edit Settings dialog."),
+ MessageBox(NULL, TranslateT("The URL for complete forecast have not been set. You can set it from the Edit Settings dialog."),
TranslateT("Weather Protocol"), MB_ICONINFORMATION);
return 1;
}
|