diff options
Diffstat (limited to 'plugins/HistoryPlusPlus')
-rw-r--r-- | plugins/HistoryPlusPlus/hpp_events.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/HistoryPlusPlus/hpp_events.pas b/plugins/HistoryPlusPlus/hpp_events.pas index 7c7ff4da53..0201e7b6b0 100644 --- a/plugins/HistoryPlusPlus/hpp_events.pas +++ b/plugins/HistoryPlusPlus/hpp_events.pas @@ -700,7 +700,7 @@ begin ReasonW := ReasonUTF
else
ReasonW := ReasonACP;
- Hi.Text := Format(TranslateW('Authorisation request by %s (%s%d): %s'),
+ Hi.Text := Format(TranslateW('Authorization request by %s (%s%d): %s'),
[NickW, AnsiToWideString(Name + Email, hppCodepage), uin, ReasonW]);
end;
|