diff --git a/README.textile b/README.textile index a595294..ce04c6e 100644 --- a/README.textile +++ b/README.textile @@ -6,7 +6,7 @@ I18n is baked right into Rails, and it's great. But if you want to place markup copy: "If you are already registered, %{login_link}!" copy_login_link: "please sign in" -
<%=raw t("copy", login: link_to(t("copy_login_link"), login_path)) %>
+<%=raw t("copy", login_link: link_to(t("copy_login_link"), login_path)) %>
Wouldn't it be much nicer and easier to understand for your translator to have the whole copy in single label? *it* lets you do that:
@@ -79,4 +79,4 @@ I'm not a native speaker, so you'll probably find some spelling errors or clumsy
h2. Like it?
-Like it? Flattr it! !http://api.flattr.com/button/flattr-badge-large.png!:http://flattr.com/thing/351483/it-HTML-tags-for-your-translations
\ No newline at end of file
+Like it? Flattr it! !http://api.flattr.com/button/flattr-badge-large.png!:http://flattr.com/thing/351483/it-HTML-tags-for-your-translations