Skip to content

Commit

Permalink
UI|libcommon: Use the term “mods” instead of “packages”
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Oct 7, 2018
1 parent a89d69a commit 3e81b7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/apps/plugins/common/src/game/g_game.cpp
Expand Up @@ -218,7 +218,7 @@ bool G_SetGameActionLoadSession(String slotId)
DoomsdayApp::app().checkPackageCompatibility(
meta.getStringList("packages"),
String::format("The savegame " _E(b) "%s" _E(.) " was created with "
"add-ons that are different than the ones currently in use.",
"mods that are different than the ones currently in use.",
meta.gets("userDescription").toUtf8().constData()),
scheduleLoad);
}
Expand Down

0 comments on commit 3e81b7c

Please sign in to comment.