Skip to content

Commit

Permalink
More typos… (can't get enough of 'em)
Browse files Browse the repository at this point in the history
  • Loading branch information
padawan committed Jan 8, 2012
1 parent 7c96324 commit 145b056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ To display a global message on top of all screens in the CMS:
1. Go to the global plugins page and click on the Memo Settings tab.
1. Tick the "Display a global message" checkbox (unchecking it will prevent the message to show up).
1. (Optional) enter a CSS Class to style the message using MT's own CSS classes for messages (i.e. info, alert, error, beta).
1. Enter the message (formatted as HTML) in "Message Body". Note: this code will be wrapped into a <div id="global-memo" class="msg msg-class">…</div> block, where _class_ will be replaced by whatever you put into the CSS Class field above.
1. Enter the message (formatted as HTML) in "Message Body". Note: this code will be wrapped into a <code>&lt;div id="global-memo" class="msg msg-_class_"&gt;&lt;/div&gt;</code> block, where _class_ will be replaced by whatever you put into the CSS Class field above.


## L10N
Expand Down

0 comments on commit 145b056

Please sign in to comment.