aboutsummaryrefslogtreecommitdiffstats
path: root/mod/mitem.php
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-05-11 17:50:17 -0700
committerredmatrix <redmatrix@redmatrix.me>2015-05-11 17:50:17 -0700
commitcddcf9d3abef83eebd83599bb1c7e8583cf9c2e9 (patch)
tree8ebc77a218a192ab7662ba76ca173d4ddd48f4e8 /mod/mitem.php
parent2cb8b19972eb6a023eca1297f281ef9f68934c64 (diff)
downloadvolse-hubzilla-cddcf9d3abef83eebd83599bb1c7e8583cf9c2e9.tar.gz
volse-hubzilla-cddcf9d3abef83eebd83599bb1c7e8583cf9c2e9.tar.bz2
volse-hubzilla-cddcf9d3abef83eebd83599bb1c7e8583cf9c2e9.zip
missing translation
Diffstat (limited to 'mod/mitem.php')
-rw-r--r--mod/mitem.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/mitem.php b/mod/mitem.php
index e4a4b7030..b03280105 100644
--- a/mod/mitem.php
+++ b/mod/mitem.php
@@ -159,7 +159,7 @@ function mitem_content(&$a) {
'$permdesc' => t("\x28click to open/close\x29"),
'$aclselect' => populate_acl($perm_defaults,false),
'$mitem_desc' => array('mitem_desc', t('Link Name'), '', 'Visible name of the link','*'),
- '$mitem_link' => array('mitem_link', t('Link or Submenu Target'), '', 'Enter URL of the link or select a menu name to create a submenu', '*', 'list="menu-names"'),
+ '$mitem_link' => array('mitem_link', t('Link or Submenu Target'), '', t('Enter URL of the link or select a menu name to create a submenu'), '*', 'list="menu-names"'),
'$usezid' => array('usezid', t('Use RedMatrix magic-auth if available'), true, ''),
'$newwin' => array('newwin', t('Open link in new window'), false,''),
'$mitem_order' => array('mitem_order', t('Order in list'),'0',t('Higher numbers will sink to bottom of listing')),