We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f8df88 commit 8e4767cCopy full SHA for 8e4767c
tools/script_manager.lua
@@ -1006,7 +1006,7 @@ local function paginate(direction)
1006
last = first + sm.page_status.num_buttons - 1
1007
end
1008
1009
- sm.widgets.page_status.label = _(string.format("page %d of %d", cur_page, max_pages))
+ sm.widgets.page_status.label = string.format(_("page %d of %d"), cur_page, max_pages)
1010
1011
populate_buttons(folder, first, last)
1012
0 commit comments