From 60171b46d5b984e30e2ec5967c49457a0292d3e4 Mon Sep 17 00:00:00 2001 From: Jannik Schönartz Date: Sat, 26 Nov 2016 11:51:20 -0800 Subject: Rotation but fixed. --- modules-available/locationinfo/lang/de/template-tags.json | 6 +++--- modules-available/locationinfo/lang/en/template-tags.json | 6 +++--- modules-available/locationinfo/templates/config.html | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) (limited to 'modules-available') diff --git a/modules-available/locationinfo/lang/de/template-tags.json b/modules-available/locationinfo/lang/de/template-tags.json index 7bf7d7aa..9f3f0304 100644 --- a/modules-available/locationinfo/lang/de/template-tags.json +++ b/modules-available/locationinfo/lang/de/template-tags.json @@ -45,9 +45,9 @@ "lang_switchTimeTooltip": "[1-120] Die Zeit die vergeht bis ein wechsel erfolgt in modus 4 (in sekunden)", "lang_rotation": "Rotation", "lang_rotation0": "0°", - "lang_rotation1": "+90°", - "lang_rotation2": "+180°", - "lang_rotation3": "-90°", + "lang_rotation1": "90° ⟲", + "lang_rotation2": "180°", + "lang_rotation3": "90° ⟳", "lang_vertical": "Vertikal", "lang_calupdate": "Kalender update rate", "lang_calupdateTooltip": "Zeit nachdem der Kalender geupdated wird (in minutes)", diff --git a/modules-available/locationinfo/lang/en/template-tags.json b/modules-available/locationinfo/lang/en/template-tags.json index a9837717..3a7e8632 100644 --- a/modules-available/locationinfo/lang/en/template-tags.json +++ b/modules-available/locationinfo/lang/en/template-tags.json @@ -45,9 +45,9 @@ "lang_switchTimeTooltip": "[1-120] Sets the time between switching in mode 4 (in seconds)", "lang_rotation": "Rotation", "lang_rotation0": "0°", - "lang_rotation1": "+90°", - "lang_rotation2": "+180°", - "lang_rotation3": "-90°", + "lang_rotation1": "90° ⟲", + "lang_rotation2": "180°", + "lang_rotation3": "90° ⟳", "lang_vertical": "Vertical", "lang_calupdate": "Calendar update rate", "lang_calupdateTooltip": "Time the calender querys for updates (in minutes)", diff --git a/modules-available/locationinfo/templates/config.html b/modules-available/locationinfo/templates/config.html index ee30dee3..6df69cdc 100644 --- a/modules-available/locationinfo/templates/config.html +++ b/modules-available/locationinfo/templates/config.html @@ -43,9 +43,9 @@
@@ -110,7 +110,7 @@ function loadValues() { var rotation = $("#{{rotation}}"); if (!rotation.length) { - rotation = $("#rotation1"); + rotation = $("#rotation0"); } rotation.attr("selected","selected"); -- cgit v1.2.3-55-g7522