diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-03-30 21:00:47 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-03-30 21:00:47 -0400 |
| commit | 5a014b093ccefed72fa09c3b19b18d4ee7578218 (patch) | |
| tree | c6c17257cf40abc6752b2a6748b2f6bf490d24d8 /MediaBrowser.ServerApplication/Splash/SplashForm.Designer.cs | |
| parent | 59a4d3c9537997b320e4d536ed8836c239e67718 (diff) | |
add localization stub
Diffstat (limited to 'MediaBrowser.ServerApplication/Splash/SplashForm.Designer.cs')
| -rw-r--r-- | MediaBrowser.ServerApplication/Splash/SplashForm.Designer.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MediaBrowser.ServerApplication/Splash/SplashForm.Designer.cs b/MediaBrowser.ServerApplication/Splash/SplashForm.Designer.cs index e9ba17bc1..ef3b79699 100644 --- a/MediaBrowser.ServerApplication/Splash/SplashForm.Designer.cs +++ b/MediaBrowser.ServerApplication/Splash/SplashForm.Designer.cs @@ -121,9 +121,9 @@ this.lblStatus.Location = new System.Drawing.Point(3, 0); this.lblStatus.MaximumSize = new System.Drawing.Size(0, 100); this.lblStatus.Name = "lblStatus"; - this.lblStatus.Size = new System.Drawing.Size(599, 59); + this.lblStatus.Size = new System.Drawing.Size(469, 59); this.lblStatus.TabIndex = 0; - this.lblStatus.Text = "Loading Media Browser Server"; + this.lblStatus.Text = "Loading Media Browser"; this.lblStatus.UseWaitCursor = true; // // panel1 |
