summaryrefslogtreecommitdiff
path: root/plugins/PackUpdater/Src/Notifications.cpp
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2013-10-05 20:02:22 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2013-10-05 20:02:22 +0000
commit0df358749ed87e4666938121f0cfbb3d8c3d0bca (patch)
tree2299734c4bc3e215c7b90812990e9a9b3cdf770f /plugins/PackUpdater/Src/Notifications.cpp
parentddd504fd65b47f0248cbe85e4b7b343af44b120d (diff)
spelling correction (thanks RMN)
git-svn-id: http://svn.miranda-ng.org/main/trunk@6355 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/PackUpdater/Src/Notifications.cpp')
-rw-r--r--plugins/PackUpdater/Src/Notifications.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/PackUpdater/Src/Notifications.cpp b/plugins/PackUpdater/Src/Notifications.cpp
index d1a79467a7..93c345560e 100644
--- a/plugins/PackUpdater/Src/Notifications.cpp
+++ b/plugins/PackUpdater/Src/Notifications.cpp
@@ -194,7 +194,7 @@ void DlgDownloadProc()
CallFunctionAsync(CreateDownloadDialog, 0);
if (!DownloadFile(pFileUrl->tszDownloadURL, pFileUrl->tszDiskPath)) {
Title = TranslateT("Pack Updater");
- Text = TranslateT("An error occured while downloading the update.");
+ Text = TranslateT("An error occurred while downloading the update.");
if ( ServiceExists(MS_POPUP_ADDPOPUP) && db_get_b(NULL, "Popup", "ModuleIsEnabled", 1) && db_get_b(NULL, MODNAME, "Popups1", DEFAULT_POPUP_ENABLED)) {
Number = 1;
show_popup(0, Title, Text, Number, 0);