Skip to content

Commit

Permalink
bnc#777449 - Puzzlestring in yasts ldap server module (ldap-server.pot)
Browse files Browse the repository at this point in the history
  • Loading branch information
varkoly committed Feb 28, 2013
1 parent 4c04b56 commit 6e7c0d6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/mirrormode-wizard.ycp
Expand Up @@ -116,9 +116,7 @@ any MirrorModeOverview()
continue;
}

if( Popup::YesNo( _("Do you really want to remove ") +
"\"" + serverids[ selected, "uri" ]:"" + "\"" +
_("from the MirrorMode setup?\n") +
if( Popup::YesNo( sformat(_("Do you really want to remove \"%1\" from the MirrorMode setup?\n"),serverids[ selected, "uri" ]:"") +
_("Changes will take effect immediately after clicking \"Yes\"") ) )
{
LdapServer::RemoveMMSyncrepl( serverids[ selected, "uri" ]:"" );
Expand Down

0 comments on commit 6e7c0d6

Please sign in to comment.