From b13e6d13d924a3371e7550556c0b06fdf46d8d95 Mon Sep 17 00:00:00 2001 From: Saman Bemel-Benrud Date: Mon, 28 Jan 2013 21:08:40 -0500 Subject: [PATCH] copy tweaks. --- js/id/ui/commit.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/id/ui/commit.js b/js/id/ui/commit.js index e62c8415d..c624ac91f 100644 --- a/js/id/ui/commit.js +++ b/js/id/ui/commit.js @@ -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');