We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70d20f2 commit 9a6346aCopy full SHA for 9a6346a
loader/src/ui/mods/popups/ConfirmUninstallPopup.cpp
@@ -8,7 +8,7 @@ bool ConfirmUninstallPopup::setup(Mod* mod) {
8
this->setTitle("Uninstall " + mod->getName());
9
10
auto text = TextArea::create(
11
- fmt::format("Are you sure you want to \n<cr>uninstall {}</c>?", mod->getName()),
+ fmt::format("Are you sure you want to \n<cr>uninstall</c> <cy>{}</c>?", mod->getName()),
12
"chatFont.fnt",
13
1.f, m_size.width - 35,
14
ccp(.5f, .5f), 20.f, false
0 commit comments