Chang wording "Actualize" to "Update" (#3248)

* Fixed translation error (changed "Actualize" to "Update")

* Fix Travis

Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
pull/3259/head
Marc Ole Bulling 4 years ago committed by GitHub
parent 8dad63de02
commit a90274a1f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/i18n/en-us/gen.php
  2. 2
      app/i18n/en/gen.php
  3. 2
      app/i18n/ru/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',

@ -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',

@ -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

Loading…
Cancel
Save