Skip to content

Commit 15fc63b

Browse files
committed
Fix string
1 parent 349d7a2 commit 15fc63b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

inc/widgets/widgets.ctrl.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@
735735
else
736736
{ // Send error message if widgets cannot be reordered:
737737
$DB->rollback();
738-
$Messages->add( T_('The widgets have been changed since you last loaded this page.').' '.T_('Please reload the page to be in sync with the server.').' '.T_('If the problem persists, check the widgets in the backoffice.'), 'error' );
738+
$Messages->add( T_('The widgets have been changed since you last loaded this page.').' '.T_('Please reload the page to be in sync with the server.'), 'error' );
739739
}
740740
send_javascript_message( array( 'sendWidgetOrderCallback' => array( 'blog='.$Blog->ID ) ) ); // exits() automatically
741741
break;

0 commit comments

Comments
 (0)