r51434 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r51433‎ | r51434 | r51435 >
Date:20:03, 3 June 2009
Author:purodha
Status:deferred (Comments)
Tags:
Comment:
Message cosmetic: consitently do not use full stops at ends of descriptions, "..." converted to {{int:ellipsis}}
Modified paths:
  • /trunk/extensions/Configure/Configure.settings.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Configure/Configure.settings.i18n.php
@@ -189,7 +189,7 @@
190190 'configure-setting-wgSMTP' => 'SMTP server',
191191 'configure-setting-wgUserEmailUseReplyTo' => 'Use Reply-To instead of From',
192192 'configure-setting-wgColorErrors' => 'Color command-line messages',
193 - 'configure-setting-wgDebugComments' => 'Include portions of log output in page HTML comment.',
 193+ 'configure-setting-wgDebugComments' => 'Include portions of log output in page HTML comment',
194194 'configure-setting-wgDebugDumpSql' => 'Dump SQL queries to debug output',
195195 'configure-setting-wgDebugLogFile' => 'Debug log file',
196196 'configure-setting-wgDebugLogGroups' => 'Specific logging group files',
@@ -445,7 +445,7 @@
446446 'configure-setting-wgValidateAllHtml' => 'Refuse to display non-valid pages',
447447 'configure-setting-wgTexvc' => 'Location of the texvc binary',
448448 'configure-setting-wgUseTeX' => 'Enable TeX',
449 - 'configure-setting-wgRawHtml' => 'Allow raw, unchecked HTML in <nowiki><html>...</html></nowiki> sections.',
 449+ 'configure-setting-wgRawHtml' => 'Allow raw, unchecked HTML in <nowiki><html>{{int:ellipsis}}</html></nowiki> sections',
450450 'configure-setting-wgXMLMimeTypes' => 'Detectable XML MIME types',
451451 'configure-setting-wgXMLMimeTypes-key' => 'MIME type',
452452 'configure-setting-wgDocType' => 'Document type to use in the DOCTYPE declaration',
@@ -518,7 +518,7 @@
519519 'configure-setting-wgUploadNavigationUrl' => 'URL for the upload navigation link',
520520 'configure-setting-wgUploadPath' => 'URL of the upload directory',
521521 'configure-setting-wgVariantArticlePath' => 'Path for language-variant pages',
522 - 'configure-setting-wgAllowCategorizedRecentChanges' => 'Allow to filter the recent changes by a category or one of its sub(subsubsub...)categories',
 522+ 'configure-setting-wgAllowCategorizedRecentChanges' => 'Allow to filter the recent changes by a category or one of its sub(subsubsub{{int:ellipsis}})categories',
523523 'configure-setting-wgPutIPinRC' => "Log IP addresses in the 'recentchanges' table",
524524 'configure-setting-wgRCChangedSizeThreshold' => 'Highlight character count difference lower than this in recent changes',
525525 'configure-setting-wgRCFilterByAge' => 'Filter $wgRCLinkDays to avoid showing links for values higher than $wgRCMaxAge',

Follow-up revisions

RevisionCommit summaryAuthorDate
r51565(r51434) fix formatting issue, see hint of user Umherirrender at...purodha13:16, 7 June 2009

Comments

#Comment by Catrope (talk | contribs)   20:57, 3 June 2009

Suggest revert based on r51407

Status & tagging log