Skip to content

Commit e5b6144

Browse files
authored
Merge pull request #18846 from flodolo/undo_number
Fluent: remove NUMBER() function from variant selector
2 parents e9c81a6 + 58d3147 commit e5b6144

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

l10n/en-US/viewer.ftl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,15 +239,15 @@ pdfjs-find-reached-bottom = Reached end of document, continued from top
239239
# $current (Number) - the index of the currently active find result
240240
# $total (Number) - the total number of matches in the document
241241
pdfjs-find-match-count =
242-
{ NUMBER($total) ->
242+
{ $total ->
243243
[one] { $current } of { $total } match
244244
*[other] { $current } of { $total } matches
245245
}
246246
247247
# Variables:
248248
# $limit (Number) - the maximum number of matches
249249
pdfjs-find-match-count-limit =
250-
{ NUMBER($limit) ->
250+
{ $limit ->
251251
[one] More than { $limit } match
252252
*[other] More than { $limit } matches
253253
}

0 commit comments

Comments
 (0)