Skip to content

Commit

Permalink
Update DistortableImage.EditToolbar.js
Browse files Browse the repository at this point in the history
  • Loading branch information
sashadev-sky authored May 31, 2019
1 parent 4b59942 commit 5cca719
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions src/edit/DistortableImage.EditToolbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ var EditOverlayAction = LeafletToolbar.ToolbarAction.extend({
ToggleTransparency = EditOverlayAction.extend({
options: { toolbarIcon: {
html: '<span class="fa fa-adjust"></span>',
tooltip: 'Toggle Image Transparency',
tooltip: 'Toggle Transparency',
title: 'Toggle Image Transparency'
}},

Expand All @@ -27,7 +27,7 @@ var EditOverlayAction = LeafletToolbar.ToolbarAction.extend({
ToggleOutline = EditOverlayAction.extend({
options: { toolbarIcon: {
html: '<span class="fa fa-square-o"></span>',
tooltip: 'Toggle Image Outline',
tooltip: 'Toggle Outline',
title: 'Toggle Image Outline'
}},

Expand All @@ -42,7 +42,7 @@ var EditOverlayAction = LeafletToolbar.ToolbarAction.extend({
RemoveOverlay = EditOverlayAction.extend({
options: { toolbarIcon: {
html: '<span class="fa fa-trash"></span>',
tooltip: 'Delete image',
tooltip: 'Delete',
title: 'Delete image'
}},

Expand All @@ -57,7 +57,7 @@ var EditOverlayAction = LeafletToolbar.ToolbarAction.extend({
ToggleEditable = EditOverlayAction.extend({
options: { toolbarIcon: {
html: '<span class="fa fa-lock"></span>',
tooltip: 'Lock / Unlock editing',
tooltip: 'Toggle Lock',
title: 'Lock / Unlock editing'
}},

Expand Down Expand Up @@ -97,7 +97,7 @@ var EditOverlayAction = LeafletToolbar.ToolbarAction.extend({
options: {
toolbarIcon: {
html: '<span class="fa fa-download"></span>',
tooltip: 'Export Image',
tooltip: 'Export',
title: 'Export Image'
}
},
Expand Down Expand Up @@ -146,8 +146,7 @@ var EditOverlayAction = LeafletToolbar.ToolbarAction.extend({
options: {
toolbarIcon: {
html: '<span class="fa fa-fast-backward"></span>',
tooltip: 'Restore to initial proportions',
title: 'Restore'
tooltip: 'Restore'
}
},

Expand Down

0 comments on commit 5cca719

Please sign in to comment.