mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-04-05 03:00:15 -04:00
Capitalize "I" on the preferences page
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.
This commit is contained in:
committed by
Neil Williams
parent
117526abe3
commit
2a0c595658
@@ -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")}
|
||||
 
|
||||
<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")}
|
||||
 
|
||||
<span class="little gray">${_("(except my own)")}</span>
|
||||
</p>
|
||||
@@ -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")}
|
||||
 <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)")}
|
||||
|
||||
Reference in New Issue
Block a user