From a79649ee5f9b14d96d06acef67c8a87666f68726 Mon Sep 17 00:00:00 2001 From: Peter Varkoly Date: Sat, 2 Mar 2013 09:48:09 +0100 Subject: [PATCH] Fix regarding the comments of mchf --- src/LdapDatabase.ycp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/LdapDatabase.ycp b/src/LdapDatabase.ycp index 0e1b322..58eab1f 100644 --- a/src/LdapDatabase.ycp +++ b/src/LdapDatabase.ycp @@ -323,8 +323,8 @@ { map err = LdapServer::ReadError(); boolean res = Popup::AnyQuestion(Label::WarningMsg(), - sformat(_("The Base Object: \"%1\" can not be auto created by YaST.\n"), db["suffix"]:"") + - err["msg"]:"", + sformat(_("The Base Object: \"%1\" cannot be auto created by YaST:\n%2"), + db["suffix"]:"", err["msg"]:""), Label::OKButton(), Label::CancelButton(), `focus); if ( res == false ) { continue;