aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/ru/admin.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2023-03-29 21:29:51 +0200
committerGravatar GitHub <noreply@github.com> 2023-03-29 21:29:51 +0200
commitbb6bc8fe2c9410d2c8c56ada9e2dff800c715189 (patch)
treebdf430ae0a8e7de891b597cd7f02a308b37138ed /app/i18n/ru/admin.php
parentab49ee6c0c6a969cca447b68500b8faf052f362e (diff)
i18n fix percent_of_total (#5232)
Fix double `%%` (escaping not needed anymore for strings not using an sprintf construction since https://github.com/FreshRSS/FreshRSS/pull/5022)
Diffstat (limited to 'app/i18n/ru/admin.php')
-rw-r--r--app/i18n/ru/admin.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/i18n/ru/admin.php b/app/i18n/ru/admin.php
index de8377da4..0ddf851a1 100644
--- a/app/i18n/ru/admin.php
+++ b/app/i18n/ru/admin.php
@@ -147,7 +147,7 @@ return array(
'main_stream' => 'Основной поток',
'no_idle' => 'Нет неактивных лент!',
'number_entries' => 'статей: %d',
- 'percent_of_total' => '%% от всего',
+ 'percent_of_total' => '% от всего',
'repartition' => 'Распределение статей',
'status_favorites' => 'В избранном',
'status_read' => 'Прочитано',