diff options
author | Dart Raiden <wowemuh@gmail.com> | 2014-01-08 18:50:25 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2014-01-08 18:50:25 +0000 |
commit | 50a2ba5bf6827b8f010288021c1797c11bd1531e (patch) | |
tree | d59722a4527beda2840e0b39d81446b1689a282d /plugins/ImportTXT/BRMSIP.inc | |
parent | 6941b13721285765d6b8df94c1c87d4f78b8be68 (diff) |
ImportTXT: spelling corrections
langpacks/english: update
git-svn-id: http://svn.miranda-ng.org/main/trunk@7548 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/ImportTXT/BRMSIP.inc')
-rw-r--r-- | plugins/ImportTXT/BRMSIP.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/ImportTXT/BRMSIP.inc b/plugins/ImportTXT/BRMSIP.inc index 8e776bf121..9576c2c83c 100644 --- a/plugins/ImportTXT/BRMSIP.inc +++ b/plugins/ImportTXT/BRMSIP.inc @@ -56,7 +56,7 @@ begin inc(AddedMessages)
else
begin
- s := 'Error adding message to DB';
+ s := 'Error adding message to database';
DoMessage(ITXT_THREAD_ERROR, wparam(PWideChar(s)), 0);
break;
end
@@ -77,7 +77,7 @@ begin end
else
begin
- s := WideFormat(TranslateWideString('Its not %s file'), ['midp-rms']);
+ s := WideFormat(TranslateWideString('It''s not %s file'), ['midp-rms']);
DoMessage(ITXT_THREAD_ERROR, wparam(PWideChar(s)), 0);
end
else // file len
|