$message=sprintf(__('Please visit the <a href="%1$s">Permalinks</a> settings page to refresh your permalinks. Doing so will add the rules this plugin requires.','eth_simple_shortlinks'),admin_url('options-permalink.php'));
}
}else{
$message=sprintf(__('Please enable <a href="%1$s">pretty permalinks</a>, otherwise disable this plugin as it is not compatible with "Plain" permalinks.','eth_simple_shortlinks'),admin_url('options-permalink.php'));
_doing_it_wrong(__FUNCTION__,'Shortlinks cannot be generated until after <code>wp_loaded</code>; this ensures that all post types are registered.','0.3');
_doing_it_wrong(__FUNCTION__,__('Shortlinks cannot be generated until after <code>wp_loaded</code>; this ensures that all post types are registered.','eth_simple_shortlinks'),'0.3');