Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Capitalize "I" on the preferences page
Browse files Browse the repository at this point in the history
Right now it's capitalized sometimes, and lowercased others. After a little
chat in #reddit-dev, it was agreed that it makes sense to capitalize it.
  • Loading branch information
rpicard authored and spladug committed Nov 20, 2012
1 parent 117526a commit 2a0c595
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions r2/r2/templates/prefoptions.html
Original file line number Diff line number Diff line change
Expand Up @@ -146,11 +146,11 @@

<p>${checkbox(_("show me links I've recently viewed"), "clickgadget")}</p>
<p>${checkbox(_("compress the link display"), "compress")}</p>
<p>${checkbox(_("don't show links after i've liked them"), "hide_ups")}
<p>${checkbox(_("don't show links after I've liked them"), "hide_ups")}
&#32;
<span class="little gray">${_("(except my own)")}</span>
</p>
<p>${checkbox(_("don't show links after i've disliked them"), "hide_downs")}
<p>${checkbox(_("don't show links after I've disliked them"), "hide_downs")}
&#32;
<span class="little gray">${_("(except my own)")}</span>
</p>
Expand Down Expand Up @@ -245,7 +245,7 @@
<tr>
<th>${_("content options")}</th>
<td class="prefright">
${checkbox(_("i am over eighteen years old and willing to view adult content"), "over_18")}
${checkbox(_("I am over eighteen years old and willing to view adult content"), "over_18")}
&#32;<span class="little gray">(${_("required to view some reddits")})</span>
<br/>
${checkbox(_("label posts that are not safe for work (NSFW)"), "label_nsfw", disabled = c.user.pref_no_profanity, disabled_text = "(requires not 'safer for work' mode)")}
Expand Down

0 comments on commit 2a0c595

Please sign in to comment.