[yast-commit] r51752 - /trunk/ldap-server/src/complex.ycp
Author: rhafer Date: Wed Oct 1 16:01:20 2008 New Revision: 51752 URL: http://svn.opensuse.org/viewcvs/yast?rev=51752&view=rev Log: reformated popup text make the window smaller (bnc#431228) Modified: trunk/ldap-server/src/complex.ycp Modified: trunk/ldap-server/src/complex.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/ldap-server/src/complex.ycp?rev=51752&r1=51751&r2=51752&view=diff ============================================================================== --- trunk/ldap-server/src/complex.ycp (original) +++ trunk/ldap-server/src/complex.ycp Wed Oct 1 16:01:20 2008 @@ -170,7 +170,11 @@ } else if ( !serviceEnabled || !serviceRunning ) { - symbol ret = Popup::AnyQuestion3( _("You have an existing configuration but the LDAP Server is not currently running."), _("Do you want to start it now to re-read its configuration data or do you want to create a new configuration from scratch?"), _("Restart"), _("New Configuration"), Label::AbortButton(), `focus_yes ); + symbol ret = Popup::AnyQuestion3( _("Existing configuration detected."), + _("You have an existing configuration, but the LDAP server is currently not running. +Do you want to start the server now and re-read its configuration data or do you +want to create a new configuration from scratch?"), + _("Restart"), _("New Configuration"), Label::AbortButton(), `focus_yes ); if ( ret == `yes ) { LdapServer::WriteServiceEnabled( true ); -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
rhafer@svn.opensuse.org