Small changes, add version number

This commit is contained in:
Pieter Vander Vennet 2020-08-06 23:49:35 +02:00
parent 85dea15c83
commit 2bfeb67a3a
6 changed files with 12 additions and 7 deletions

View file

@ -68,10 +68,7 @@ export class SimpleAddUI extends UIElement {
() => {
self.confirmButton = new SubtleButton(preset.icon,
new Combine([
"Add a ",
"<b>",
preset.title,
"</b> here<br/>",
Translations.t.general.add.confirmButton.Subs({category: preset.title}),
preset.description !== undefined ? preset.description : ""]));
self.confirmButton.onClick(self.CreatePoint(preset.tags, layer));
self._confirmPreset.setData({