Skip to content

Commit

Permalink
UI: Updated title of the Mod Browser sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Oct 7, 2018
1 parent fad8264 commit 5995b1d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -52,7 +52,7 @@ DENG_GUI_PIMPL(PackagesSidebarWidget)
};

PackagesSidebarWidget::PackagesSidebarWidget()
: SidebarWidget("Packages", "packages-sidebar")
: SidebarWidget("Mods", "packages-sidebar")
, d(new Impl(this))
{
// Button for refreshing the available packages.
Expand Down

0 comments on commit 5995b1d

Please sign in to comment.