From ea461fd09af62e102f2b2d5f4099b6b09dd0935a Mon Sep 17 00:00:00 2001 From: Hristo Stefanov Date: Sat, 7 Nov 2015 06:11:30 +0200 Subject: [PATCH] Added missing translation --- front-page.php | 2 +- functions.php | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/front-page.php b/front-page.php index c861d02..c614c26 100644 --- a/front-page.php +++ b/front-page.php @@ -78,7 +78,7 @@
-

Streaming | всички зали

+

Streaming |

diff --git a/functions.php b/functions.php index d56b5bb..4cc3b5a 100644 --- a/functions.php +++ b/functions.php @@ -341,4 +341,5 @@ if (function_exists("pll_register_string")) { pll_register_string('low_quality','LOW_QUALITY'); pll_register_string('normal_quality','NORMAL_QUALITY'); pll_register_string('high_quality','HIGH_QUALITY'); + pll_register_string('all_streams','ALL_STREAMS'); }