Closed (fixed)
Project:
Bibliography Module
Version:
6.x-1.12
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 May 2010 at 13:23 UTC
Updated:
27 May 2010 at 21:30 UTC
Minor typo in biblio.db.trans.inc
Index: biblio/translations/biblio.db.trans.inc
===================================================================
--- biblio/translations/biblio.db.trans.inc (revision 3245)
+++ biblio/translations/biblio.db.trans.inc (working copy)
@@ -1,7 +1,7 @@
<?php
//dummy file to capture text from database for translation
//
-t("Select Type..."\);
+t("Select Type...");
t("Book");
t("Book Chapter");
t("Journal Article");
Comments
Comment #1
rjerome commentedfixed
http://drupal.org/cvs?commit=366792