diff options
author | Dart Raiden <wowemuh@gmail.com> | 2016-01-20 18:01:45 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2016-01-20 18:01:45 +0000 |
commit | 2b3e5469d5740b3426f246648014de6f069a2c05 (patch) | |
tree | 2d20fb7ba47b6406e68f36837b1947192aab202e /plugins/HTTPServer | |
parent | 4874e848f64514f3d6f76e2f0e341a67e791b6eb (diff) |
"N/A" -> "Not available" (thx Wishmaster for idea)
git-svn-id: http://svn.miranda-ng.org/main/trunk@16126 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/HTTPServer')
-rw-r--r-- | plugins/HTTPServer/res/resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/HTTPServer/res/resource.rc b/plugins/HTTPServer/res/resource.rc index b0c384df04..2633502662 100644 --- a/plugins/HTTPServer/res/resource.rc +++ b/plugins/HTTPServer/res/resource.rc @@ -88,7 +88,7 @@ BEGIN PUSHBUTTON "Test",IDC_TEST_EXTERNALIP,224,126,51,14
EDITTEXT IDC_MAX_SPEED,35,181,24,12,ES_AUTOHSCROLL
LTEXT "Transfer limit (Kb/s)",IDC_STATIC,62,183,91,8
- CONTROL "No control when Away or N/A",IDC_LIMIT_ONLY_WHEN_ONLINE,
+ CONTROL "No control when Away or Not available",IDC_LIMIT_ONLY_WHEN_ONLINE,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,35,224,114,10
GROUPBOX "Connection control",IDC_STATIC,30,155,127,81
GROUPBOX "Index creation",IDC_STATIC,162,155,122,56
|