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/i_options.inc | |
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/i_options.inc')
-rw-r--r-- | plugins/Actman/i_options.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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;
|