Index: chrome/app/generated_resources.grd |
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd |
index 0bf1ea4f87ce15302b6d3029dbb026e835208431..5f9e4c00dc1c5192a62604e49552da8dd7dcdf50 100644 |
--- a/chrome/app/generated_resources.grd |
+++ b/chrome/app/generated_resources.grd |
@@ -4335,6 +4335,16 @@ Keep your key file in a safe place. You will need it to create new versions of y |
You are using an unsupported command-line flag: <ph name="BAD_FLAG">$1<ex>--no-sandbox</ex></ph>. Stability and security will suffer. |
</message> |
+ <!-- Locale Changed Info Bar--> |
whywhat
2011/01/12 16:33:16
Not an Info Bar anymore, right?
Denis Lagno
2011/01/12 20:27:34
Done.
|
+ <if expr="pp_ifdef('chromeos')"> |
+ <message name="IDS_LOCALE_CHANGE_MESSAGE" desc="Message shown when locale was changed based on profile content."> |
+ Interface language was changed "<ph name="FROM_LOCALE">$1</ph>" => "<ph name="TO_LOCALE">$2</ph>" based on your preference. |
whywhat
2011/01/12 16:33:16
Why not " from $1 to $2"? Or ":" after changed
Denis Lagno
2011/01/12 20:27:34
Done.
|
+ </message> |
+ <message name="IDS_LOCALE_CHANGE_REVERT_MESSAGE" desc="Message shown when locale was changed based on profile content."> |
whywhat
2011/01/12 16:33:16
Description is the same as above.
Denis Lagno
2011/01/12 20:27:34
Done.
|
+ Sign out and revert |
+ </message> |
+ </if> |
+ |
<if expr="pp_ifdef('chromeos')"> |
<!-- about:system strings --> |
<message name="IDS_ABOUT_SYS_TITLE" desc="about:system page title"> |