From cab07f4a45a87a56044305f8f9bb46cda936c564 Mon Sep 17 00:00:00 2001 From: Aki Rose Braun Date: Tue, 17 Jun 2014 14:27:51 -0500 Subject: [PATCH] Fixes Bug 1019632 - Skills on 'Sharing' page are wrong --- lib/web-literacy-points.json | 5 +---- locale/en_US/weblitstandard.json | 7 ++----- public/data/content.json | 2 +- views/literacy-connecting.html | 3 --- 4 files changed, 4 insertions(+), 13 deletions(-) diff --git a/lib/web-literacy-points.json b/lib/web-literacy-points.json index 48581b11..7f4bf593 100644 --- a/lib/web-literacy-points.json +++ b/lib/web-literacy-points.json @@ -65,10 +65,7 @@ "weblit-Sharing": [ "StandardConnectingSharingPoint1", "StandardConnectingSharingPoint2", - "StandardConnectingSharingPoint3", - "StandardConnectingSharingPoint4", - "StandardConnectingSharingPoint5", - "StandardConnectingSharingPoint6" + "StandardConnectingSharingPoint3" ], "weblit-Collaborating": [ "StandardConnectingCollaboratingPoint1", diff --git a/locale/en_US/weblitstandard.json b/locale/en_US/weblitstandard.json index 94fcaef5..64884bfb 100644 --- a/locale/en_US/weblitstandard.json +++ b/locale/en_US/weblitstandard.json @@ -64,11 +64,8 @@ "StandardConnectingSharing": "Sharing and Collaborating", "StandardConnectingSharingDesc": "Jointly creating and providing access to web resources", "StandardConnectingSharingPoint1": "Sharing a resource using an appropriate tool and format for the audience", - "StandardConnectingSharingPoint2": "Tracking changes made to co-created web resources", - "StandardConnectingSharingPoint3": "Choosing a web tool to use for a particular contribution/collaboration", - "StandardConnectingSharingPoint4": "Co-creating web resources", - "StandardConnectingSharingPoint5": "Configuring notifications to keep up to date with community spaces and interactions", - "StandardConnectingSharingPoint6": "Using synchronous and asynchronous tools to communicate with web communities, networks and groups", + "StandardConnectingSharingPoint2": "Tracking changes made to co-created Web resources", + "StandardConnectingSharingPoint3": "Using synchronous and asynchronous tools to communicate with Web communities, networks and groups", "StandardConnectingCollaboratingPoint1": "Choosing a Web tool to use for a particular contribution/collaboration", "StandardConnectingCollaboratingPoint2": "Co-creating Web resources", "StandardConnectingCollaboratingPoint3": "Configuring notifications to keep up-to-date with community spaces and interactions", diff --git a/public/data/content.json b/public/data/content.json index c92c4659..a93ff0e6 100644 --- a/public/data/content.json +++ b/public/data/content.json @@ -970,7 +970,7 @@ "weblit-Sharing": { "icon": "fa-share-square-o", "related": "weblit-OpenPractices", - "intro": "Great ideas should be shared. For a concept to grow from a seedling into a tree, it needs to spread beyond one or two people and into a community. Collaborating on the web with diverse groups of people can yield unexpected solutions to hard problems.", + "intro": "Great ideas should be shared. For a concept to grow from a seedling into a tree, it needs to spread beyond one or two people. Using appropriate tools for sharing means that whole communities can share individual discoveries.", "discover": [ { "title": "Ten leading platforms for creating online communities", diff --git a/views/literacy-connecting.html b/views/literacy-connecting.html index a1066733..e33909b1 100644 --- a/views/literacy-connecting.html +++ b/views/literacy-connecting.html @@ -18,9 +18,6 @@
  • {{ gettext('StandardConnectingSharingPoint1')}}
  • {{ gettext('StandardConnectingSharingPoint2')}}
  • {{ gettext('StandardConnectingSharingPoint3')}}
  • -
  • {{ gettext('StandardConnectingSharingPoint4')}}
  • -
  • {{ gettext('StandardConnectingSharingPoint5')}}
  • -
  • {{ gettext('StandardConnectingSharingPoint6')}}