Skip to content

Commit

Permalink
Tutorial: Slight rephrasing of the notifications step
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Apr 14, 2014
1 parent 5c6b5d5 commit 36e785c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doomsday/client/src/ui/widgets/tutorialwidget.cpp
Expand Up @@ -207,9 +207,9 @@ DENG_GUI_PIMPL(TutorialWidget)

dlg->title().setText(tr("Notifications"));
dlg->message().setText(tr("The notification area shows the current notifications. "
"For example, this one here is an example of a warning or error "
"For example, this one here is an example of a warning or an error "
"that has occurred. You can click on the notification icons to "
"open more information.\n\nOther possible notifications include the current "
"get more information.\n\nOther possible notifications include the current "
"FPS, ongoing downloads, and available updates."));
dlg->setAnchorAndOpeningDirection(exampleAlert->rule(), ui::Down);
startHighlight(*exampleAlert);
Expand Down

0 comments on commit 36e785c

Please sign in to comment.