Removed all prefixes of type 'paper - '

This commit is contained in:
Hubblenaut
2014-05-23 22:31:27 +02:00
parent 041254ddc5
commit e28ce8a366
6 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -68,7 +68,7 @@
var/n_name = copytext(sanitize(input(usr, "What would you like to label the photo?", "Photo Labelling", null) as text), 1, MAX_NAME_LEN)
//loc.loc check is for making possible renaming photos in clipboards
if(( (loc == usr || (loc.loc && loc.loc == usr)) && usr.stat == 0))
name = "[(n_name ? text("[n_name]") : null)]"
name = "[(n_name ? text("[n_name]") : "photo")]"
add_fingerprint(usr)
return