Closed (won't fix)
Project:
Views (for Drupal 7)
Version:
6.x-2.0-rc1
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Jul 2008 at 13:28 UTC
Updated:
16 Jul 2008 at 17:04 UTC
Omit t() on line 116
/*0113*/ $form['og_settings']['email']['og_new_node_subject'] = array(
/*0114*/ '#type' => 'textfield',
/*0115*/ '#title' => t('New content subject'),
/*0116*/ '#description' => 'Subject of email for new content. Available variables: @group, !group_url, @type, @site, !content_url, !reply_url, @title, @subject, @node_full, @node_teaser, @username. %subject contains the comment title in the case of a comment but the node title in the case of a new post. @title is always the node title.',
/*0117*/ '#default_value' => _og_mail_text('og_new_node_subject')
);
Comments
Comment #1
merlinofchaos commentedThere is nothing in views module that references og; you filed this against the wrong package.
You also neglected to mention a filename, making this a very, very poor issue report. People cannot read your mind, it is very important that you always provide all the pertinent details. As there are many, many modules that could reference OG, I'm not even sure who to forward this to, so I am going to mark it won't fix. Please reassign it, and provide all of the necessary details for whomever gets this to be able to complete the task.