summaryrefslogtreecommitdiff
path: root/plugins/HistoryPlusPlus
diff options
context:
space:
mode:
authorDart Raiden <wowemuh@gmail.com>2015-12-03 13:32:42 +0000
committerDart Raiden <wowemuh@gmail.com>2015-12-03 13:32:42 +0000
commit92cea97e92cc053c63dddea13ba77d2a560ea775 (patch)
treeb3654def7556b36fd53409090fdb12d28012fa0a /plugins/HistoryPlusPlus
parent8a63c4a12fbc856c2f6005df4621f38b4bb532b7 (diff)
Microsoft calls this Rich Edit
https://msdn.microsoft.com/en-us/library/windows/desktop/bb787605%28v=vs.85%29.aspx git-svn-id: http://svn.miranda-ng.org/main/trunk@15812 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/HistoryPlusPlus')
-rw-r--r--plugins/HistoryPlusPlus/historypp.dpr2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/HistoryPlusPlus/historypp.dpr b/plugins/HistoryPlusPlus/historypp.dpr
index 4f7865cb7e..682377d73e 100644
--- a/plugins/HistoryPlusPlus/historypp.dpr
+++ b/plugins/HistoryPlusPlus/historypp.dpr
@@ -171,7 +171,7 @@ begin
begin
hppMessagebox(hppMainWindow, FormatCString( // single line to translation script
TranslateW
- ('History++ module could not be loaded, richedit 2.0+ module is missing.\nPress OK to continue loading Miranda.')
+ ('History++ module could not be loaded, Rich Edit 2.0+ module is missing.\nPress OK to continue loading Miranda.')
), hppName + ' Information', MB_OK or MB_ICONINFORMATION);
Result := 1;
exit;