Fix a mistake about ALERT example in README

This commit is contained in:
Saivann 2013-06-17 16:28:04 -04:00
parent 7b7774564a
commit 8dd3bd5ad5

View file

@ -77,10 +77,10 @@ You can both set one fallback alert for all languages and many translated alerts
Example: Example:
``` ```
ALERT_CLASS: ALERT:
all: <strong>Security alert:</strong> Please upgrade to 0.8.1 as soon as possible! all: <strong>Security alert:</strong> Please upgrade to 0.8.1 as soon as possible!
fr: <strong>Alerte de sécurité:</strong> Mettez Bitcoin à jour vers la version 0.8.1 sans délais! fr: <strong>Alerte de sécurité:</strong> Mettez Bitcoin à jour vers la version 0.8.1 sans délais!
ALERT: ALERT_CLASS:
all: error all: error
fr: error fr: error
``` ```