";
@@ -1507,7 +1507,8 @@ function PMA_RTN_handleExecute()
// output from the routine
$message .= sprintf(
_ngettext(
- '%d row affected by the last statement inside the procedure.',
+ '%d row affected by the last statement inside the '
+ . 'procedure.',
'%d rows affected by the last statement inside the '
. 'procedure.',
$affected
@@ -1620,7 +1621,8 @@ function PMA_RTN_getExecuteForm($routine)
// Create the output
$retval = "";
$retval .= "\n\n";
- $retval .= "