Show
Ignore:
Timestamp:
03/15/06 16:13:41 (3 years ago)
Author:
mbonetti
Message:

Looks like we were missing a couple labels here and there...

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/rss/admin/themes.php

    r1355 r1372  
    7575        echo "<div class=\"themeframe".($active?" active":"")."\"><span>"; 
    7676        if (!$active && $htmltheme) { 
    77             echo "<a href=\"$seturl\" class=\"bookmarklet\">Use this theme</a>"; 
     77            echo "<a href=\"$seturl\" class=\"bookmarklet\">".LBL_ADMIN_USE_THIS_THEME."</a>"; 
    7878        } elseif($active) { 
    79             echo "<p class=\"bookmarklet\">Active theme</p>"; 
     79            echo "<p class=\"bookmarklet\">".LBL_ADMIN_ACTIVE_THEME."</p>"; 
    8080        } 
    8181        echo "<h4>$h4</h4>\n";