Skip to content

Commit

Permalink
replace hebrew with english
Browse files Browse the repository at this point in the history
  • Loading branch information
zohar committed Feb 28, 2018
1 parent 0f1ac9a commit 0ebeff8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/features/fe_news/fe_news.features.inc
Expand Up @@ -29,7 +29,7 @@ function fe_news_views_api($module = NULL, $api = NULL) {
function fe_news_node_info() {
$items = array(
'news' => array(
'name' => t('חדשות'),
'name' => t('News'),
'base' => 'node_content',
'description' => t('News & Updates'),
'has_title' => '1',
Expand Down
2 changes: 1 addition & 1 deletion modules/features/fe_news/fe_news.views_default.inc
Expand Up @@ -22,7 +22,7 @@ function fe_news_views_default_views() {

/* Display: Master */
$handler = $view->new_display('default', 'Master', 'default');
$handler->display->display_options['title'] = 'חדשות';
$handler->display->display_options['title'] = 'News';
$handler->display->display_options['use_more_always'] = FALSE;
$handler->display->display_options['access']['type'] = 'perm';
$handler->display->display_options['cache']['type'] = 'none';
Expand Down

0 comments on commit 0ebeff8

Please sign in to comment.