From 8bf3e10edc344660fc31495d497fb6d5bd321bb3 Mon Sep 17 00:00:00 2001
From: Guillem <guillembartrina@gmail.com>
Date: Tue, 15 Sep 2020 16:40:28 +0200
Subject: [PATCH] add French and German translations, change the cursor type
 over the exclamation mark

---
 pd/nw/locales/de/translation.json | 4 ++--
 pd/nw/locales/fr/translation.json | 4 ++--
 pd/nw/pd_canvas.html              | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/pd/nw/locales/de/translation.json b/pd/nw/locales/de/translation.json
index 37fa1f64e..798fc5cb9 100644
--- a/pd/nw/locales/de/translation.json
+++ b/pd/nw/locales/de/translation.json
@@ -298,8 +298,8 @@
       "none_tt": "Ersetze keinen der Subpatches"
     },
     "warning": {
-      "unsaved_tt": "There is an unsaved edited instance of this abstraction",
-      "multipleunsaved_tt": "There is another unsaved edited instance of this abstraction"
+      "unsaved_tt": "Es gibt ein ungesichertes Exemplar dieser Abstraktion",
+      "multipleunsaved_tt": "Es gibt ein weiteres ungesichertes Exemplar dieser Abstraktion"
     },
     "find": {
       "placeholder": "Suche im Patch",
diff --git a/pd/nw/locales/fr/translation.json b/pd/nw/locales/fr/translation.json
index 04da6b2c3..6e476f33b 100644
--- a/pd/nw/locales/fr/translation.json
+++ b/pd/nw/locales/fr/translation.json
@@ -298,8 +298,8 @@
       "none_tt": "Ne remplacer aucun sous-patch"
     },
     "warning": {
-      "unsaved_tt": "There is an unsaved edited instance of this abstraction",
-      "multipleunsaved_tt": "There is another unsaved edited instance of this abstraction"
+      "unsaved_tt": "Il existe une instance modifiée non enregistrée de cette abstraction",
+      "multipleunsaved_tt": "Il existe une autre instance modifiée non enregistrée de cette abstraction"
     },
     "find": {
       "placeholder": "Chercher dans le Canevas",
diff --git a/pd/nw/pd_canvas.html b/pd/nw/pd_canvas.html
index d61d4ae94..d04950e96 100644
--- a/pd/nw/pd_canvas.html
+++ b/pd/nw/pd_canvas.html
@@ -103,7 +103,7 @@
       </div>
     </dialog>
     <div style="position: fixed; right: 2%; top: 2%; ">
-      <strong id="canvas_warning" style="display: none; text-align: right; -webkit-user-select: none;">!</strong>
+      <strong id="canvas_warning" style="display: none; text-align: right; -webkit-user-select: none; cursor: pointer;">!</strong>
     </div>
 	<div id="hscroll" style="position: fixed; left: 0px; bottom: 0px; border-radius: 0px; width: 10px; height: 5px; visibility: hidden;"></div>
 	<div id="vscroll" style="position: fixed; right: 0px; top: 0px; border-radius: 0px; width: 5px; height: 10px; visibility: hidden;"></div>
-- 
GitLab