Merge pull request #1056 from chrisgarrity/gh1041-content-fixes

Fix gh-1041: content fixes
fixes #1041 and #1043
This commit is contained in:
chrisgarrity 2016-11-21 11:34:53 -05:00 committed by GitHub
commit 6004c1f84c
4 changed files with 12 additions and 7 deletions

View file

@ -88,7 +88,7 @@ var TTTModal = React.createClass({
href={this.props.activityLoc} href={this.props.activityLoc}
className="button white mod-ttt-item" className="button white mod-ttt-item"
> >
<FormattedMessage id="ttt.download" /> <FormattedMessage id="ttt.open" />
</a> </a>
</FlexRow> </FlexRow>
<FlexRow as="li" className="mod-ttt-item"> <FlexRow as="li" className="mod-ttt-item">
@ -109,7 +109,7 @@ var TTTModal = React.createClass({
href={this.props.guideLoc} href={this.props.guideLoc}
className="button white mod-ttt-item" className="button white mod-ttt-item"
> >
<FormattedMessage id="ttt.download" /> <FormattedMessage id="ttt.open" />
</a> </a>
</FlexRow> </FlexRow>
</ul> </ul>

View file

@ -21,4 +21,9 @@
p { p {
max-width: 500px; max-width: 500px;
} }
// On windows strong gets reset to font-weight 500, so make sure to override for banners
strong {
font-weight: 700;
}
} }

View file

@ -1,7 +1,7 @@
{ {
"ttt.placeholder": "Placeholder text", "ttt.placeholder": "Placeholder text",
"ttt.title": "Things to Try", "ttt.title": "Things to Try",
"ttt.subTitle": "You can get started with Scratch in a variety of ways. Click a picture to try a <b>Tutorial</b>. You can also download a set of <b>Activity Cards</b> and <b>Educator Guide</b> for each theme.", "ttt.subTitle": "You can get started with Scratch in a variety of ways. Click a picture to try the <strong>Tutorial</strong>. You can also download a set of <strong>Activity Cards</strong> and <strong>Educator Guide</strong> for each theme.",
"tile.tutorial": "Tutorial", "tile.tutorial": "Tutorial",
"tile.guides": "See Cards and Guides", "tile.guides": "See Cards and Guides",
"ttt.tutorialTitle": "Tutorial", "ttt.tutorialTitle": "Tutorial",
@ -11,7 +11,7 @@
"ttt.educatorTitle": "Educator Guide", "ttt.educatorTitle": "Educator Guide",
"ttt.educatorSubtitle": "Use this educator guide to plan and lead a one-hour Scratch workshop.", "ttt.educatorSubtitle": "Use this educator guide to plan and lead a one-hour Scratch workshop.",
"ttt.tryIt": "Try It", "ttt.tryIt": "Try It",
"ttt.download": "Download", "ttt.open": "Open",
"ttt.MakeItFlyTitle": "Make It Fly", "ttt.MakeItFlyTitle": "Make It Fly",
"ttt.MakeItFlyDescription": "Animate the Scratch Cat, The Powerpuff Girls, or even a taco!", "ttt.MakeItFlyDescription": "Animate the Scratch Cat, The Powerpuff Girls, or even a taco!",
"ttt.AnimateYourNameTitle": "Animate Your Name", "ttt.AnimateYourNameTitle": "Animate Your Name",
@ -20,7 +20,7 @@
"ttt.RaceDescription": "Make a game where two characters race each other.", "ttt.RaceDescription": "Make a game where two characters race each other.",
"ttt.MakeMusicTitle": "Make Music", "ttt.MakeMusicTitle": "Make Music",
"ttt.MakeMusicDescription": "Choose instruments, add sounds, and press keys to play music.", "ttt.MakeMusicDescription": "Choose instruments, add sounds, and press keys to play music.",
"ttt.HideAndSeekTitle": "Hide-and-Seek Game", "ttt.HideAndSeekTitle": "Hide and Seek",
"ttt.HideAndSeekDescription": "Make a hide-and-seek game with characters that appear and disappear.", "ttt.HideAndSeekDescription": "Make a hide-and-seek game with characters that appear and disappear.",
"ttt.StoryTitle": "Create a Story", "ttt.StoryTitle": "Create a Story",
"ttt.StoryDescription": "Choose characters, add conversation, and bring your story to life.", "ttt.StoryDescription": "Choose characters, add conversation, and bring your story to life.",

Binary file not shown.