Skip to content

Commit

Permalink
fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Fehr committed May 28, 2013
1 parent 0fe8187 commit 9ae3bc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dialogs/general_dialogs.ycp
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ For signature handling, read the AutoYaST documentation.
max = max + 1;
askList = add( askList, $[ "dialog":max,
"title":(string)UI::QueryWidget(`id(`dialogTitle), `Value),
"help":(string)UI::QueryWidget(`id(`hlp), `Value);
"help":(string)UI::QueryWidget(`id(`hlp), `Value),
"question":_("Edit Question"),
"element":0,
"stage":stage
Expand Down

0 comments on commit 9ae3bc6

Please sign in to comment.