summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorDart Raiden <wowemuh@gmail.com>2014-05-21 01:43:24 +0000
committerDart Raiden <wowemuh@gmail.com>2014-05-21 01:43:24 +0000
commitae156d0255ae890b0bfc619146f3f8e383db1875 (patch)
treea4a8e4d98306992332d3d63f164806d6b6c0fd38 /plugins
parentac179b8b03da1cc4d8d9d4855bab1dcfc0745586 (diff)
runglish...
git-svn-id: http://svn.miranda-ng.org/main/trunk@9263 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins')
-rw-r--r--plugins/AutoShutdown/res/resource.rc2
-rw-r--r--plugins/AutoShutdown/src/shutdownsvc.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/AutoShutdown/res/resource.rc b/plugins/AutoShutdown/res/resource.rc
index 14d7d2ee0c..222c63cecb 100644
--- a/plugins/AutoShutdown/res/resource.rc
+++ b/plugins/AutoShutdown/res/resource.rc
@@ -100,7 +100,7 @@ BEGIN
CONTROL "Shutdown when Miranda NG becomes &idle",IDC_CHECK_IDLE,
"Button",BS_AUTOCHECKBOX | BS_TOP | BS_MULTILINE | WS_GROUP | WS_TABSTOP,13,123,164,9
CONTROL "Configure",IDC_URL_IDLE,"Hyperlink",WS_TABSTOP,179,124,46,9
- CONTROL "Shutdown when &prozessor usage drops below:",IDC_CHECK_CPUUSAGE,
+ CONTROL "Shutdown when &processor usage drops below:",IDC_CHECK_CPUUSAGE,
"Button",BS_AUTOCHECKBOX | BS_TOP | BS_MULTILINE | WS_GROUP | WS_TABSTOP,13,139,159,22
EDITTEXT IDC_EDIT_CPUUSAGE,179,140,32,13,ES_AUTOHSCROLL | ES_NUMBER
CONTROL "",IDC_SPIN_CPUUSAGE,"msctls_updown32",UDS_SETBUDDYINT | UDS_ALIGNRIGHT | UDS_AUTOBUDDY | UDS_ARROWKEYS | UDS_NOTHOUSANDS | UDS_HOTTRACK,205,140,11,14
diff --git a/plugins/AutoShutdown/src/shutdownsvc.cpp b/plugins/AutoShutdown/src/shutdownsvc.cpp
index 2e2bfd7e3a..1ede40e86d 100644
--- a/plugins/AutoShutdown/src/shutdownsvc.cpp
+++ b/plugins/AutoShutdown/src/shutdownsvc.cpp
@@ -466,7 +466,7 @@ const TCHAR *apszLong[] = {
LPGENT("Shuts down Windows and then restarts Windows."),
LPGENT("Closes all running programs and shuts down Windows to a point at which it is safe to turn off the power."),
LPGENT("Saves the current Windows session in memory and sets the system to suspend mode."),
- LPGENT("Saves the current Windows session on harddisc, so that the power can be turned off."),
+ LPGENT("Saves the current Windows session on hard drive, so that the power can be turned off."),
LPGENT("Locks the computer. To unlock the computer, you must log in."),
LPGENT("Sets all protocols to offline and closes all RAS connections.")
};