diff options
-rw-r--r-- | chrome/app/chromium_strings.grd | 3 | ||||
-rw-r--r-- | chrome/app/google_chrome_strings.grd | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/chrome/app/chromium_strings.grd b/chrome/app/chromium_strings.grd index 96c70ba..620d358 100644 --- a/chrome/app/chromium_strings.grd +++ b/chrome/app/chromium_strings.grd @@ -249,6 +249,9 @@ be available for now. --> <message name="IDS_INSTALL_INSUFFICIENT_RIGHTS" desc="Error displayed when a non admin user tries to attempt system level install/uninstall."> You do not have appropriate rights for system-level install. Try running the installer again as Administrator. </message> + <message name="IDS_INSTALL_APP_CONFLICT" desc="Error displayed if installation fails due to another existing application."> + A conflict with another installed application has been detected. + </message> <message name="IDS_UNINSTALL_FAILED" desc="Error during uninstall if we can not find the installation directory from registry."> Chromium is not installed or it failed to find installation directory. Please download Chromium again. </message> diff --git a/chrome/app/google_chrome_strings.grd b/chrome/app/google_chrome_strings.grd index a563590..3b0c8fb 100644 --- a/chrome/app/google_chrome_strings.grd +++ b/chrome/app/google_chrome_strings.grd @@ -297,6 +297,9 @@ Chrome supports. --> <message name="IDS_INSTALL_INSUFFICIENT_RIGHTS" desc="Error displayed when a non admin user tries to attempt system level install/uninstall."> You do not have appropriate rights for system-level install. Try running the installer again as Administrator. </message> + <message name="IDS_INSTALL_APP_CONFLICT" desc="Error displayed if installation fails due to another existing application."> + A conflict with another installed application has been detected. + </message> <message name="IDS_UNINSTALL_FAILED" desc="Error during uninstall if we can not find the installation directory from registry."> Google Chrome is not installed or it failed to find installation directory. Please download Google Chrome again. </message> |