Index: trunk/extensions/SemanticForms/includes/SF_ParserFunctions.php |
— | — | @@ -606,7 +606,7 @@ |
607 | 607 | } |
608 | 608 | |
609 | 609 | if ( $summary == null ) { |
610 | | - $summary = wfMsg('sf_autoedit_summary', $wgTitle ); |
| 610 | + $summary = wfMsg('sf_autoedit_summary', "[[$wgTitle]]" ); |
611 | 611 | } |
612 | 612 | |
613 | 613 | $formcontent .= |
Index: trunk/extensions/SemanticForms/languages/SF_Messages.php |
— | — | @@ -149,7 +149,7 @@ |
150 | 150 | 'sf_autoedit_toomanyformsfound' => "More than one form available for page.", |
151 | 151 | 'sf_autoedit_readonly' => "The database is currently locked to modifications. Reason: $1", |
152 | 152 | 'sf_autoedit_nosemanticform' => "Could not get form $2 for page $1. See [[{{#special:FormEdit}}/$2/$1]] for details.", |
153 | | - 'sf_autoedit_summary' => "Edited automatically from page [[$1]].", |
| 153 | + 'sf_autoedit_summary' => "Edited automatically from page $1.", |
154 | 154 | 'runquery' => 'Run query', |
155 | 155 | 'sf_runquery_badurl' => 'You must specify a form name in the URL; |
156 | 156 | the URL should look like \'Special:RunQuery/<form name>\'.', |