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:
authormattpiwik <matthieu.aubry@gmail.com>2011-02-13 00:00:43 +0300
committermattpiwik <matthieu.aubry@gmail.com>2011-02-13 00:00:43 +0300
commit8e95264a710dd1b212f9d4ce884eb08b7da4acd6 (patch)
treeb28c72e11fea6e16b802805c193ca515ffc634d4 /plugins/VisitorGenerator/templates
parent0e3252517cf23823cbb231250ab1839679ae6808 (diff)
Refs #1736 Sorting segments list to prevent random order test fail
Renaming one segment git-svn-id: http://dev.piwik.org/svn/trunk@3871 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'plugins/VisitorGenerator/templates')
-rw-r--r--plugins/VisitorGenerator/templates/generate.tpl2
-rw-r--r--plugins/VisitorGenerator/templates/index.tpl2
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/VisitorGenerator/templates/generate.tpl b/plugins/VisitorGenerator/templates/generate.tpl
index 0a6a962e6e..acedda939a 100644
--- a/plugins/VisitorGenerator/templates/generate.tpl
+++ b/plugins/VisitorGenerator/templates/generate.tpl
@@ -23,7 +23,7 @@
</tbody>
</table>
-<p>{'VisitorGenerator_NbActions'|translate}: {$nbActionsTotal}<br />
+<p>{'General_NbActions'|translate}: {$nbActionsTotal}<br />
{'VisitorGenerator_NbRequestsPerSec'|translate}: {$nbRequestsPerSec}<br />
{$timer}</p>
diff --git a/plugins/VisitorGenerator/templates/index.tpl b/plugins/VisitorGenerator/templates/index.tpl
index edf3161565..105df1223b 100644
--- a/plugins/VisitorGenerator/templates/index.tpl
+++ b/plugins/VisitorGenerator/templates/index.tpl
@@ -24,7 +24,7 @@
<td><input type="text" value="100" name="maxVisitors" /></td>
</tr>
<tr>
- <td><label for="nbActions">{'VisitorGenerator_NbActions'|translate}</label></td>
+ <td><label for="nbActions">{'General_NbActions'|translate}</label></td>
<td><input type="text" value="10" name="nbActions" /></td>
</tr>
<tr>