1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-07-21 13:44:06 +00:00

I do not know how this escaped formatting locally.

This commit is contained in:
AnyOldName3 2024-03-06 00:46:01 +00:00
parent a130ca57a4
commit 1ae2cc82a1

View file

@ -71,7 +71,9 @@ namespace ContentSelectorModel
if (mBuiltIn)
tooltip += tr("<br/><b>This content file cannot be disabled because it is part of OpenMW.</b><br/>");
else if (mFromAnotherConfigFile)
tooltip += tr("<br/><b>This content file cannot be disabled because it is enabled in a config file other than the user one.</b><br/>");
tooltip += tr(
"<br/><b>This content file cannot be disabled because it is enabled in a config file other than "
"the user one.</b><br/>");
return tooltip;
}