summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2008-07-11 14:40:50 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2008-07-11 14:40:50 +0000
commitec133cb599d7710db7dd712b86c5117285d333df (patch)
tree8e1c15a0e5ec1327fe3aed6307ba962e316ff4cc
parente9430794467fb6deb29e86b5b5a793ad3209723d (diff)
downloadwordpress-mu-ec133cb599d7710db7dd712b86c5117285d333df.tar.gz
wordpress-mu-ec133cb599d7710db7dd712b86c5117285d333df.tar.xz
wordpress-mu-ec133cb599d7710db7dd712b86c5117285d333df.zip
No need for colon, fixes #660, thanks mypatricks.
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1371 7be80a69-a1ef-0310-a953-fb0f7c49ff36
-rw-r--r--wp-includes/wpmu-functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-includes/wpmu-functions.php b/wp-includes/wpmu-functions.php
index 11776b4..862f893 100644
--- a/wp-includes/wpmu-functions.php
+++ b/wp-includes/wpmu-functions.php
@@ -1731,7 +1731,7 @@ function choose_primary_blog() {
?>
<table class="form-table">
<tr>
- <th scope="row"><?php _e('Primary Blog:'); ?></th>
+ <th scope="row"><?php _e('Primary Blog'); ?></th>
<td>
<?php
$all_blogs = get_blogs_of_user( $current_user->ID );