From 58012b45d7da8594c1ed4ce79b9cc514fdf72ce7 Mon Sep 17 00:00:00 2001
From: Christoph Reiter <reiter.christoph@gmail.com>
Date: Thu, 25 Jun 2020 12:09:07 +0200
Subject: [PATCH] Improve naming of the rotate button

So it's clear that the signature gets rotated and not the PDF
---
 src/i18n/de/translation.json | 2 +-
 src/i18n/en/translation.json | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/i18n/de/translation.json b/src/i18n/de/translation.json
index 0e5e9b8..718b436 100644
--- a/src/i18n/de/translation.json
+++ b/src/i18n/de/translation.json
@@ -112,7 +112,7 @@
     "last-page": "Letzte Seite",
     "page-count": "von {{totalPages}}",
     "rotate-signature": "Signatur im Uhrzeigersinn rotieren",
-    "rotate": "Rotieren",
+    "rotate": "Signatur rotieren",
     "continue": "Platzierung bestätigen"
   },
   "error-summary": "Ein Fehler ist aufgetreten",
diff --git a/src/i18n/en/translation.json b/src/i18n/en/translation.json
index 01f0aad..80c6d98 100644
--- a/src/i18n/en/translation.json
+++ b/src/i18n/en/translation.json
@@ -112,7 +112,7 @@
     "last-page": "Last page",
     "page-count": "of {{totalPages}}",
     "rotate-signature": "Rotate signature clockwise",
-    "rotate": "Rotate",
+    "rotate": "Rotate signature",
     "continue": "Confirm placement"
   },
   "error-summary": "An error occurred",
-- 
GitLab