aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/addon/AddonFunctions.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/addon/AddonFunctions.cpp')
-rw-r--r--src/modules/addon/AddonFunctions.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/addon/AddonFunctions.cpp b/src/modules/addon/AddonFunctions.cpp
index cf5d2577f..c0f68dabf 100644
--- a/src/modules/addon/AddonFunctions.cpp
+++ b/src/modules/addon/AddonFunctions.cpp
@@ -192,7 +192,7 @@ namespace AddonFunctions
hd.szCaption = __tr2qs_ctx("Install Addon Pack - KVIrc","addon");
hd.szUpperLabelText = beginCenter + __tr2qs_ctx("You're about to install the following addon package","addon") + endCenter;
- hd.szLowerLabelText = beginCenter + __tr2qs_ctx("Do you want to proceed with the installation ?","addon") + endCenter;
+ hd.szLowerLabelText = beginCenter + __tr2qs_ctx("Do you want to proceed with the installation?","addon") + endCenter;
hd.szButton1Text = __tr2qs_ctx("Do Not Install","addon");
hd.szButton2Text = __tr2qs_ctx("Yes, Proceed","addon");
hd.iDefaultButton = 2;