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

git-svn-id: http://svn.automattic.com/wordpress/trunk@7984 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2008-05-22 15:48:32 +00:00
parent 7d4065182b
commit a3d971bd3e
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>