Commit 5a88957c authored by asargent@chromium.org's avatar asargent@chromium.org

Additional string for protections against forced extension installs

This is for the case where the dialog might overflow and we have to
say "... and N more ..."

TBR=finnur
BUG=315192

Review URL: https://codereview.chromium.org/59883003

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233052 0039d316-1c4b-4281-b951-d872f2087c98
parent b7ca311a
...@@ -5145,6 +5145,9 @@ Keep your key file in a safe place. You will need it to create new versions of y ...@@ -5145,6 +5145,9 @@ Keep your key file in a safe place. You will need it to create new versions of y
Suspicious extensions disabled Suspicious extensions disabled
</message> </message>
</if> </if>
<message name="IDS_EXTENSIONS_SUSPICIOUS_DISABLED_AND_N_MORE" desc="Used for a count of additional items in the IDS_EXTENSIONS_SUSPICIOUS_DISABLED_BODY dialog shown when suspicious extensions have been disabled, if we could not fit them all in the dialog">
and <ph name="NUMBER_ADDITIONAL_DISABLED">#<ex>5</ex></ph> more
</message>
<message name="IDS_EXTENSIONS_SUSPICIOUS_DISABLED_BUTTON" desc="Text of the button on the dialog shown when suspicious extensions have been disabled"> <message name="IDS_EXTENSIONS_SUSPICIOUS_DISABLED_BUTTON" desc="Text of the button on the dialog shown when suspicious extensions have been disabled">
OK, got it OK, got it
</message> </message>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment