+ Reply to Thread (include dating software, release, and patch number!)
Results 1 to 4 of 4

Thread: Typo in browse.php

  1. #1
    skyhawk85u
    Guest

    Default Typo in browse.php

    I'm not sure why I'm bothering with this, but...

    "from" and "to" were hardcoded into the div starting in line 179 of browse.php - this only matters if you want to change those words or translate into a foreign language.

    To fix it
    Change:
    Code:
    		    <div id="age">
        			<b>' . _t('_DateOfBirth') . ':</b><br />
    			' . _t("from") . '&nbsp;' . $age_option_start . '
    			&nbsp;' . _t("to") . '&nbsp;' . $age_option_end . '
    		    </div>
    to:
    Code:
    		    <div id="age">
        			<b>' . _t('_DateOfBirth') . ':</b><br />
    			' . _t("_from") . '&nbsp;' . $age_option_start . '
    			&nbsp;' . _t("_to") . '&nbsp;' . $age_option_end . '
    		    </div>

  2. #2
    ValerieC's Avatar
    Join Date
    Apr 2007
    Posts
    10

    Default

    I didn't note this issue, something simple, but useful, thanks...

  3. #3

    Join Date
    Jun 2007
    Posts
    4

    Default Thank you !

    Same comment
    Thank you !

    Michel

  4. #4
    skyhawk85u
    Guest

    Default

    Glad I was able to help. I've found a few stupid little things but I wasn't sure anyone else cared about them.

+ Reply to Thread (include dating software, release, and patch number!)

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Similar Threads

  1. Typo in messages_inbox.php
    By skyhawk85u in forum Bugs Dolphin 5.6.5
    Replies: 1
    Last Post: 06-24-2007, 11:36 AM
  2. browse.php looking for
    By inkamadness in forum General Issues, Comments, Questions
    Replies: 1
    Last Post: 05-21-2007, 12:46 PM
  3. Browse
    By nay27uk in forum General Troubleshooting
    Replies: 1
    Last Post: 05-13-2007, 09:24 AM
  4. browse.php
    By blinx in forum FAQ & HOWTO
    Replies: 3
    Last Post: 03-28-2007, 01:09 PM
  5. Add browse
    By treedguy in forum Free Mod Exchange
    Replies: 7
    Last Post: 08-25-2006, 03:32 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts