Problem with the extraction of pot file.
| Project: | Movie Review |
| Version: | 4.6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | reviewed & tested by the community |
The line 238 have some problems with the extractor, JsDir have fix it in this way:
Index: moviereview.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/moviereview/moviereview.module,v
retrieving revision 1.5
diff -r1.5 moviereview.module
238c238
< $output = form_textfield(t('Style sheet'), "moviereview_css", variable_get('moviereview_css', 'modules/moviereview/moviereview.css'), 70, 255, t("Specify the relative path to your moviereview style sheet. The style sheet specified here will be used to style your moviereview pages. If you prefer to style your moviereview pages in your theme, you can leave this field blank. ". $error['moviereview_css']));
---
> $output = form_textfield(t('Style sheet'), "moviereview_css", variable_get('moviereview_css', 'modules/moviereview/moviereview.css'), 70, 255, t("Specify the relative path to your moviereview style sheet. The style sheet specified here will be used to style your moviereview pages. If you prefer to style your moviereview pages in your theme, you can leave this field blank. "). $error['moviereview_css']);
Bye Uccio
| Attachment | Size |
|---|---|
| patch_for_translation.txt | 1.06 KB |
