diff options
author | Dart Raiden <wowemuh@gmail.com> | 2013-11-04 23:42:22 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2013-11-04 23:42:22 +0000 |
commit | 6273b7bfe9f1c20dd32bad9dfa06b3323372be87 (patch) | |
tree | 6ac9573142e2f99782944f01ad488690efe4b793 /plugins/Actman30 | |
parent | e5a41d87624c428ef1a2930859039b6f4c11e70a (diff) |
unneeded capitalization
git-svn-id: http://svn.miranda-ng.org/main/trunk@6777 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Actman30')
-rw-r--r-- | plugins/Actman30/i_opt_dlg.inc | 2 | ||||
-rw-r--r-- | plugins/Actman30/iac_contact.rc | 2 | ||||
-rw-r--r-- | plugins/Actman30/iac_global.pas | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/plugins/Actman30/i_opt_dlg.inc b/plugins/Actman30/i_opt_dlg.inc index 62a0a6c66f..e7a9e206ef 100644 --- a/plugins/Actman30/i_opt_dlg.inc +++ b/plugins/Actman30/i_opt_dlg.inc @@ -17,7 +17,7 @@ var i:integer;
begin
result:=0;
- NoDescription:=TranslateW('No Description');
+ NoDescription:=TranslateW('No description');
StrCopyW(xmlfilename,'c:\export.xml');
diff --git a/plugins/Actman30/iac_contact.rc b/plugins/Actman30/iac_contact.rc index b3923502b3..65a7d2843e 100644 --- a/plugins/Actman30/iac_contact.rc +++ b/plugins/Actman30/iac_contact.rc @@ -7,7 +7,7 @@ STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_VISIBLE EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 0, 0
{
- RTEXT "Choose Contact", -1 , 0, 2, 160, 10
+ RTEXT "Choose contact", -1 , 0, 2, 160, 10
CONTROL "Refresh",IDC_CNT_REFRESH,"MButtonClass",WS_TABSTOP,1,12,16,16,$18000000
COMBOBOX IDC_CONTACTLIST, 19, 14, 148, 128, CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL
AUTOCHECKBOX "Keep handle only", IDC_CNT_KEEP , 1, 31, 160, 11
diff --git a/plugins/Actman30/iac_global.pas b/plugins/Actman30/iac_global.pas index 58d15007ea..ef069d8e34 100644 --- a/plugins/Actman30/iac_global.pas +++ b/plugins/Actman30/iac_global.pas @@ -12,7 +12,7 @@ var const
IcoLibPrefix = 'action_type_';
const
- NoDescription:PWideChar='No Description';
+ NoDescription:PWideChar='No description';
const
protostr = '<proto>';
const
|