summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--langpacks/russian/Plugins/Actman.txt2
-rw-r--r--plugins/Clist_modern/res/resource.rc4
-rw-r--r--plugins/SplashScreen/res/splash.rc2
-rw-r--r--plugins/UserInfoEx/src/ex_import/svc_ExImXML.cpp4
-rw-r--r--plugins/Watrack/i_opt_1.inc2
5 files changed, 7 insertions, 7 deletions
diff --git a/langpacks/russian/Plugins/Actman.txt b/langpacks/russian/Plugins/Actman.txt
index dfe6dcf92b..136c99133c 100644
--- a/langpacks/russian/Plugins/Actman.txt
+++ b/langpacks/russian/Plugins/Actman.txt
@@ -44,7 +44,7 @@
[parameter]
параметр
[Process time, ms]
-Время процесса, мсек
+Время процесса, мс
[No Description]
Нет описания
[Signed value]
diff --git a/plugins/Clist_modern/res/resource.rc b/plugins/Clist_modern/res/resource.rc
index 56247211d4..9bd92776f5 100644
--- a/plugins/Clist_modern/res/resource.rc
+++ b/plugins/Clist_modern/res/resource.rc
@@ -409,11 +409,11 @@ BEGIN
COMBOBOX IDC_HIDEMETHOD,93,48,148,73,CBS_DROPDOWNLIST | CBS_DISABLENOSCROLL | WS_TABSTOP
EDITTEXT IDC_SHOWDELAY,164,63,36,12,ES_RIGHT | ES_NUMBER
CONTROL "",IDC_HIDETIMESPIN2,"msctls_updown32",UDS_SETBUDDYINT | UDS_ALIGNRIGHT | UDS_AUTOBUDDY | UDS_ARROWKEYS | UDS_NOTHOUSANDS | UDS_HOTTRACK,194,61,9,14
- LTEXT "x100 msec",IDC_STATIC5,207,65,45,8
+ LTEXT "x100 ms",IDC_STATIC5,207,65,45,8
RTEXT "show delay",IDC_STATIC6,23,65,133,8
EDITTEXT IDC_HIDEDELAY,164,76,36,12,ES_RIGHT | ES_NUMBER
CONTROL "",IDC_HIDETIMESPIN3,"msctls_updown32",UDS_SETBUDDYINT | UDS_ALIGNRIGHT | UDS_AUTOBUDDY | UDS_ARROWKEYS | UDS_NOTHOUSANDS | UDS_HOTTRACK,196,75,9,14
- LTEXT "x100 msec",IDC_STATIC7,207,78,45,8
+ LTEXT "x100 ms",IDC_STATIC7,207,78,45,8
RTEXT "hide delay",IDC_STATIC8,23,78,133,8
LTEXT "Hide method",IDC_STATIC9,23,51,64,8
EDITTEXT IDC_HIDEDELAY2,164,89,36,12,ES_RIGHT | ES_NUMBER
diff --git a/plugins/SplashScreen/res/splash.rc b/plugins/SplashScreen/res/splash.rc
index 1a4ced4791..34b9df722a 100644
--- a/plugins/SplashScreen/res/splash.rc
+++ b/plugins/SplashScreen/res/splash.rc
@@ -68,7 +68,7 @@ BEGIN
CONTROL "",IDC_ST_SPIN,"msctls_updown32",UDS_SETBUDDYINT |
UDS_ALIGNRIGHT | UDS_AUTOBUDDY | UDS_ARROWKEYS |
UDS_NOTHOUSANDS,171,149,10,10
- LTEXT "msec",IDC_STATIC,175,150,95,9
+ LTEXT "ms",IDC_STATIC,175,150,95,9
CONTROL "Fade in:",IDC_FADEIN,"Button",BS_AUTOCHECKBOX |
WS_TABSTOP,39,169,80,8
EDITTEXT IDC_FISTEP,130,168,39,12,ES_AUTOHSCROLL
diff --git a/plugins/UserInfoEx/src/ex_import/svc_ExImXML.cpp b/plugins/UserInfoEx/src/ex_import/svc_ExImXML.cpp
index 346723807b..61d46dcef8 100644
--- a/plugins/UserInfoEx/src/ex_import/svc_ExImXML.cpp
+++ b/plugins/UserInfoEx/src/ex_import/svc_ExImXML.cpp
@@ -187,7 +187,7 @@ int CFileXml::Export(lpExImParam ExImContact, LPCSTR pszFileName)
} // *end for
#ifdef _DEBUG
QueryPerformanceCounter(&t2);
- MsgErr(NULL, LPGENT("Export took %f msec"),
+ MsgErr(NULL, LPGENT("Export took %f ms"),
(long double)(t2.QuadPart - t1.QuadPart) / freq.QuadPart * 1000.);
#endif
}// *end other export mode
@@ -415,7 +415,7 @@ int CFileXml::Import(HANDLE hContact, LPCSTR pszFileName)
#ifdef _DEBUG
QueryPerformanceCounter(&t2);
- MsgErr(NULL, LPGENT("Import took %f msec"),
+ MsgErr(NULL, LPGENT("Import took %f ms"),
(long double)(t2.QuadPart - t1.QuadPart) / freq.QuadPart * 1000.);
#endif
// show results
diff --git a/plugins/Watrack/i_opt_1.inc b/plugins/Watrack/i_opt_1.inc
index f08eb36e0c..a3ecef9cfc 100644
--- a/plugins/Watrack/i_opt_1.inc
+++ b/plugins/Watrack/i_opt_1.inc
@@ -97,7 +97,7 @@ begin
CheckDlgButton(Dialog,IDC_MTHCHECK,MTHCheck);
MakeHint(Dialog,IDC_TIMEOUT,
- 'Timeout (msec) for separate thread handles checking.');
+ 'Timeout (ms) for separate thread handles checking.');
SetDlgItemInt(Dialog,IDC_TIMEOUT,TimeoutForThread,false);
MakeHint(Dialog,IDC_KEEPOLD,