.sad enable/disable string was swapped
This commit is contained in:
parent
03a86b0be9
commit
f255ed26dd
@ -91,8 +91,4 @@
|
||||
<DotNetCliToolReference Include="Microsoft.EntityFrameworkCore.Tools.DotNet" Version="1.0.0" />
|
||||
<DotNetCliToolReference Include="Microsoft.DotNet.Watcher.Tools" Version="1.0.0" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Folder Include="Modules\Gambling\Common\Waifu\" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
|
@ -411,8 +411,8 @@
|
||||
"music_finished_song": "Finished song",
|
||||
"music_fp_disabled": "Fair play disabled.",
|
||||
"music_fp_enabled": "Fair play enabled.",
|
||||
"music_sad_disabled": "Songs will be deleted from the music queue when they finish playing.",
|
||||
"music_sad_enabled": "Songs will no longer be deleted from the music queue when they finish playing.",
|
||||
"music_sad_enabled": "Songs will be deleted from the music queue when they finish playing.",
|
||||
"music_sad_disabled": "Songs will no longer be deleted from the music queue when they finish playing.",
|
||||
"music_from_position": "From position",
|
||||
"music_id": "Id",
|
||||
"music_invalid_input": "Invalid input.",
|
||||
|
Loading…
Reference in New Issue
Block a user