Skip to content

Commit

Permalink
Fixes Issue prose#631 and 'Github' to 'GitHub'
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronraimist committed May 3, 2014
1 parent 91358f1 commit 496beb5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions translations/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"heading": "Heading",
"subHeading": "Sub Heading",
"link": "Insert Link",
"image": "Insert Link",
"image": "Insert Image",
"bold": "Bold",
"italic": "Italic",
"blockquote": "Blockquote",
Expand Down Expand Up @@ -136,7 +136,7 @@
"githubStatus": "Status on GitHub ({status})",
"error": {
"label": "Error",
"github": "Error while loading data from Github. This might be a temporary issue. Please try again later.",
"github": "Error while loading data from GitHub. This might be a temporary issue. Please try again later.",
"exists": "This file does not exist",
"notFound": "Page not Found"
}
Expand Down Expand Up @@ -263,4 +263,4 @@
"about": {
"content": "# About\nProse provides a beatifully simple content authoring environment for\n[CMS-free websites](http://developmentseed.org/blog/2012/07/27/build-cms-free-websites/).\nIt's a web-based interface for managing content on\n[GitHub](http://github.com). Use it to create, edit, and delete files,\nand save your changes directly to GitHub. Host your website on\n[GitHub Pages](http://pages.github.com) for free, or set up your own\n[GitHub webhook server](http://developmentseed.org/blog/2013/05/01/introducing-jekyll-hook/).\n\nProse has advanced support for [Jekyll](http://jekyllrb.com/) sites and\n[markdown content](http://daringfireball.net/projects/markdown/).\nProse detects markdown posts in Jekyll sites and provides syntax\nhighlighting, a formatting toolbar, and draft previews in the site's\nfull layout.\n\nDevelopers can configure Jekyll sites to take advantage of these and\nmany more features that customize the content editing experience.\n\n## Configuring\n\nProse can be configured per repository with additional metadata in a\nJekyll site's `_config.yml` file or a separate `prose.yml` file. We offer\nProse.io as a hosted service for the latest version, or you can download\nthe source code and host it on your own. For for developer documentation,\nsee [the wiki page on GitHub](https://github.com/prose/prose/wiki).\n\n## Developing\n\nProse is an open source project. We encourage you to contribute and\nhelp us improve this application or adapt it to your needs. For\ninstructions on developing Prose, see the\n[Prose contributing guidelines](https://github.com/prose/prose/blob/gh-pages/CONTRIBUTING.md).\n\n## Getting Help\n\nWe do not offer support for Prose at this time, however if you are a\ncontent editor using Prose, you should contact the developer who gave\nyou access to it. To report technical problems with Prose, please\n[file an issue on GitHub](https://github.com/prose/prose/issues).\n\n## Credits\n\nProse is developed and maintained by\n[Development Seed](http://developmentseed.org), a creative data\nvisualization and mapping team based in Washington, DC.\n"
}
}
}

0 comments on commit 496beb5

Please sign in to comment.