openstreetmap / trac-tickets

Archived Trac Tickets
1 stars 1 forks source link

DatabaseWarning too OSM-specific, impossible to disable ("changes are saved to the main OpenStreetMap database") #4568

Open openstreetmap-trac opened 3 years ago

openstreetmap-trac commented 3 years ago

Reporter: Janschejbal [Submitted to the original trac issue database at 11.05am, Thursday, 13th September 2012]

The save dialog (SaveDialog.mxml) contains a hardcoded warning (databaseWarning):

    Your changes are saved to the main OpenStreetMap database for everyone to 
    see. This is not your own private map. Please don't save test changes 
    or edits for personal use only.

I couldn't find any way to disable or customize this. When using Potlatch as an editor for custom instances, this warning is extremely confusing. Additionally, it seems that this warning is not localized.

Please allow some easy way (e.g. a flash var) to customize/disable this warning.

As the coding guidelines say "Both Potlatch 2 and Halcyon can be deployed locally (i.e. not on openstreetmap.org), and indeed can talk to databases other than the main OSM instance. So don't be too OSM-specific", I am labeling this as defect.

openstreetmap-trac commented 3 years ago

Author: Richard [Added to the original trac issue at 6.59am, Friday, 14th September 2012]

Yep, it needs to be localisable but I can't remember how one setsthis up. Can anyone who knows how the localisation works explain better than me?