Skip to content

Commit

Permalink
Traduce cadenas que estaban quemadas en el plugin actionable
Browse files Browse the repository at this point in the history
  • Loading branch information
jreyes33 committed Apr 26, 2016
1 parent 969439b commit e1b43d6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions plugins/actionable/hooks/actionable.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ class actionable {
private $media_filter;

private static $media_values = array(
101 => 'All',
102 => 'Actionable',
103 => 'Urgent',
104 => 'Action taken'
101 => Kohana::lang('ui_main.all'),
102 => Kohana::lang('actionable.actionable'),
103 => Kohana::lang('actionable.urgent'),
104 => Kohana::lang('actionable.action_taken')
);

/**
Expand Down Expand Up @@ -429,4 +429,4 @@ private function _check_media_type()

}

new actionable;
new actionable;

0 comments on commit e1b43d6

Please sign in to comment.