Skip to content

Commit 53f0161

Browse files
committed
Removed fallbacks for trp
1 parent 4c98411 commit 53f0161

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

dmenu/Panel.qml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -414,8 +414,6 @@ FocusScope {
414414
return root.pluginApi?.trp(
415415
"provider.filteredResultsCount",
416416
root.filteredItems.length,
417-
"{filtered} of {total} · {count} result",
418-
"{filtered} of {total} · {count} results",
419417
{
420418
filtered: root.filteredItems.length,
421419
total: root.dmenuState ? root.dmenuState.items.length : 0
@@ -424,9 +422,7 @@ FocusScope {
424422
}
425423
return root.pluginApi?.trp(
426424
"provider.resultsCount",
427-
root.filteredItems.length,
428-
"{count} result",
429-
"{count} results"
425+
root.filteredItems.length
430426
);
431427
}
432428
pointSize: Style.fontSizeXS

0 commit comments

Comments
 (0)