mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-05-08 07:05:44 -04:00
Chang wording "Actualize" to "Update" (#3248)
* Fixed translation error (changed "Actualize" to "Update") * Fix Travis Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user