File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -453,7 +453,7 @@ function ModlistMenu:init()
453453 widgets .HotkeyLabel {
454454 view_id = ' copy' ,
455455 frame = {t = 1 , r = 1 },
456- label = ' Copy modlist to clipboard' ,
456+ label = ' Copy mod names to clipboard' ,
457457 text_pen = COLOR_YELLOW ,
458458 auto_width = true ,
459459 on_activate = function ()
@@ -465,7 +465,7 @@ function ModlistMenu:init()
465465 widgets .HotkeyLabel {
466466 view_id = ' copy' ,
467467 frame = {t = 1 , r = 1 },
468- label = ' Copy mod and details to clipboard' ,
468+ label = ' Copy list to clipboard' ,
469469 text_pen = COLOR_YELLOW ,
470470 auto_width = true ,
471471 on_activate = function ()
@@ -477,7 +477,7 @@ function ModlistMenu:init()
477477 widgets .List {
478478 view_id = ' modlist' ,
479479 frame = {t = 4 },
480- choices = getWorldModlist ()
480+ choices = getWorldModlist (true )
481481 }
482482 }
483483end
You can’t perform that action at this time.
0 commit comments