diff --git a/config/locales/server.en.yml b/config/locales/server.en.yml index 6ce907efab2..2f7854c1a03 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -1460,39 +1460,39 @@ en: text_body_template: | Here are a few quick tips to get you started: - ## Just Scroll Down + ## Reading - To read more, **just keep scrolling down!** As new posts or new topics arrive, they will appear automatically. + To read more, **just keep scrolling down!** As new posts or new topics arrive, they will appear automatically – no need to refresh the page. ## Navigation - For search, your user page, or the menu, use the **icon buttons at upper right**. - - Selecting a topic title will always take you to the next unread post in the topic. To enter at the top or bottom instead, select the date or post count. + - Selecting a topic title will always take you to the next unread post in the topic. To enter at the top or bottom instead, select the date or post count instead. + + - While reading a topic, jump to the top ↑ by selecting the topic title. Select the progress bar at the bottom right for full navigation controls, or use the home and end keys. - + ## Replying - To reply … + - to the **topic in general**, use Reply at the very bottom of the topic. - - to the **topic in general**, use the Reply button at the very bottom of the topic. - - - to a **specific person**, use the Reply button on their post. + - to a **specific person**, use Reply on their post. - with **a linked topic**, use Reply as linked Topic to the right of the post. - To quote, simply select the text you wish to quote, then press any Reply button. + To insert a quote, simply select the text you wish to quote, then press any Reply button. - To ping someone in your reply, mention their name. Type `@` to begin selecting a name. + To notify someone in your reply, mention their name. Type `@` to begin selecting a name. - For [standard Emoji](http://www.emoji.codes/), just type `:` or the traditional smileys `:)` :smile: + To use [standard Emoji](http://www.emoji.codes/), just type `:` or the traditional smileys `:)` :smile: ## Actions @@ -1510,17 +1510,21 @@ en: - Don't worry about missing a reply – you'll be emailed notifications if you aren't online when they arrive. + Don't worry about missing a reply – you'll be emailed notifications that arrive when you are away. ## Your Preferences - By default all conversations less than two days old are considered new, and any conversation you've participated in (replied to, created, or read for an extended period) will automatically be tracked. + By default all conversations less than two days old are considered new, and any conversation you've actively participated in (by replying, creating the topic, or reading for an extended period) will automatically be tracked. You will see the blue new and number indicators next to these topics: - You can change the individual notification state of a topic via the control at the bottom of the topic (this can also be set per category). To change how you track topics, or the definition of new, see [your user preferences](%{base_url}/my/preferences). + You can change the individual notification state of a topic via the notification control at the bottom of the topic. You can also set notification state per category. + + + + To change these settings, see [your user preferences](%{base_url}/my/preferences). ## Community Trust diff --git a/public/images/welcome/progress-bar.png b/public/images/welcome/progress-bar.png index aeff46a2f8f..7545a9b6cc7 100644 Binary files a/public/images/welcome/progress-bar.png and b/public/images/welcome/progress-bar.png differ diff --git a/public/images/welcome/topic-list-select-areas.png b/public/images/welcome/topic-list-select-areas.png new file mode 100644 index 00000000000..0652d30446b Binary files /dev/null and b/public/images/welcome/topic-list-select-areas.png differ diff --git a/public/images/welcome/topic-notification-control.png b/public/images/welcome/topic-notification-control.png new file mode 100644 index 00000000000..71b2b1d1bdd Binary files /dev/null and b/public/images/welcome/topic-notification-control.png differ