From 5758aa3026e541cbe69112efa38b31e3e8fef335 Mon Sep 17 00:00:00 2001
From: matograine <matograine@zaclys.net>
Date: Fri, 29 Apr 2022 19:44:04 +0200
Subject: [PATCH] renams Langs to Lang in menu

---
 source/files/index.html     | 2 +-
 source/files/licence.html   | 2 +-
 source/files/questions.html | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/source/files/index.html b/source/files/index.html
index 441ed1e..41aab0d 100644
--- a/source/files/index.html
+++ b/source/files/index.html
@@ -76,7 +76,7 @@
         <a href="licence.html">__LICENSE__</a>
       </li>
       <li>
-        <a href="#!">Langs: __LANGUAGE_DROPDOWN_MENU_LABEL__</a>
+        <a href="#!">Lang: __LANGUAGE_DROPDOWN_MENU_LABEL__</a>
         <ul class="langs">
           __LANGUAGE_DROPDOWN_MENU__
         </ul>
diff --git a/source/files/licence.html b/source/files/licence.html
index 688f66c..6c71809 100644
--- a/source/files/licence.html
+++ b/source/files/licence.html
@@ -69,7 +69,7 @@
         <a href="licence.html">__LICENSE__</a>
       </li>
       <li>
-        <a href="#!">Langs: __LANGUAGE_DROPDOWN_MENU_LABEL__</a>
+        <a href="#!">Lang: __LANGUAGE_DROPDOWN_MENU_LABEL__</a>
         <ul class="langs">
           __LANGUAGE_DROPDOWN_MENU__
         </ul>
diff --git a/source/files/questions.html b/source/files/questions.html
index 66fb8f4..04aa03f 100644
--- a/source/files/questions.html
+++ b/source/files/questions.html
@@ -69,7 +69,7 @@
         <a href="licence.html">__LICENSE__</a>
       </li>
       <li>
-        <a href="#!">Langs: __LANGUAGE_DROPDOWN_MENU_LABEL__</a>
+        <a href="#!">Lang: __LANGUAGE_DROPDOWN_MENU_LABEL__</a>
         <ul class="langs">
           __LANGUAGE_DROPDOWN_MENU__
         </ul>
-- 
GitLab