diff options
| -rw-r--r-- | ShiftOS.WinForms/Resources/strings_en.txt | 2 | ||||
| -rw-r--r-- | ShiftOS.WinForms/ShiftOS.WinForms.csproj | 6 |
2 files changed, 2 insertions, 6 deletions
diff --git a/ShiftOS.WinForms/Resources/strings_en.txt b/ShiftOS.WinForms/Resources/strings_en.txt index dbbaf26..7740bf0 100644 --- a/ShiftOS.WinForms/Resources/strings_en.txt +++ b/ShiftOS.WinForms/Resources/strings_en.txt @@ -249,7 +249,7 @@ //Program commands "{WO_ABOUT}": "about", - "{WO_ADDRESSBOOK}": "adress_book", + "{WO_ADDRESSBOOK}": "address_book", "{WO_ARTPAD}": "artpad", "{WO_AUDIOPLAYER}": "audio_player", "{WO_CALCULATOR}": "calculator", diff --git a/ShiftOS.WinForms/ShiftOS.WinForms.csproj b/ShiftOS.WinForms/ShiftOS.WinForms.csproj index a8c25b7..b089e88 100644 --- a/ShiftOS.WinForms/ShiftOS.WinForms.csproj +++ b/ShiftOS.WinForms/ShiftOS.WinForms.csproj @@ -932,11 +932,7 @@ </COMReference> </ItemGroup> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> - <ProjectExtensions> - <VisualStudio> - <UserProperties Resources_4strings_3fr_1txt__JSONSchema="http://json.schemastore.org/bundleconfig" /> - </VisualStudio> - </ProjectExtensions> + <ProjectExtensions /> <!-- To modify your build process, add your task inside one of the targets below and uncomment it. Other similar extension points exist, see Microsoft.Common.targets. <Target Name="BeforeBuild"> |
