Index: class.wslib_gui.php =================================================================== --- class.wslib_gui.php (revision 7645) +++ class.wslib_gui.php (working copy) @@ -447,7 +447,6 @@ } elseif ($rec_off['t3ver_state']==4) { $diffCode.= $this->doc->icons(1) . $LANG->getLL('label_moveto_pointer') . '
'; } else { - $diffCode.= ($diffPct<0 ? 'N/A' : ($diffPct ? $diffPct.'% change:' : '')); $diffCode.= ($diffPct<0 ? $LANG->getLL('label_notapplicable') : ($diffPct ? sprintf($LANG->getLL('label_percentchange'), $diffPct) : '')); $diffCode.= $diffHTML; }