| Index: chrome/app/google_chrome_strings.grd
|
| diff --git a/chrome/app/google_chrome_strings.grd b/chrome/app/google_chrome_strings.grd
|
| index f8af54b5e98106dddfa71462f1e5ec9602d42c06..061be9f7a9e57230cc9c7441966c9add4d33a2c6 100644
|
| --- a/chrome/app/google_chrome_strings.grd
|
| +++ b/chrome/app/google_chrome_strings.grd
|
| @@ -1028,8 +1028,8 @@ Signing in anyway will merge Chrome information like bookmarks, history, and oth
|
| </message>
|
|
|
| <!-- ProcessSingleton -->
|
| - <if expr="is_linux">
|
| - <message name="IDS_PROFILE_IN_USE_LINUX" desc="Message shown when the browser cannot start because the profile is in use on a different host.">
|
| + <if expr="is_linux or is_macosx">
|
| + <message name="IDS_PROFILE_IN_USE_POSIX" desc="Message shown when the browser cannot start because the profile is in use on a different host.">
|
| The profile appears to be in use by another Google Chrome process (<ph name="PROCESS_ID">$1<ex>12345</ex></ph>) on another computer (<ph name="HOST_NAME">$2<ex>example.com</ex></ph>). Chrome has locked the profile so that it doesn't get corrupted. If you are sure no other processes are using this profile, you can unlock the profile and relaunch Chrome.
|
| </message>
|
| </if>
|
|
|