Author: lslezak Date: Thu Oct 6 15:35:29 2011 New Revision: 66303 URL: http://svn.opensuse.org/viewcvs/yast?rev=66303&view=rev Log: joystick dialog - added help text Modified: branches/tmp/lslezak/sound/sound/src/joy_dialog.ycp Modified: branches/tmp/lslezak/sound/sound/src/joy_dialog.ycp URL: http://svn.opensuse.org/viewcvs/yast/branches/tmp/lslezak/sound/sound/src/joy_dialog.ycp?rev=66303&r1=66302&r2=66303&view=diff ============================================================================== --- branches/tmp/lslezak/sound/sound/src/joy_dialog.ycp (original) +++ branches/tmp/lslezak/sound/sound/src/joy_dialog.ycp Thu Oct 6 15:35:29 2011 @@ -681,7 +681,11 @@ // dialog title WizardHW::CreateHWDialog(_("Joysticks"), - "", + // help text + _("<p><big><b>Joysticks</b></big></p>") + + _("<p>Here is an overview of the detected joysticks.</p>") + + _("<p>To configure a new joystick connected to a Gameport press <b>Add</b> button.</p>") + + "<p>" + usb_notice + "</p>", // table header [_("Model"), _("Device name"), _("Attached to")], extra_buttons -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org