http://www.mediawiki.org/wiki/Special:Code/MediaWiki/88371
Revision: 88371
Author: jeroendedauw
Date: 2011-05-18 17:01:07 +0000 (Wed, 18 May 2011)
Log Message:
-----------
follow up to r87894
Modified Paths:
--------------
trunk/extensions/SemanticWatchlist/SemanticWatchlist.i18n.php
trunk/extensions/SemanticWatchlist/specials/jquery.watchlistcondition.js
Modified: trunk/extensions/SemanticWatchlist/SemanticWatchlist.i18n.php
===================================================================
--- trunk/extensions/SemanticWatchlist/SemanticWatchlist.i18n.php
2011-05-18 16:58:52 UTC (rev 88370)
+++ trunk/extensions/SemanticWatchlist/SemanticWatchlist.i18n.php
2011-05-18 17:01:07 UTC (rev 88371)
@@ -27,10 +27,10 @@
'special-watchlistconditions' => 'Semantic watchlist conditions',
// Special:WatchlistConditions
- 'swl-group-name' => 'Group name: ',
+ 'swl-group-name' => 'Group name:',
'swl-group-properties' => 'Properties covered by this group:',
'swl-group-remove-property' => 'Remove property',
- 'swl-group-page-selection' => 'Pages in ',
+ 'swl-group-page-selection' => 'Pages in',
// Special:SemanticWatchlist
'swl-watchlist-position' => "Showing '''$1''' of the last changes
starting with '''#$2'''.",
Modified:
trunk/extensions/SemanticWatchlist/specials/jquery.watchlistcondition.js
===================================================================
--- trunk/extensions/SemanticWatchlist/specials/jquery.watchlistcondition.js
2011-05-18 16:58:52 UTC (rev 88370)
+++ trunk/extensions/SemanticWatchlist/specials/jquery.watchlistcondition.js
2011-05-18 17:01:07 UTC (rev 88371)
@@ -33,7 +33,7 @@
'value': group.name,
'size': 30
} );
- var nameTd = $( '<td />' ).html( $( '<p />' ).text(
mediaWiki.msg( 'swl-group-name' ) ).append( nameInput ) );
+ var nameTd = $( '<td />' ).html( $( '<p />' ).text(
mediaWiki.msg( 'swl-group-name' ) + ' ' ).append( nameInput ) );
table.append( $( '<tr />' ).html( nameTd ) );
var conditionNameInput = $( '<input />' ).attr( {
@@ -41,7 +41,7 @@
'value': group.name,
'size': 30
} );
- var conditionTd = $( '<td />' ).html( $( '<p />' ).text(
mediaWiki.msg( 'swl-group-page-selection' ) ).append( conditionNameInput ) );
+ var conditionTd = $( '<td />' ).html( $( '<p />' ).text(
mediaWiki.msg( 'swl-group-page-selection' ) + ' ' ).append( conditionNameInput
) );
table.append( $( '<tr />' ).html( conditionTd ) );
this.append( table );
_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs