copy tweaks.

This commit is contained in:
Saman Bemel-Benrud
2013-01-28 21:08:40 -05:00
parent adf933004a
commit b13e6d13d9
+1 -1
View File
@@ -31,7 +31,7 @@ iD.ui.commit = function(map) {
header = selection.append('div').attr('class', 'header modal-section fillL'),
body = selection.append('div').attr('class', 'body');
header.append('h2').text('Save Changes to OpenStreetMap');
header.append('h2').text('Save Changes');
// Comment Box
var comment_section = body.append('div').attr('class','modal-section fillD');