diff options
author | Dart Raiden <wowemuh@gmail.com> | 2014-12-11 15:17:00 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2014-12-11 15:17:00 +0000 |
commit | 8a87104863c0e0fed4bd25f686800794557436f1 (patch) | |
tree | 3117ef5700f11b21519d4bfaf3aa0d49854f16df | |
parent | 0c8a93e6411035f6a1ca9e6537a6d569711cf4c3 (diff) |
Actman: fix typo
git-svn-id: http://svn.miranda-ng.org/main/trunk@11329 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r-- | plugins/Actman30/i_options.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Actman30/i_options.inc b/plugins/Actman30/i_options.inc index e9c389818d..3d8393a3e0 100644 --- a/plugins/Actman30/i_options.inc +++ b/plugins/Actman30/i_options.inc @@ -115,7 +115,7 @@ const const
OldVersion = 'Your Actman settings is for old version. If you 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 expoted macros please import them back ' +
+ '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.';
|