Skip to content

Commit 8e4767c

Browse files
committed
tools/script_manager - fixed translation of page %d of %d
1 parent 4f8df88 commit 8e4767c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/script_manager.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1006,7 +1006,7 @@ local function paginate(direction)
10061006
last = first + sm.page_status.num_buttons - 1
10071007
end
10081008

1009-
sm.widgets.page_status.label = _(string.format("page %d of %d", cur_page, max_pages))
1009+
sm.widgets.page_status.label = string.format(_("page %d of %d"), cur_page, max_pages)
10101010

10111011
populate_buttons(folder, first, last)
10121012

0 commit comments

Comments
 (0)