mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-04-19 19:14:51 +00:00
Append line breaks after read only mode warning in announce text
This commit is contained in:
parent
e8441c134b
commit
931f079265
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.";
|
|||
|
||||
if (ServerConfiguration.Instance.UserGeneratedContentLimits.ReadOnlyMode)
|
||||
{
|
||||
announceText.Insert(0, BaseLayoutStrings.ReadOnlyWarn.Translate(LocalizationManager.DefaultLang));
|
||||
announceText.Insert(0, BaseLayoutStrings.ReadOnlyWarn.Translate(LocalizationManager.DefaultLang) + "\n\n");
|
||||
}
|
||||
|
||||
#if DEBUG
|
||||
|
|
Loading…
Add table
Reference in a new issue