Skip to:
Content

bbPress.org


Ignore:
Timestamp:
01/06/2009 01:04:42 PM (17 years ago)
Author:
sambauers
Message:

Glorious gettext from Erko.Risthein, fixes #1024

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bb-admin/options-wordpress.php

    r1868 r1910  
    7272            $selected = '';
    7373        }
    74         $roles .= '<option value="' . $key . '"' . $selected . '>bbPress ' . $value . '</option>' . "\n";
     74        $roles .= '<option value="' . $key . '"' . $selected . '>' . sprintf( __( 'bbPress %s' ), $value ) . '</option>' . "\n";
    7575    }
    7676   
Note: See TracChangeset for help on using the changeset viewer.