Make WordPress Core

Changeset 8279


Ignore:
Timestamp:
07/07/2008 11:49:22 PM (18 years ago)
Author:
ryan
Message:

gettext updates for cat2tag. Props msi08. fixes #7139

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/import/wp-cat2tag.php

    r8253 r8279  
    1515                        echo '</div>';
    1616                } else { ?>
    17                         <div class="tablenav"><p style="margin:4px"><a style="display:inline;" class="button-secondary" href="admin.php?import=wp-cat2tag">Categories to Tags</a>
    18                         <a style="display:inline;" class="button-secondary" href="admin.php?import=wp-cat2tag&amp;step=3">Tags to Categories</a></p></div>
     17                        <div class="tablenav"><p style="margin:4px"><a style="display:inline;" class="button-secondary" href="admin.php?import=wp-cat2tag"><?php _e( "Categories to Tags" ); ?></a>
     18                        <a style="display:inline;" class="button-secondary" href="admin.php?import=wp-cat2tag&amp;step=3"><?php _e( "Tags to Categories" ); ?></a></p></div>
    1919<?php   }
    2020        }
Note: See TracChangeset for help on using the changeset viewer.