Skip to content

Commit

Permalink
Fix regarding the comments of mchf
Browse files Browse the repository at this point in the history
  • Loading branch information
varkoly committed Mar 2, 2013
1 parent 6e7c0d6 commit a79649e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/LdapDatabase.ycp
Original file line number Diff line number Diff line change
Expand Up @@ -323,8 +323,8 @@
{
map<string, string> 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;
Expand Down

0 comments on commit a79649e

Please sign in to comment.