Skip to content

Commit

Permalink
Fixed some grammar and typos
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-p committed Aug 26, 2014
1 parent f3c8d76 commit d0a2687
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
6 changes: 3 additions & 3 deletions src/_locales/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
},
"context_menu_item_with_shortcut": {
"message": "Mar&kdown Toggle",
"description": "Text shown on the context menu. The '&' comes before the shortcut character."
"description": "Text shown on the context menu. The '&' comes before the shortcut character. If a shortcut key doesn't make sense for your language/locale/keyboard, you can just leave out the '&'."
},
"context_menu_item_shortcut": {
"message": "k",
"description": "The shortcut key for the context menu. Must be one of the letters in the context menu item text",
"description": "The shortcut key for the context menu. Must be one of the letters in the context menu item text. If you excluded '&' in 'context_menu_item_with_shortcut', then you can leave this blank.",
"inMozDTD": true
},
"invalid_field": {
Expand Down Expand Up @@ -79,7 +79,7 @@
"description": "Text on the notification shown when Markdown Here has been updated"
},
"upgrade_notification_changes_tooltip": {
"message": "Click to the see the changes in this release",
"message": "Click to see the changes in this release",
"description": "Tooltip text on the link that opens the changes list"
},
"upgrade_notification_dismiss_tooltip": {
Expand Down
4 changes: 2 additions & 2 deletions src/_locales/ko/description.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ This is great for anyone who doesn't like fiddling around with formatting button

Markdown Here is primarily targeted to work with Gmail and Thunderbird, but it also works pretty well with Yahoo and Hotmail. Additionally, it works great with Google Groups and Sites, Evernote's web interface, Blogger, Wordpress, and more!

Syntax highlighting note: Used fenced code blocks and specify the language name. See the project page for an example.
Syntax highlighting note: Use fenced code blocks and specify the language name. See the project page for an example.

Privacy: Markdown Here accesses and modifies the content of your email. It can, in theory, access other web content, but does not. It also makes no Internet requests itself whatsoever. You data is modified when and where you choose, and does not leave your browser.
Privacy: Markdown Here accesses and modifies web content when you activate it. It can, in theory, access other web content, but does not. It also makes no Internet requests whatsoever. Your data is modified when and where you choose, and does not leave your browser.

Available as a Chrome, Firefox, Safari, Opera, and Thunderbird extension.

Expand Down
2 changes: 1 addition & 1 deletion src/_locales/ko/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"description":"Text on the notification shown when Markdown Here has been updated"
},
"upgrade_notification_changes_tooltip":{
"message":"Click to the see the changes in this release",
"message":"Click to see the changes in this release",
"description":"Tooltip text on the link that opens the changes list"
},
"upgrade_notification_dismiss_tooltip":{
Expand Down
7 changes: 4 additions & 3 deletions store-assets/description.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@ Totally simple to use:
1. Write your email in your email client's rich editor using Github-flavoured Markdown.
2. Right-click in the compose area and then click "Markdown Toggle".
3. Your email is now pretty! (That is, it's been rendered to HTML.)
4. If you like the way it looks, just send it. If you want to change or add something, click "Markdown Toggle" again to get back to your original Markdown. Rinse and repeat.
4. If you like the way it looks, just send it. If you want to change or add something, click "Markdown Toggle" again to get back to your original Markdown.
5. Repeat as necessary.

Markdown Here is primarily targeted to work with Gmail and Thunderbird, but it also works pretty well with Yahoo and Hotmail. Additionally, it works great with Google Groups and Sites, Evernote's web interface, Blogger, Wordpress, and more!

Syntax highlighting note: Used fenced code blocks and specify the language name. See the project page for an example.
Syntax highlighting note: Use fenced code blocks and specify the language name. See the project page for an example.

Privacy: Markdown Here accesses and modifies the content of your email. It can, in theory, access other web content, but does not. It also makes no Internet requests itself whatsoever. You data is modified when and where you choose, and does not leave your browser.
Privacy: Markdown Here accesses and modifies web content when you activate it. It can, in theory, access other web content, but does not. It also makes no Internet requests whatsoever. Your data is modified when and where you choose, and does not leave your browser.

Available as a Chrome, Firefox, Safari, Opera, and Thunderbird extension.

Expand Down

0 comments on commit d0a2687

Please sign in to comment.