fix typo in the 'blocklist contains N rules' text message

This commit is contained in:
Jordan Lee 2011-01-11 15:32:22 +00:00
parent 429754cfb5
commit 2148d8f8ee
1 changed files with 1 additions and 1 deletions

View File

@ -658,7 +658,7 @@ void
PrefsDialog :: updateBlocklistLabel( )
{
const int n = mySession.blocklistSize( );
myBlocklistLabel->setText( tr( "<i>Blocklist contains %Ln rules)", 0, n ) );
myBlocklistLabel->setText( tr( "<i>Blocklist contains %Ln rules</i>", 0, n ) );
}
void