Add some missing titles

This commit is contained in:
Pierre Bondoerffer
2017-08-08 16:20:31 +02:00
parent d3f2398865
commit 2cc6c636db
4 changed files with 16 additions and 3 deletions

View File

@@ -93,7 +93,7 @@ window.canvas = canvas;
var img = ccanvas.toDataURL("image/png");
var $img = $('<img>', {
src: img,
title: 'Current brush'
title: Messages.canvas_currentBrush
});
$controls.find('.selected').html('').append($img);
canvas.freeDrawingCursor = 'url('+img+') '+size/2+' '+size/2+', crosshair';
@@ -289,7 +289,7 @@ window.canvas = canvas;
var $color = module.$color = $('<button>', {
id: "color-picker",
title: "choose a color",
title: Messages.canvas_chooseColor,
'class': "fa fa-square rightside-button",
})
.on('click', function () {