https://www.mediawiki.org/wiki/Special:Code/MediaWiki/112486
Revision: 112486 Author: siebrand Date: 2012-02-27 14:51:00 +0000 (Mon, 27 Feb 2012) Log Message: ----------- Tweak two messages. Inspired by https://translatewiki.net/wiki/Thread:Support/About_MediaWiki:Sf_formstart_badform/fi Modified Paths: -------------- trunk/extensions/SemanticForms/languages/SF_Messages.php Modified: trunk/extensions/SemanticForms/languages/SF_Messages.php =================================================================== --- trunk/extensions/SemanticForms/languages/SF_Messages.php 2012-02-27 14:41:25 UTC (rev 112485) +++ trunk/extensions/SemanticForms/languages/SF_Messages.php 2012-02-27 14:51:00 UTC (rev 112486) @@ -110,8 +110,8 @@ 'sf_createclass_success' => 'Properties, template, form and category will be created.', 'sf_createclass_create' => 'Create', 'formstart' => 'Start of form', - 'sf_formstart_badform' => 'Error: no form page was found at $1.', - 'sf_formstart_badtitle' => 'Error: "$1" is an invalid title for a page.', + 'sf_formstart_badform' => 'Error: No form was found on page "$1".', + 'sf_formstart_badtitle' => 'Error: "$1" is an invalid page title.', 'sf_formstart_docu' => 'Enter the name of a page here, to be edited with the form "$1". If this page already exists, you will be sent to the form for editing that page. Otherwise, you will be sent to the form for adding the page.', _______________________________________________ MediaWiki-CVS mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs
