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:
authorbenakamoorthi <benaka.moorthi@gmail.com>2012-08-21 03:18:38 +0400
committerbenakamoorthi <benaka.moorthi@gmail.com>2012-08-21 03:18:38 +0400
commit762bd55c958639d857b7deebbabdf8e2fec79103 (patch)
treeed714db8a1d0cd079f7b2ed4e1cc242a6cf0d815 /plugins/ExamplePlugin
parent950030b3b04fc276208a309f734cd3a3d01231c7 (diff)
Fixes #3338, tweaked translations and UI labels/text.
git-svn-id: http://dev.piwik.org/svn/trunk@6848 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'plugins/ExamplePlugin')
-rw-r--r--plugins/ExamplePlugin/lang/en.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ExamplePlugin/lang/en.php b/plugins/ExamplePlugin/lang/en.php
index 57d5be81b3..c9f885e5ea 100644
--- a/plugins/ExamplePlugin/lang/en.php
+++ b/plugins/ExamplePlugin/lang/en.php
@@ -13,7 +13,7 @@
$translations = array(
'ExamplePlugin_PluginDescription' => 'Example Plugin: This plugin shows how to create a very simple plugin, that exports two widgets in the Dashboard.',
'ExamplePlugin_exampleWidgets' => 'Example Widgets',
- 'ExamplePlugin_exampleWidget' => 'Example widget',
+ 'ExamplePlugin_exampleWidget' => 'Example Widget',
'ExamplePlugin_photostreamMatt' => 'Matt\'s Photos',
'ExamplePlugin_piwikForumVisits' => 'Piwik Forums visits',
'ExamplePlugin_PiwikForumReceivedVisits' => 'On %s, Piwik forums received %s visits.'