l10n: Replace the apostrophe with double quotation
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
This commit is contained in:
parent
42f0f27240
commit
c5a4668c88
|
@ -248,7 +248,7 @@
|
|||
$filterInfo.html('');
|
||||
$filterInfo.addClass('hidden');
|
||||
} else {
|
||||
$filterInfo.html(' ' + n('files', 'matches \'{filter}\'', 'match \'{filter}\'', this.summary.totalDirs + this.summary.totalFiles, {filter: this.summary.filter}));
|
||||
$filterInfo.html(' ' + n('files', 'matches "{filter}"', 'match "{filter}"', this.summary.totalDirs + this.summary.totalFiles, {filter: this.summary.filter}));
|
||||
$filterInfo.removeClass('hidden');
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue