2012-07-30 Hirofumi Kosaka <kosaka@rworks.jp>

* operation/reporting/graph_viewer.php: replace 'Period' with
	'Time range' to be translated. This is for consistency of
	labels between single graphs and custom graphs.

	Merged from 4.0.2


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6827 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
hkosaka 2012-07-30 08:29:05 +00:00
parent faba4f649c
commit 92b1067f22
2 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,11 @@
2012-07-30 Hirofumi Kosaka <kosaka@rworks.jp>
* operation/reporting/graph_viewer.php: replace 'Period' with
'Time range' to be translated. This is for consistency of
labels between single graphs and custom graphs.
Merged from 4.0.2
2012-07-27 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* include/functions_groups.php:Removed trace.

View File

@ -143,7 +143,7 @@ if ($view_graph) {
echo html_print_input_text ('time', $time, '', 7, 7, true). ' ';
echo "</td>";
echo "<td class='datos'>";
echo "<b>".__('Period')."</b>";
echo "<b>".__('Time range')."</b>";
echo "</td>";
echo "<td class='datos'>";
@ -231,4 +231,4 @@ if (! empty ($graphs)) {
else {
echo "<div class='nf'>".__('There are no defined reportings')."</div>";
}
?>
?>