namespace TweetLib.Core.Systems.Dialogs {
	internal static class Dialogs {
		public const string OK = "OK";
	}
}