From 022777d39adc1deb9557a1488037e0e1879057aa Mon Sep 17 00:00:00 2001 From: Nathan Gray Date: Tue, 26 Jan 2016 23:16:56 +0000 Subject: [PATCH] Slightly better language for remove default action --- home/inc/class.home_ui.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/inc/class.home_ui.inc.php b/home/inc/class.home_ui.inc.php index ab9e0a6a4a..d72e1d32aa 100644 --- a/home/inc/class.home_ui.inc.php +++ b/home/inc/class.home_ui.inc.php @@ -472,7 +472,7 @@ class home_ui } $actions['remove_default_'.$location] = array( 'type' => 'popup', - 'caption' => lang('Remove default %1',is_numeric($location) ? accounts::id2name($location) : $location), + 'caption' => lang('Remove as default for %1',is_numeric($location) ? accounts::id2name($location,'account_fullname') : $location), 'onExecute' => 'javaScript:app.home.set_default', 'group' => 'Admins', 'portlet_group' => $location