Skip to content

Commit d1e5204

Browse files
committed
Fixed typo preventing russian version of credits appearing
Slight improvement of text mentioning news, so that it's valid with the additional news source added and the fact that Russian translation may be delayed
1 parent 36937ef commit d1e5204

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

helpukraine.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ function helpukraine_get_news(&$news_list_en, &$news_list_ru, &$news_articles, &
111111
{
112112
$articles = $news_decoded["articles"] ?? [];
113113
$credits_en = $news_decoded["credits_en"] ?? "";
114-
$creduts_ru = $news_decoded["credits_ru"] ?? "";
114+
$credits_ru = $news_decoded["credits_ru"] ?? "";
115115
$news_list = "";
116116
$news_articles = "";
117117
$id = 0;
@@ -266,7 +266,7 @@ function helpukraine_show_the_webpage()
266266
<p><strong>If you protest</strong> against the war, <strong>you may get arrested</strong> for up to 15 years. Even if you just say that attacking another country with weapons is a war, you may be prosecuted the same way.</p>
267267
<p>But <strong>if you close your eyes</strong> and stay quiet, <strong>you will be an accomplice</strong> to the mass murderer who claims to be your president.</p>
268268
<h2>What do you choose?</h2>
269-
<p>If you're connecting from Russia or Belarus then your government is actively blocking your access to independent information sources. To help you to know what's really happening, here is a balanced list of the most recent news from variety of sources:</p>
269+
<p>If you're connecting from Russia or Belarus then your government is actively blocking your access to independent information sources. To help you to know what's really happening, here is an uncensored list of recent news from variety of sources:</p>
270270
<div class="news">
271271
$news_list_en
272272
$credits_en
@@ -281,7 +281,7 @@ function helpukraine_show_the_webpage()
281281
<p><strong>Если вы протестуете</strong> против войны, <strong>вас могут арестовать</strong> на срок до 15 лет. Даже если вы просто скажете, что нападение на другую страну с оружием - это война, вас могут привлечь к ответственности таким же образом.</p>
282282
<p>Но <strong>если вы закроете глаза</strong> и будете молчать, <strong>вы станете сообщником</strong> массового убийцы, который называет себя вашим президентом.</p>
283283
<h2>Что вы выберете? </h2>
284-
<p>Если вы подключаетесь к Интернету из России или Беларуси, то ваше правительство активно блокирует ваш доступ к независимым источникам информации. Чтобы помочь вам узнать, что происходит на самом деле, здесь представлен сбалансированный список самых последних новостей из различных источников:</p>
284+
<p>Если вы подключаетесь к Интернету из России или Беларуси, то ваше правительство активно блокирует ваш доступ к независимым источникам информации. Чтобы помочь вам узнать, что происходит на самом деле, вот список переведенных новостей из разных источников без цензуры:</p>
285285
<div class="news">
286286
$news_list_ru
287287
$credits_ru

0 commit comments

Comments
 (0)