diff --git a/app/resources/locales/en_US/menu.po b/app/resources/locales/en_US/menu.po index 26ff9fcbf..a4d4da757 100644 --- a/app/resources/locales/en_US/menu.po +++ b/app/resources/locales/en_US/menu.po @@ -174,6 +174,9 @@ msgstr "Density medium" msgid "menu.density.large" msgstr "Density large" +msgid "menu.introduction" +msgstr "Please select an action from the menu." + msgid "menu.main" msgstr "Main Menu" diff --git a/app/templates/Dashboards/dashboard.php b/app/templates/Dashboards/dashboard.php index 68f8fb0f9..500d807ba 100644 --- a/app/templates/Dashboards/dashboard.php +++ b/app/templates/Dashboards/dashboard.php @@ -28,4 +28,6 @@ // XXX This is a placeholder ?> -Please select an action from the menu. \ No newline at end of file +
= __d('menu','menu.introduction') ?>
+