diff options
author | RMN <rmn@miranda-ng.org> | 2014-12-12 20:42:28 +0000 |
---|---|---|
committer | RMN <rmn@miranda-ng.org> | 2014-12-12 20:42:28 +0000 |
commit | 20d11818797a5d81cbca8c708e5fe8ab93d80ffa (patch) | |
tree | c3a7cffb8741d40526352f26db0d5148843c01f5 /plugins | |
parent | 81e9f9c08e7a9ef66b88506899b2b7b1886dc00e (diff) |
- Actman: grammar
- langpacks/english: updated manually
git-svn-id: http://svn.miranda-ng.org/main/trunk@11356 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/Actman30/i_options.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Actman30/i_options.inc b/plugins/Actman30/i_options.inc index 248f9f0c79..76819856bf 100644 --- a/plugins/Actman30/i_options.inc +++ b/plugins/Actman30/i_options.inc @@ -113,12 +113,12 @@ const ACF_OLD_FAPPEND = $00000040; // append file
const
- OldVersion = 'Your Actman settings is for old version. If you ready to upgrade settings, ' +
+ OldVersion = 'Your Actman settings is for old version. If you are ready to upgrade settings, ' +
'press OK. Else press Cancel and change manually Actman plugin back to old version ' +
'or make settings backup. To keep previously exported macros please import them back ' +
'before conversion';
Notes = 'Please, don''t use macro test for non-saved macros. If you had ''Advanced'' or file ' +
- 'writing actions previously, check it - their logic was changed.';
+ 'writing actions previously, check them - their logic was changed.';
ConvResult = 'Actman settings converted to new version';
procedure CheckActionList(Macro:pMacroRecord;num:integer);
|