If you want every single attribute to have the + in front of the price, you then want to:

1 Backup your database

2 then run the SQL command:
Code:
UPDATE products_attributes SET price_prefix = '+';
that can be run in either the Tools ... Install SQL Patches ... or in phpMyAdmin but be aware of prefixes as phpMyAdmin need the exact table name and Install SQL Patches converts it for you ...