1
0
mirror of https://github.com/SKCraft/Launcher.git synced 2024-11-24 12:16:28 +01:00

Merge pull request #6 from oxguy3/pull

Fixed a tiny typo
This commit is contained in:
Albert Pham 2014-03-21 16:19:31 -07:00
commit c3740c46c6

View File

@ -52,7 +52,7 @@ instance.copyAsPath=Copy as path
instance.forceUpdate=Force update instance.forceUpdate=Force update
instance.hardForceUpdate=Hard force update... instance.hardForceUpdate=Hard force update...
instance.deleteFiles=Delete files... instance.deleteFiles=Delete files...
instance.confirmDelete=Are you sure that you wish to delete ALL THE FILES (screnshots, worlds, configs) for ''{0}''? instance.confirmDelete=Are you sure that you wish to delete ALL THE FILES (screenshots, worlds, configs) for ''{0}''?
instance.deletingTitle=Deleting instance... instance.deletingTitle=Deleting instance...
instance.deletingStatus=Deleting ''{0}'' and files... instance.deletingStatus=Deleting ''{0}'' and files...
instance.confirmHardUpdate=A hard force update will delete the contents of config/ and mods/ and then require an update. Are you sure that you want to continue? instance.confirmHardUpdate=A hard force update will delete the contents of config/ and mods/ and then require an update. Are you sure that you want to continue?
@ -179,4 +179,4 @@ features.install=OK
features.selectForInfo=Select a feature to see more information. features.selectForInfo=Select a feature to see more information.
features.intro=Please select the optional features to install. features.intro=Please select the optional features to install.
features.starred=(recommended) features.starred=(recommended)
features.avoid=(not recommended) features.avoid=(not recommended)