From 174737cc670e881d32a135610d8e7492e1e1faf4 Mon Sep 17 00:00:00 2001 From: nathangray Date: Tue, 31 Mar 2020 10:49:36 -0600 Subject: [PATCH] English translation of 'share filemanager directory' --- api/lang/egw_en.lang | 1 + api/src/Sharing.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/api/lang/egw_en.lang b/api/lang/egw_en.lang index 45e91b2e30..012ffca9a6 100644 --- a/api/lang/egw_en.lang +++ b/api/lang/egw_en.lang @@ -1251,6 +1251,7 @@ setup main menu common en Setup main menu seychelles common en SEYCHELLES share common en Share share files common en Share files +share filemanager directory common en Filemanager directory share just the associated filemanager directory, not the %1 common en Share just the associated filemanager directory, not the %1 share link common en Share link share this %1 via url common en Share this %1 via URL diff --git a/api/src/Sharing.php b/api/src/Sharing.php index 8b487ded54..033881c753 100644 --- a/api/src/Sharing.php +++ b/api/src/Sharing.php @@ -456,7 +456,7 @@ class Sharing 'hint' => lang('Include access to any linked files (Links tab)') ), 'shareFilemanager' => array( - 'caption' => lang('Filemanager directory'), + 'caption' => lang('share filemanager directory'), 'group' => 10, 'icon' => 'link', 'order' => 20,