Index: openacs-4/packages/simulation/sql/postgresql/simulation-content-types-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/simulation/sql/postgresql/simulation-content-types-create.sql,v diff -u -r1.7 -r1.8 --- openacs-4/packages/simulation/sql/postgresql/simulation-content-types-create.sql 31 Oct 2003 10:56:40 -0000 1.7 +++ openacs-4/packages/simulation/sql/postgresql/simulation-content-types-create.sql 31 Oct 2003 11:08:38 -0000 1.8 @@ -74,8 +74,8 @@ 'sim_prop', -- content_type 'on_map_p', -- attribute_name 'boolean', -- datatype - 'Is on map', -- pretty_name - 'Is on map', -- pretty_plural + 'Show on map', -- pretty_name + 'Show on map', -- pretty_plural 1, -- sort_order 'f', -- default_value 'boolean' -- column_spec @@ -107,7 +107,7 @@ ---------------------------------------------------------------------- --- sim_home +-- sim_location ---------------------------------------------------------------------- select content_type__create_type( @@ -124,8 +124,8 @@ 'sim_location', -- content_type 'on_map_p', -- attribute_name 'boolean', -- datatype - 'Is on map', -- pretty_name - 'Is on map', -- pretty_plural + 'Show on map', -- pretty_name + 'Show on map', -- pretty_plural 1, -- sort_order 'f', -- default_value 'boolean' -- column_spec