diff options
author | Dart Raiden <wowemuh@gmail.com> | 2014-05-21 01:43:24 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2014-05-21 01:43:24 +0000 |
commit | ae156d0255ae890b0bfc619146f3f8e383db1875 (patch) | |
tree | a4a8e4d98306992332d3d63f164806d6b6c0fd38 /plugins/AutoShutdown/src | |
parent | ac179b8b03da1cc4d8d9d4855bab1dcfc0745586 (diff) |
runglish...
git-svn-id: http://svn.miranda-ng.org/main/trunk@9263 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/AutoShutdown/src')
-rw-r--r-- | plugins/AutoShutdown/src/shutdownsvc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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.")
};
|