Skip to content

Commit

Permalink
Tweak language.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Jul 10, 2014
1 parent f3bd2fc commit cb2df2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion horde/lib/Prefs/Special/Activesync.php
Expand Up @@ -61,7 +61,7 @@ public function display(Horde_Core_Prefs_Ui $ui)
->getInstance('Horde_Core_Factory_Identity')
->create($registry->getAuth());
$view->identities = $ident->getAll('id');
$view->identities['horde'] = _("Configured Horde Default");
$view->identities['horde'] = _("Use Horde Default");
$view->default = $prefs->getValue('activesync_identity');
if (is_null($view->default)) {
$view->default = $prefs->getValue('default_identity');
Expand Down
2 changes: 1 addition & 1 deletion kronolith/config/prefs.php
Expand Up @@ -524,6 +524,6 @@
'type' => 'enum',
'enum' => array_merge($GLOBALS['injector']
->getInstance('Horde_Core_Factory_Identity')
->create($GLOBALS['registry']->getAuth())->getAll('id'), array('horde' => _("Configured Horde Default"))),
->create($GLOBALS['registry']->getAuth())->getAll('id'), array('horde' => _("Use Horde Default"))),
'desc' => _("Choose the identity to use for ActiveSync. This determines the email address used as the ORGANIZER for events you create.")
);

0 comments on commit cb2df2e

Please sign in to comment.