Changeset 5292 for trunk/themes


Ignore:
Timestamp:
Mar 23, 2010, 10:18:38 PM (14 years ago)
Author:
plg
Message:

bug fixed: the language keys used end with a whitespace, but it was removed
in the language file.

Location:
trunk/themes/default/template
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/themes/default/template/header.tpl

    r5190 r5292  
    1818{/if}
    1919
    20 {if (isset($REVERSE) and $REVERSE and $PAGE_TITLE == l10n('home'))}
     20{if (isset($REVERSE) and $REVERSE and $PAGE_TITLE == l10n('Home'))}
    2121<title>{$GALLERY_TITLE} | {$PAGE_TITLE}</title>{else}
    2222<title>{$PAGE_TITLE} | {$GALLERY_TITLE}</title>{/if}
  • trunk/themes/default/template/mail/text/html/notification_by_mail.tpl

    r5287 r5292  
    4343{'To unsubscribe'|@translate}{', click on '|@translate}<a href="{$UNSUBSCRIBE_LINK}">{$UNSUBSCRIBE_LINK}</a><br>
    4444{'To subscribe '|@translate}{', click on '|@translate}<a href="{$SUBSCRIBE_LINK}">{$SUBSCRIBE_LINK}</a><br>
    45 {'If you encounter problems or have any question, please send a message to '|@translate}<a href="mailto:{$CONTACT_EMAIL}?subject={'[NBM] Problems or questions'|@translate}">{$CONTACT_EMAIL}</a><br>
     45{'If you encounter problems or have any question, please send a message to'|@translate} <a href="mailto:{$CONTACT_EMAIL}?subject={'[NBM] Problems or questions'|@translate}">{$CONTACT_EMAIL}</a><br>
    4646<hr><br>
    4747</p>
  • trunk/themes/default/template/mail/text/plain/notification_by_mail.tpl

    r5287 r5292  
    3838{'To unsubscribe'|@translate}{', click on '|@translate}{$UNSUBSCRIBE_LINK}
    3939{'To subscribe'|@translate}{', click on '|@translate}{$SUBSCRIBE_LINK}
    40 {'If you encounter problems or have any question, please send a message to '|@translate}{$CONTACT_EMAIL}
     40{'If you encounter problems or have any question, please send a message to'|@translate} {$CONTACT_EMAIL}
    4141______________________________________________________________________________
Note: See TracChangeset for help on using the changeset viewer.