Bloom.CollectionCreating.NewCollectionWizard._finishPage_Initialize C# (CSharp) Method

_finishPage_Initialize() private method

private _finishPage_Initialize ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void
        private void _finishPage_Initialize(object sender, EventArgs e)
        {
            var pattern = LocalizationManager.GetString("NewCollectionWizard.FinishPage","OK, that's all we need to get started with your new '{0}' collection.\r\nClick on the 'Finish' button.");
            betterLabel1.Text = String.Format(pattern, Path.GetFileNameWithoutExtension(_collectionInfo.PathToSettingsFile));
        }