Skip to content

Commit

Permalink
Merge pull request #1 from benbalter/master
Browse files Browse the repository at this point in the history
Incorrect text domain on settings page title
  • Loading branch information
mjangda committed Jun 11, 2012
2 parents a7befaf + a388853 commit e6e3e20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion developer.php
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ public function settings_page() {

<?php screen_icon( 'tools' ); ?>

<h2><?php esc_html_e( 'Automattic Developer Helper', 'vehicle-info' ); ?></h2>
<h2><?php esc_html_e( 'Automattic Developer Helper', 'a8c-developer' ); ?></h2>

<form action="options.php" method="post">

Expand Down

0 comments on commit e6e3e20

Please sign in to comment.