summaryrefslogtreecommitdiffstats
path: root/desktop/source/deployment/gui/dp_gui_versionboxes.src
diff options
context:
space:
mode:
authorZolnai Tamás <zolnaitamas2000@gmail.com>2013-04-04 21:14:32 +0200
committerZolnai Tamás <zolnaitamas2000@gmail.com>2013-04-04 21:47:12 +0200
commitca776f348aa90119e6281eb5d979de2d56786e08 (patch)
treebad4438b9466ad1a8d66c68b88d71fbc73b718d5 /desktop/source/deployment/gui/dp_gui_versionboxes.src
parentw:numPicBullet import testcase (diff)
downloadcore-ca776f348aa90119e6281eb5d979de2d56786e08.tar.gz
core-ca776f348aa90119e6281eb5d979de2d56786e08.zip
Not escape single quotes in src\hrc files
Escaping them is not needed. Plus escaped quotes are taken into po files and make translater's work more uncomfortable. Change-Id: I2ea7218120bc3d9967bdf51091ef091acbf2b73c
Diffstat (limited to 'desktop/source/deployment/gui/dp_gui_versionboxes.src')
-rw-r--r--desktop/source/deployment/gui/dp_gui_versionboxes.src42
1 files changed, 21 insertions, 21 deletions
diff --git a/desktop/source/deployment/gui/dp_gui_versionboxes.src b/desktop/source/deployment/gui/dp_gui_versionboxes.src
index b582024c9fde..8ef810c99322 100644
--- a/desktop/source/deployment/gui/dp_gui_versionboxes.src
+++ b/desktop/source/deployment/gui/dp_gui_versionboxes.src
@@ -22,48 +22,48 @@
WarningBox RID_WARNINGBOX_VERSION_LESS {
Buttons = WB_OK_CANCEL;
DefButton = WB_DEF_CANCEL;
- Message[en-US] = "You are about to install version $NEW of the extension \'$NAME\'.\n"
+ Message[en-US] = "You are about to install version $NEW of the extension '$NAME'.\n"
"The newer version $DEPLOYED is already installed.\n"
- "Click \'OK\' to replace the installed extension.\n"
- "Click \'Cancel\' to stop the installation.";
+ "Click 'OK' to replace the installed extension.\n"
+ "Click 'Cancel' to stop the installation.";
};
String RID_STR_WARNINGBOX_VERSION_LESS_DIFFERENT_NAMES {
- Text [en-US] = "You are about to install version $NEW of the extension \'$NAME\'.\n"
- "The newer version $DEPLOYED, named \'$OLDNAME\', is already installed.\n"
- "Click \'OK\' to replace the installed extension.\n"
- "Click \'Cancel\' to stop the installation.";
+ Text [en-US] = "You are about to install version $NEW of the extension '$NAME'.\n"
+ "The newer version $DEPLOYED, named '$OLDNAME', is already installed.\n"
+ "Click 'OK' to replace the installed extension.\n"
+ "Click 'Cancel' to stop the installation.";
};
WarningBox RID_WARNINGBOX_VERSION_EQUAL {
Buttons = WB_OK_CANCEL;
DefButton = WB_DEF_CANCEL;
- Message[en-US] = "You are about to install version $NEW of the extension \'$NAME\'.\n"
+ Message[en-US] = "You are about to install version $NEW of the extension '$NAME'.\n"
"That version is already installed.\n"
- "Click \'OK\' to replace the installed extension.\n"
- "Click \'Cancel\' to stop the installation.";
+ "Click 'OK' to replace the installed extension.\n"
+ "Click 'Cancel' to stop the installation.";
};
String RID_STR_WARNINGBOX_VERSION_EQUAL_DIFFERENT_NAMES {
- Text [en-US] = "You are about to install version $NEW of the extension \'$NAME\'.\n"
- "That version, named \'$OLDNAME\', is already installed.\n"
- "Click \'OK\' to replace the installed extension.\n"
- "Click \'Cancel\' to stop the installation.";
+ Text [en-US] = "You are about to install version $NEW of the extension '$NAME'.\n"
+ "That version, named '$OLDNAME', is already installed.\n"
+ "Click 'OK' to replace the installed extension.\n"
+ "Click 'Cancel' to stop the installation.";
};
WarningBox RID_WARNINGBOX_VERSION_GREATER {
Buttons = WB_OK_CANCEL;
DefButton = WB_DEF_OK;
- Message[en-US] = "You are about to install version $NEW of the extension \'$NAME\'.\n"
+ Message[en-US] = "You are about to install version $NEW of the extension '$NAME'.\n"
"The older version $DEPLOYED is already installed.\n"
- "Click \'OK\' to replace the installed extension.\n"
- "Click \'Cancel\' to stop the installation.";
+ "Click 'OK' to replace the installed extension.\n"
+ "Click 'Cancel' to stop the installation.";
};
String RID_STR_WARNINGBOX_VERSION_GREATER_DIFFERENT_NAMES {
- TEXT [en-US] = "You are about to install version $NEW of the extension \'$NAME\'.\n"
- "The older version $DEPLOYED, named \'$OLDNAME\', is already installed.\n"
- "Click \'OK\' to replace the installed extension.\n"
- "Click \'Cancel\' to stop the installation.";
+ TEXT [en-US] = "You are about to install version $NEW of the extension '$NAME'.\n"
+ "The older version $DEPLOYED, named '$OLDNAME', is already installed.\n"
+ "Click 'OK' to replace the installed extension.\n"
+ "Click 'Cancel' to stop the installation.";
};
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */