Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2009-05-06 03:26:59 +0400
committermatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2009-05-06 03:26:59 +0400
commit43a7bdd2912236bd8064cffbe0076832c0e8373a (patch)
treead0924cfa3225dd044fe6cd9df9de34e9b478e3b /plugins/ExampleUI
parent6e8cd75fefd135f3f43996f4483942a9f68d1579 (diff)
- adding translations for all "label" columns
Diffstat (limited to 'plugins/ExampleUI')
-rw-r--r--plugins/ExampleUI/Controller.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/ExampleUI/Controller.php b/plugins/ExampleUI/Controller.php
index ccf88bdaec..3419bd2498 100644
--- a/plugins/ExampleUI/Controller.php
+++ b/plugins/ExampleUI/Controller.php
@@ -19,6 +19,7 @@ class Piwik_ExampleUI_Controller extends Piwik_Controller
$view = Piwik_ViewDataTable::factory('table');
$view->init( $this->pluginName, __FUNCTION__, 'ExampleUI.getTemperatures' );
$view->setColumnTranslation('value', "Temperature in °C");
+ $view->setColumnTranslation('label', "Hour of day");
$view->setSortedColumn('label', 'asc');
$view->setGraphLimit( 24 );
$view->setLimit( 24 );