availability_calendars.module

line 387

$month_title = t("@date", array('@date' => format_date(mktime(12, 0, 0, $month, 1, $year), 'custom', 'F Y'))).' '.l('edit',...

Is it OK to put t() arround 'edit' for translation? Like this:

$month_title = t("@date", array('@date' => format_date(mktime(12, 0, 0, $month, 1, $year), 'custom', 'F Y'))).' '.l(t('edit'),...

Comments

nicholas.alipaz’s picture

Status: Needs work » Needs review
StatusFileSize
new1.85 KB

Attaching patch

nicholas.alipaz’s picture

went ahead and commited to dev version. Once I get to a larger change I can commit to new release. You should see it in the dev version whenever the new version is created.
http://drupal.org/cvs?commit=258634

nicholas.alipaz’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.