Please fix all the translatable string bugs like:
$output .= t(RNJS_MAIN_JS . ' plugin for a single Drupal menu.');
$output = t('<p>Block-specific !rnjs settings could be found at !link.</p>', array('!rnjs' => l(RNJS_MAIN_JS, RNJS_SITE_URL), '!link' => l('admin/structure/block', 'admin/structure/block')));
'#description' => t('<b>NOTE: responsive-nav.js only supports one navigation menu. This setting will be increased when responsive-nav.js supports more than one.</b><br />Enter the total number of independent Responsive Navigation menu blocks you want. Enter a number between 0 and 1. If you set this to 0, you will have no blocks created but you can still use the !rnjs theme functions and Javascript/CSS directly in your theme.', array('!rnjs' => l(RNJS_MAIN_JS, RNJS_SITE_URL))),
Comments
Comment #1
jrabeemer commentedComment #2
jrabeemer commentedFixed.
http://drupalcode.org/project/responsive_navigation.git/commit/84f5d0440...
Comment #3
hass commentedSorry. Please read the docs. Do not use l() and no constants.