Change formatting of i18n slightly. Translator hints were not picked up in pot file. May now they are.
This commit is contained in:
		@@ -423,8 +423,7 @@ class ThreadedNoticeListFavesItem extends NoticeListActorsItem
 | 
				
			|||||||
        } else {
 | 
					        } else {
 | 
				
			||||||
            // TRANS: List message for favoured notices.
 | 
					            // TRANS: List message for favoured notices.
 | 
				
			||||||
            // TRANS: %d is the number of users that have favoured a notice.
 | 
					            // TRANS: %d is the number of users that have favoured a notice.
 | 
				
			||||||
            return sprintf(_m(
 | 
					            return sprintf(_m('FAVELIST',
 | 
				
			||||||
                              'FAVELIST',
 | 
					 | 
				
			||||||
                              'One person has favored this notice.',
 | 
					                              'One person has favored this notice.',
 | 
				
			||||||
                              '%d people have favored this notice.',
 | 
					                              '%d people have favored this notice.',
 | 
				
			||||||
                              $count),
 | 
					                              $count),
 | 
				
			||||||
@@ -483,8 +482,7 @@ class ThreadedNoticeListRepeatsItem extends NoticeListActorsItem
 | 
				
			|||||||
        } else {
 | 
					        } else {
 | 
				
			||||||
            // TRANS: List message for repeated notices.
 | 
					            // TRANS: List message for repeated notices.
 | 
				
			||||||
            // TRANS: %d is the number of users that have repeated a notice.
 | 
					            // TRANS: %d is the number of users that have repeated a notice.
 | 
				
			||||||
            return sprintf(_m(
 | 
					            return sprintf(_m('REPEATLIST',
 | 
				
			||||||
                              'REPEATLIST',
 | 
					 | 
				
			||||||
                              'One person has repeated this notice.',
 | 
					                              'One person has repeated this notice.',
 | 
				
			||||||
                              '%d people have repeated this notice.',
 | 
					                              '%d people have repeated this notice.',
 | 
				
			||||||
                              $count),
 | 
					                              $count),
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user