gettext for Press This. Props SteveAgl. fixes #702!

git-svn-id: https://develop.svn.wordpress.org/trunk@7984 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2008-05-22 15:48:32 +00:00
parent 0a875a8617
commit 681cc94a61
1 changed files with 2 additions and 2 deletions

View File

@ -225,7 +225,7 @@ if ( empty($_GET['tab']) ) {
</head>
<body>
<div id="wphead">
<h1><span id="viewsite"><a href="<?php echo get_option('home'); ?>/">Visit: <?php bloginfo('name'); ?></a></span></h1>
<h1><span id="viewsite"><a href="<?php echo get_option('home'); ?>/"><?php _e('Visit:') ?> <?php bloginfo('name'); ?></a></span></h1>
</div>
<div id="container">
<ul>
@ -322,7 +322,7 @@ if ( empty($_GET['tab']) ) {
<input name="photo_link" id="photo_link" class="text" value="<?php echo attribute_escape($url);?>"/>
</div>
<small>Click images to select:</small>
<small><?php _e('Click images to select:') ?></small>
<div class="titlewrap">
<div id="img_container">
</div>