You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: wordpress-plugin/js/questions.js
+4-4
Original file line number
Diff line number
Diff line change
@@ -105,7 +105,7 @@ Questions.s1q1ci = {
105
105
106
106
Questions.s1q1d={
107
107
question: 'What is the year of the agreement or transfer?',
108
-
explanation:'When a transfer took place determines the particular set of termination rules that will be applicable. The timing of a transfer is also needed to know when a work'scopyrighttransfermaybeeligiblefortermination.',
108
+
explanation:'When a transfer took place determines the particular set of termination rules that will be applicable. The timing of a transfer is also needed to know when a work\'s copyright transfer may be eligible for termination.',
109
109
variable: 'k_year',
110
110
input: 'year',
111
111
validate: function(){
@@ -181,7 +181,7 @@ Questions.s2q2c = {
181
181
// Was there an express agreement between the author and the author's employer to not treat the work as a work made for hire?
182
182
183
183
Questions.s2q2ci={
184
-
question: 'Was there an express agreement the author and the author'semployertonottreattheworkasa<ahref="./glossary.php#work_for_hire"target="_blank"title="Termination of Transfer: Glossary">workforhire</a>?',
184
+
question: 'Was there an express agreement the author and the author\'s employer to not treat the work as a <a href="./glossary.php#work_for_hire" target="_blank" title="Termination of Transfer: Glossary">work for hire</a>?',
185
185
variable: 'express_agreement',
186
186
input: 'radio'
187
187
};
@@ -344,7 +344,7 @@ Questions.getResultDetails = function (specifier) {
0 commit comments