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/Actman | |
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/Actman')
-rw-r--r-- | plugins/Actman/i_opt_dlg.inc | 2 | ||||
-rw-r--r-- | plugins/Actman/i_options.inc | 2 | ||||
-rw-r--r-- | plugins/Actman/options.rc | 6 | ||||
-rw-r--r-- | plugins/Actman/services.ini | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/plugins/Actman/i_opt_dlg.inc b/plugins/Actman/i_opt_dlg.inc index 2823b03d79..3e07cd97ae 100644 --- a/plugins/Actman/i_opt_dlg.inc +++ b/plugins/Actman/i_opt_dlg.inc @@ -181,7 +181,7 @@ var i:integer;
begin
result:=0;
- NoDescription :=TranslateW('No Description');
+ NoDescription :=TranslateW('No description');
StrCopyW(xmlfilename,'c:\export.xml');
DoInitCommonControls(ICC_USEREX_CLASSES);
diff --git a/plugins/Actman/i_options.inc b/plugins/Actman/i_options.inc index 64a6b856cc..26dd8e1f08 100644 --- a/plugins/Actman/i_options.inc +++ b/plugins/Actman/i_options.inc @@ -444,7 +444,7 @@ begin StrCopy(p,opt_id ); id :=DBReadDWord (0,DBBranch,section);
StrCopy(p,opt_descr); descr:=DBReadUnicode(0,DBBranch,section,nil);
if descr=nil then
- StrDupW(descr,TranslateW('No Description'));
+ StrDupW(descr,TranslateW('No description'));
StrCopy(p,opt_numacts); num:=DBReadWord(0,DBBranch,section);
p^:=#0;
diff --git a/plugins/Actman/options.rc b/plugins/Actman/options.rc index cc7558f392..c29b113883 100644 --- a/plugins/Actman/options.rc +++ b/plugins/Actman/options.rc @@ -4,7 +4,7 @@ LANGUAGE 0,0 /*
IDD_STRUCTURE DIALOGEX 0, 0, 332,184, 0
STYLE DS_SETFONT | DS_FIXEDSYS | WS_VISIBLE | WS_THICKFRAME
-CAPTION "Structure Editor"
+CAPTION "Structure editor"
//EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 0, 0
{
@@ -78,7 +78,7 @@ FONT 8, "MS Shell Dlg", 0, 0 WS_TABSTOP | WS_VSCROLL | CBS_AUTOHSCROLL | CBS_DROPDOWNLIST, 200, 6, 101, 96
// Contact
- RTEXT "Choose Contact", IDC_STAT_CONTACT , 135, 24, 160, 10
+ RTEXT "Choose contact", IDC_STAT_CONTACT , 135, 24, 160, 10
COMBOBOX IDC_CONTACTLIST, 135, 35, 166, 128, CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL
AUTOCHECKBOX "Keep handle only" , IDC_CNT_KEEP , 135, 53, 160, 11
AUTOCHECKBOX "Active accounts only",IDC_CNT_FILTER, 135, 65, 160, 11
@@ -237,7 +237,7 @@ FONT 8, "MS Shell Dlg", 0, 0 AUTOCHECKBOX "", IDC_MSG_TXT,135,58,8,8,BS_ICON | BS_PUSHLIKE
EDITTEXT IDC_MSG_TEXT , 144, 58, 157, 49,
ES_MULTILINE | ES_AUTOVSCROLL | ES_AUTOHSCROLL | ES_WANTRETURN
- AUTOCHECKBOX "Keep Last Result" , IDC_MSG_KEEP, 138, 109, 163, 11, BS_RIGHT | BS_LEFTTEXT
+ AUTOCHECKBOX "Keep last result" , IDC_MSG_KEEP, 138, 109, 163, 11, BS_RIGHT | BS_LEFTTEXT
GROUPBOX "Icons" , IDC_MSG_ICONS , 135, 123, 166, 28, WS_GROUP
AUTORADIOBUTTON "Error" , IDC_MSGI_ERROR, 140, 130, 24, 20, BS_ICON
diff --git a/plugins/Actman/services.ini b/plugins/Actman/services.ini index e0d95e7b74..289fbcb444 100644 --- a/plugins/Actman/services.ini +++ b/plugins/Actman/services.ini @@ -467,7 +467,7 @@ lparam=0 [Event:CList/DoubleClicked]
alias=ME_CLIST_DOUBLECLICKED
plugin=contact list
-descr='Double click on the CList'
+descr='Double click on the contact list'
wparam=hContact
lparam=0
|