summaryrefslogtreecommitdiff
path: root/desktop/source/deployment/gui/dp_gui_dialog.src
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/source/deployment/gui/dp_gui_dialog.src')
-rw-r--r--desktop/source/deployment/gui/dp_gui_dialog.src12
1 files changed, 5 insertions, 7 deletions
diff --git a/desktop/source/deployment/gui/dp_gui_dialog.src b/desktop/source/deployment/gui/dp_gui_dialog.src
index 09df42474b..07bca99ec6 100644
--- a/desktop/source/deployment/gui/dp_gui_dialog.src
+++ b/desktop/source/deployment/gui/dp_gui_dialog.src
@@ -486,16 +486,14 @@ WarningBox RID_WARNINGBOX_INSTALL_EXTENSION {
"Click \'Cancel\' to stop the installation.";
};
-WARNINGBOX RID_WARNINGBOX_ADD_SHARED_EXTENSION
-{
+WarningBox RID_WARNINGBOX_REMOVE_EXTENSION {
Buttons = WB_OK_CANCEL;
DefButton = WB_DEF_CANCEL;
- Message[en-US] = "Make sure that no further users are working with the same "
- "%PRODUCTNAME, when changing shared extensions in a multi user environment.\n"
- "Click \'OK\' to install the extension.\n"
- "Click \'Cancel\' to stop the installation.";
+ Message[en-US] = "You are about to remove the extension \'%NAME\'.\n"
+ "Click \'OK\' to remove the extension.\n"
+ "Click \'Cancel\' to stop removing the extension.";
};
-
+
WARNINGBOX RID_WARNINGBOX_REMOVE_SHARED_EXTENSION
{
Buttons = WB_OK_CANCEL;