.sad enable/disable string was swapped

This commit is contained in:
Master Kwoth 2017-08-16 11:51:41 +02:00
parent 03a86b0be9
commit f255ed26dd
2 changed files with 2 additions and 6 deletions

View File

@ -91,8 +91,4 @@
<DotNetCliToolReference Include="Microsoft.EntityFrameworkCore.Tools.DotNet" Version="1.0.0" /> <DotNetCliToolReference Include="Microsoft.EntityFrameworkCore.Tools.DotNet" Version="1.0.0" />
<DotNetCliToolReference Include="Microsoft.DotNet.Watcher.Tools" Version="1.0.0" /> <DotNetCliToolReference Include="Microsoft.DotNet.Watcher.Tools" Version="1.0.0" />
</ItemGroup> </ItemGroup>
<ItemGroup>
<Folder Include="Modules\Gambling\Common\Waifu\" />
</ItemGroup>
</Project> </Project>

View File

@ -411,8 +411,8 @@
"music_finished_song": "Finished song", "music_finished_song": "Finished song",
"music_fp_disabled": "Fair play disabled.", "music_fp_disabled": "Fair play disabled.",
"music_fp_enabled": "Fair play enabled.", "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 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_disabled": "Songs will no longer be deleted from the music queue when they finish playing.",
"music_from_position": "From position", "music_from_position": "From position",
"music_id": "Id", "music_id": "Id",
"music_invalid_input": "Invalid input.", "music_invalid_input": "Invalid input.",