| Index: chrome/common/extensions/docs/i18n-messages.html
|
| ===================================================================
|
| --- chrome/common/extensions/docs/i18n-messages.html (revision 42640)
|
| +++ chrome/common/extensions/docs/i18n-messages.html (working copy)
|
| @@ -379,8 +379,16 @@
|
| <li> a-z </li>
|
| <li> 0-9 </li>
|
| <li> _ (underscore) </li>
|
| + <li> @ </li>
|
| </ul>
|
|
|
| +<p class="note">
|
| +<b>Note:</b>
|
| +Don't define names that begin with "@@".
|
| +Those names are reserved for
|
| +<a href="i18n.html#overview-predefined">predefined messages</a>.
|
| +</p>
|
| +
|
| <p>
|
| Here are three examples of names,
|
| taken from the <a href="#example">Example</a> section:
|
|
|