From: hickert Date: Tue, 4 Mar 2008 07:51:59 +0000 (+0000) Subject: Updated message strings, replace with msgPool X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=1283136e59207a0c0cb511e37595196a6747a608;p=gosa.git Updated message strings, replace with msgPool git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9283 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/openxchange/personal/connectivity/openxchange/class_oxchangeAccount.inc b/gosa-plugins/openxchange/personal/connectivity/openxchange/class_oxchangeAccount.inc index 6561ab14c..e7ab39c2a 100644 --- a/gosa-plugins/openxchange/personal/connectivity/openxchange/class_oxchangeAccount.inc +++ b/gosa-plugins/openxchange/personal/connectivity/openxchange/class_oxchangeAccount.inc @@ -813,7 +813,7 @@ class oxchangeAccount extends plugin preg_match("/^(\w+(?=\=))=((\w|\s|\.)+(?=\,)),.*/",$this->dn,$uidarray); $uid=$uidarray[2]; if (trim($uid) == "") { - msg_dialog::display(_("Error"), _("Open-Xchange account name is invalid!"), ERROR_DIALOG); + msg_dialog::display(_("Error"), msgPool::invalid(_("Open-Xchange account name")), ERROR_DIALOG); return; }