Skip to content

Commit

Permalink
review
Browse files Browse the repository at this point in the history
  • Loading branch information
jsrain committed Jan 19, 2015
1 parent c41918d commit 0554cde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HttpServer.ycp
Expand Up @@ -247,7 +247,7 @@ without installing the package."), "apache2" ) );
{
term content = `VBox(
`Label(msg),
`Left(`CheckBox(`id(`disable), _("Do not show this message anymore"))),
`Left(`CheckBox(`id(`disable), Message::DoNotShowMessageAgain ())),
`ButtonBox (
`PushButton(`id(`ok), `opt (`okButton), Label::ContinueButton()),
`PushButton(`id(`cancel), `opt (`cancelButton), Label::CancelButton())
Expand Down

0 comments on commit 0554cde

Please sign in to comment.