aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Marc Ole Bulling <Marc-Ole@gmx.de> 2020-11-12 09:32:25 +0100
committerGravatar GitHub <noreply@github.com> 2020-11-12 09:32:25 +0100
commita90274a1f4e7ec27917f4ea32d5b0987dc66b22c (patch)
treed9170c07e2b11fe3b2696cfa4fad89b2bef997bb
parent8dad63de0294c4d385069afccbba307c2b8cf9e5 (diff)
Chang wording "Actualize" to "Update" (#3248)
* Fixed translation error (changed "Actualize" to "Update") * Fix Travis Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
-rw-r--r--app/i18n/en-us/gen.php2
-rw-r--r--app/i18n/en/gen.php2
-rw-r--r--app/i18n/ru/gen.php2
3 files changed, 3 insertions, 3 deletions
diff --git a/app/i18n/en-us/gen.php b/app/i18n/en-us/gen.php
index 3ab05a395..3f3bcfbdd 100644
--- a/app/i18n/en-us/gen.php
+++ b/app/i18n/en-us/gen.php
@@ -2,7 +2,7 @@
return array(
'action' => array(
- 'actualize' => 'Actualize',
+ 'actualize' => 'Update',
'add' => 'Add',
'back' => '← Go back',
'back_to_rss_feeds' => '← Go back to your RSS feeds',
diff --git a/app/i18n/en/gen.php b/app/i18n/en/gen.php
index 72f1faf2d..c37d7b6bd 100644
--- a/app/i18n/en/gen.php
+++ b/app/i18n/en/gen.php
@@ -2,7 +2,7 @@
return array(
'action' => array(
- 'actualize' => 'Actualize',
+ 'actualize' => 'Update',
'add' => 'Add',
'back' => '← Go back',
'back_to_rss_feeds' => '← Go back to your RSS feeds',
diff --git a/app/i18n/ru/gen.php b/app/i18n/ru/gen.php
index b29ee3837..335f6d9aa 100644
--- a/app/i18n/ru/gen.php
+++ b/app/i18n/ru/gen.php
@@ -2,7 +2,7 @@
return array(
'action' => array(
- 'actualize' => 'Actualize', // TODO - Translation
+ 'actualize' => 'Update', // TODO - Translation
'add' => 'Add', // TODO - Translation
'back' => '← Go back', // TODO - Translation
'back_to_rss_feeds' => '← Go back to your RSS feeds', // TODO - Translation