in scald.pages.inc
t('<p>Note that unchecking the Fetch checkbox in the "<em>Openly available actions</em>" field of this atom <a href="!url">edit form</a> makes the atom disapears for everyone but scald administrators, and is usally a better idea.</p><p>This action cannot be undone.</p>', array('!url' => url("atom/{$atom->sid}/edit"))),
should be
t('<p>Note that unchecking the Fetch checkbox in the "<em>Openly available actions</em>" field of this atom <a href="!url">edit form</a> makes the atom disappear for everyone but scald administrators, and is usually a better idea.</p><p>This action cannot be undone.</p>', array('!url' => url("atom/{$atom->sid}/edit"))),
Comments
Comment #1
NerOcrO commentedComment #2
NerOcrO commentedComment #3
NerOcrO commentedComment #4
DeFr commented@NerOcrO: you're patch is missing the disapears => disappear part of the change :)
Comment #5
NerOcrO commentedYou're right!
Comment #6
NerOcrO commentedComment #7
DeFr commentedFixed in 9181eee. Thanks all.