'.recommenderVoteArrowDown':'<span>Downvote if the resource is not helpful</span>',
'.recommenderVoteScore':'<span>Votes</span>',//
'a':'<span>Resource title</span>',// TODO: I would suggest making the description be the tooltip.
'.deendorse':'<span>Deendorse this resource and give the reason why you do that</span>',
'.deendorse':'<span>Remove this resource and give the reason why you do that</span>',
'.previewingImg':'<span>Preview image (typically, a screenshot)</span>',
'.inTitle':'<span>Give a short (1-3 sentence) summary of the resource; ideally, this should be concise, but give enough detail to let students know whether this resources is useful to them</span>',
'.inUrl':'<span>Cut-and-paste the URL of the resource.</span>',
...
...
@@ -59,7 +59,7 @@ var tooltipsCatsText = {
'.hideShow.resourceListExpanded':'<span>Hide the recommendations list</span>',
'.checkIcon':'<span>Check the icon to endorse this resource</span>',
'.checkIcon.endorsed':'<span>This resource is endorsed by staff</span>',
'.resourceRankingForDeendorsementButton':'<span>Click to view resources for de-endorsement</span>',
'.resourceRankingForDeendorsementButton':'<span>Click to view resources for removal</span>',
'.resourceRankingForDeendorsementButton.deendorsementMode':'<span>Click to view resources in ordinary decreasing-vote order</span>'
};
...
...
@@ -106,7 +106,7 @@ var headerText = {
'.editResourcePage':'Edit existing resource',
'.flagResourcePage':'Flag Resource',
'.endorsePage':'Endorse Resource',
'.deendorsePage':'Deendorse Resource'
'.deendorsePage':'Remove Resource'
};
varmodifyPageTitle={
...
...
@@ -115,7 +115,7 @@ var modifyPageTitle = {
'.editResourcePage':'Edit the resource and make it more helpful for other students with this problem. Please do not give the answer directly.',
'.flagResourcePage':'Why would you like to flag this resource? The staff will review all flagged resources, and remove inappropriate ones (spam, incorrect, abusive, etc.). Giving a clear reason will help us do this efficiently.',
'.endorsePage':'Endorse this resource and give the reason why you do that.',
'.deendorsePage':'Deendorse this resource and give the reason why you do that.'
'.deendorsePage':'Remove this resource and give the reason why you do that.'