walkthrough: use correct css class for intro message of the "lines" chapter

This commit is contained in:
tyr
2013-08-24 18:00:26 +02:00
parent 12d39c0485
commit 00310b3bb4

View File

@@ -23,7 +23,7 @@ iD.ui.intro.line = function(context, reveal) {
var intersection = [-85.62974496187628, 41.95742515554585];
context.map().centerZoom(start, 18);
reveal('button.add-line', t('intro.lines.add'), {tooltipClass: 'intro-areas-add'});
reveal('button.add-line', t('intro.lines.add'), {tooltipClass: 'intro-lines-add'});
context.on('enter.intro', addLine);