Skip to content

Commit 97f9919

Browse files
committed
chore(addons): Message format
1 parent 81708ad commit 97f9919

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/addons/addons.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,5 +65,5 @@ void Addons::RegisterAddons()
6565
this->addons.push_back(addonsFile["addons"][i].GetString());
6666
}
6767

68-
AddonsError(string_format("Loaded %d addons.", this->addons.size()).c_str());
68+
AddonsError(string_format("Loaded %d addon%s.", this->addons.size(), this->addons.size() == 1 ? "" : "s").c_str());
6969
}

0 commit comments

Comments
 (0)