diff --git a/CHANGELOG.md b/CHANGELOG.md
index efdcfa31..15bb1b1f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,7 +1,7 @@
# PrivateBin version history
* **1.4.1 (not yet released)**
- * ADDED: Translations for Turkish and Slovak
+ * ADDED: Translations for Turkish, Slovak and Greek
* CHANGED: Avoid `SUPER` privilege for setting the `sql_mode` for MariaDB/MySQL (#919)
* FIXED: Revert to CREATE INDEX without IF NOT EXISTS clauses, to support MySQL (#943)
* FIXED: Apply table prefix to indexes as well, to support multiple instances sharing a single database (#943)
diff --git a/CREDITS.md b/CREDITS.md
index 0498fe4a..c0be0ad2 100644
--- a/CREDITS.md
+++ b/CREDITS.md
@@ -57,4 +57,5 @@
* Patriccollu di Santa Maria è Sichè - Corsican
* Markus Mikkonen - Finnish
* Emir Ensar Rahmanlar - Turkish
-* Stevo984 - Slovak
\ No newline at end of file
+* Stevo984 - Slovak
+* Christos Karamolegkos - Greek
\ No newline at end of file
diff --git a/js/privatebin.js b/js/privatebin.js
index be0cfe21..fe326b49 100644
--- a/js/privatebin.js
+++ b/js/privatebin.js
@@ -825,7 +825,7 @@ jQuery.PrivateBin = (function($, RawDeflate) {
return n % 10 === 1 && n % 100 !== 11 ? 0 : (n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2);
case 'sl':
return n % 100 === 1 ? 1 : (n % 100 === 2 ? 2 : (n % 100 === 3 || n % 100 === 4 ? 3 : 0));
- // bg, ca, de, en, es, et, fi, hu, it, nl, no, pt
+ // bg, ca, de, el, en, es, et, fi, hu, it, nl, no, pt
default:
return n !== 1 ? 1 : 0;
}
diff --git a/lib/I18n.php b/lib/I18n.php
index 7248c255..6394a584 100644
--- a/lib/I18n.php
+++ b/lib/I18n.php
@@ -338,7 +338,7 @@ class I18n
return $n % 10 === 1 && $n % 100 != 11 ? 0 : ($n % 10 >= 2 && $n % 10 <= 4 && ($n % 100 < 10 || $n % 100 >= 20) ? 1 : 2);
case 'sl':
return $n % 100 === 1 ? 1 : ($n % 100 === 2 ? 2 : ($n % 100 === 3 || $n % 100 === 4 ? 3 : 0));
- // bg, ca, de, en, es, et, fi, hu, it, nl, no, pt
+ // bg, ca, de, el, en, es, et, fi, hu, it, nl, no, pt
default:
return $n !== 1 ? 1 : 0;
}
diff --git a/tpl/bootstrap.php b/tpl/bootstrap.php
index dc123cb7..8eb5565d 100644
--- a/tpl/bootstrap.php
+++ b/tpl/bootstrap.php
@@ -73,7 +73,7 @@ endif;
?>
-
+
diff --git a/tpl/page.php b/tpl/page.php
index a3754174..eddbb4b7 100644
--- a/tpl/page.php
+++ b/tpl/page.php
@@ -51,7 +51,7 @@ endif;
?>
-
+