Skip to content

Commit

Permalink
fixing 2 examples
Browse files Browse the repository at this point in the history
  • Loading branch information
julien51 committed Jun 19, 2013
1 parent 1da32a5 commit e28b122
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion locales/dev/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"resource": "<code>{resource}</code> is the encoded url of the web resource to which the user is subscribing. It does not need to be a feed!",
"feeds": "<code>{feeds}</code> is a coma separated list of encoded feed urls. There can obviously be just one."
},
"example": "For example, this button will allow you to <input class=\"btn btn-mini\" type=\"button\" value=\"subscribe to Superfeedr's Blog\" ng-click=\"open('http://blog.superfeedr.com/atom.xml')\" />, while this button will allow you to <input class=\"btn btn-mini\" type=\"button\" value=\"follow SubToMe's code commits\" ng-click=\"open('https://github.com/superfeedr/subtome/commits/master.atom')\" />"
"example": "For example, this button will allow you to <input class=\"btn btn-mini\" type=\"button\" value=\"subscribe to Superfeedr's Blog\" ng-click=\"follow('http://blog.superfeedr.com/atom.xml')\" />, while this button will allow you to <input class=\"btn btn-mini\" type=\"button\" value=\"follow SubToMe's code commits\" ng-click=\"follow('https://github.com/superfeedr/subtome/commits/master.atom')\" />"
}
},
"settings": {
Expand Down
2 changes: 1 addition & 1 deletion locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"resource": "<code>{resource}</code> is the encoded url of the web resource to which the user is subscribing. It does not need to be a feed!",
"feeds": "<code>{feeds}</code> is a coma separated list of encoded feed urls. There can obviously be just one."
},
"example": "For example, this button will allow you to <input class=\"btn btn-mini\" type=\"button\" value=\"subscribe to Superfeedr's Blog\" ng-click=\"open('http://blog.superfeedr.com/atom.xml')\" />, while this button will allow you to <input class=\"btn btn-mini\" type=\"button\" value=\"follow SubToMe's code commits\" ng-click=\"open('https://github.com/superfeedr/subtome/commits/master.atom')\" />"
"example": "For example, this button will allow you to <input class=\"btn btn-mini\" type=\"button\" value=\"subscribe to Superfeedr's Blog\" ng-click=\"follow('http://blog.superfeedr.com/atom.xml')\" />, while this button will allow you to <input class=\"btn btn-mini\" type=\"button\" value=\"follow SubToMe's code commits\" ng-click=\"follow('https://github.com/superfeedr/subtome/commits/master.atom')\" />"
}
},
"settings": {
Expand Down
2 changes: 1 addition & 1 deletion partials/publishers.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ <h3 ng-i18next="publishers.custom.title">Custom way</h3>
<li ng-i18next="[html]publishers.custom.params.feeds"><code>{feeds}</code> is a coma separated list of encoded feed urls. There can obviously be just one.</li>
</ul>

<blockquote ng-i18next="[html]publishers.custom.example">For example, this button will allow you to <input class="btn btn-mini" type="button" value="subscribe to Superfeedr's Blog" ng-click="open('http://blog.superfeedr.com/atom.xml')" />, while this button will allow you to <input class="btn btn-mini" type="button" value="follow SubToMe's code commits" ng-click="open('https://github.com/superfeedr/subtome/commits/master.atom')" />.</blockquote>
<blockquote ng-i18next="[html]publishers.custom.example">For example, this button will allow you to <input class="btn btn-mini" type="button" value="subscribe to Superfeedr's Blog" ng-click="follow('http://blog.superfeedr.com/atom.xml')" />, while this button will allow you to <input class="btn btn-mini" type="button" value="follow SubToMe's code commits" ng-click="follow('https://github.com/superfeedr/subtome/commits/master.atom')" />.</blockquote>

0 comments on commit e28b122

Please sign in to comment.