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

NerOcrO’s picture

StatusFileSize
new1.25 KB
NerOcrO’s picture

Status: Active » Needs review
NerOcrO’s picture

StatusFileSize
new1.05 KB
DeFr’s picture

Status: Needs review » Needs work

@NerOcrO: you're patch is missing the disapears => disappear part of the change :)

NerOcrO’s picture

StatusFileSize
new1.05 KB

You're right!

NerOcrO’s picture

Status: Needs work » Needs review
DeFr’s picture

Status: Needs review » Fixed

Fixed in 9181eee. Thanks all.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.