From 3c1244b2b85c26ed6abdf1c808c66d8418d528d2 Mon Sep 17 00:00:00 2001
From: Robert Goldmann <deadlocker@gmx.de>
Date: Fri, 23 Aug 2019 22:27:17 +0200
Subject: [PATCH] open chart tutorial in new tab

---
 src/main/resources/languages/_de.properties | 2 +-
 src/main/resources/languages/_en.properties | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/resources/languages/_de.properties b/src/main/resources/languages/_de.properties
index 5f82e0add..0c776e65c 100644
--- a/src/main/resources/languages/_de.properties
+++ b/src/main/resources/languages/_de.properties
@@ -346,7 +346,7 @@ charts.default.categoryBudget=Verbrauch nach Kategorien
 chart.new.label.name=Name
 chart.new.label.script=Script
 chart.new.info.default=Diese mitgelieferte Diagrammvorlage kann nicht �berschrieben werden, aber du kannst dir den Code ansehen.
-chart.new.info.wiki=Tutorial: <a href="https://github.com/deadlocker8/BudgetMaster/wiki/How-to-create-custom-charts">https://github.com/deadlocker8/BudgetMaster/wiki/How-to-create-custom-charts</a>
+chart.new.info.wiki=Tutorial: <a target="_blank" href="https://github.com/deadlocker8/BudgetMaster/wiki/How-to-create-custom-charts">https://github.com/deadlocker8/BudgetMaster/wiki/How-to-create-custom-charts</a>
 
 chart.type=Typ
 chart.actions=Aktionen
diff --git a/src/main/resources/languages/_en.properties b/src/main/resources/languages/_en.properties
index 958710c5c..6408e4829 100644
--- a/src/main/resources/languages/_en.properties
+++ b/src/main/resources/languages/_en.properties
@@ -346,7 +346,7 @@ charts.default.categoryBudget=Consumption by categories
 chart.new.label.name=Name
 chart.new.label.script=Script
 chart.new.info.default=This default chart can''t be overwritten but you can have a look on how it''s implemented.
-chart.new.info.wiki=Tutorial: <a href="https://github.com/deadlocker8/BudgetMaster/wiki/How-to-create-custom-charts">https://github.com/deadlocker8/BudgetMaster/wiki/How-to-create-custom-charts</a>
+chart.new.info.wiki=Tutorial: <a target="_blank" hhref="https://github.com/deadlocker8/BudgetMaster/wiki/How-to-create-custom-charts">https://github.com/deadlocker8/BudgetMaster/wiki/How-to-create-custom-charts</a>
 chart.type=Type
 chart.actions=Actions
 chart.show=Show chart
-- 
GitLab