Skip to content

Commit 9b7479f

Browse files
committed
localized 'options reset' string
1 parent 77accbe commit 9b7479f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/admin-head.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
if ( isset($_REQUEST['reset']) && $_REQUEST['reset'] )
4-
echo '<div id="message" class="updated fade"><p><strong>FancyBox for WordPress settings have been reset.</strong></p></div>';
4+
echo '<div id="message" class="updated fade"><p><strong>'.__('FancyBox for WordPress settings have been reset', 'mfbfw').'</strong></p></div>';
55

66
// Make selects data
77
$transitionTypeArray = array( 'fade', 'elastic', 'none' );

0 commit comments

Comments
 (0)