Skip to content

Commit 52a3558

Browse files
Update mod-manager.lua
1 parent 4e6998c commit 52a3558

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

gui/mod-manager.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
}
483483
end

0 commit comments

Comments
 (0)