copyedit on first notification

This commit is contained in:
Jeff Atwood 2016-11-16 02:13:09 -08:00
parent ed78b47745
commit 27b276df5c
2 changed files with 3 additions and 3 deletions

View File

@ -180,9 +180,9 @@ body {
position: absolute; position: absolute;
color: $secondary; color: $secondary;
text-align: left; text-align: left;
right: 30px; right: 60px;
top: 60px; top: 60px;
width: 230px; width: 250px;
line-height: 30px; line-height: 30px;
} }

View File

@ -514,7 +514,7 @@ en:
each_browser_note: "Note: You have to change this setting on every browser you use." each_browser_note: "Note: You have to change this setting on every browser you use."
dismiss_notifications: "Dismiss All" dismiss_notifications: "Dismiss All"
dismiss_notifications_tooltip: "Mark all unread notifications as read" dismiss_notifications_tooltip: "Mark all unread notifications as read"
first_notification: "Click to view first notification" first_notification: "Your first notification! Select it to begin."
disable_jump_reply: "Don't jump to my post after I reply" disable_jump_reply: "Don't jump to my post after I reply"
dynamic_favicon: "Show new / updated topic count on browser icon" dynamic_favicon: "Show new / updated topic count on browser icon"
external_links_in_new_tab: "Open all external links in a new tab" external_links_in_new_tab: "Open all external links in a new tab"