#At file:///C:/src/bzr.mysql/wex/installer/ based on revid:iggy@stripped
485 Iggy Galarza 2011-05-25
WelcomeControl - Add/Replace Remove Products Link text.
modified:
WexInstaller/Controls/WelcomeControl.cs
WexInstaller/Properties/Resources.Designer.cs
WexInstaller/Properties/Resources.resx
=== modified file 'WexInstaller/Controls/WelcomeControl.cs'
--- a/WexInstaller/Controls/WelcomeControl.cs 2011-05-23 15:01:40 +0000
+++ b/WexInstaller/Controls/WelcomeControl.cs 2011-05-25 22:01:32 +0000
@@ -25,7 +25,7 @@ namespace WexInstaller
middleDescriptionLabel.Text = Resources.WelcomePageUpdateCheckDescriptionText;
bottomActionIcon.Image = Resources.ActionItemRemove;
- bottomActionLink.Text = Resources.WelcomePageModifyLinkText;
+ bottomActionLink.Text = Resources.WelcomePageRemoveLinkText;
bottomDescriptionLabel.Text = Resources.WelcomePageRemoveDescriptionText;
}
}
=== modified file 'WexInstaller/Properties/Resources.Designer.cs'
--- a/WexInstaller/Properties/Resources.Designer.cs 2011-05-23 15:01:40 +0000
+++ b/WexInstaller/Properties/Resources.Designer.cs 2011-05-25 22:01:32 +0000
@@ -996,6 +996,15 @@ namespace WexInstaller.Properties {
}
/// <summary>
+ /// Looks up a localized string similar to Remove MySQL Products.
+ /// </summary>
+ public static string WelcomePageRemoveLinkText {
+ get {
+ return ResourceManager.GetString("WelcomePageRemoveLinkText", resourceCulture);
+ }
+ }
+
+ /// <summary>
/// Looks up a localized string similar to Get more information on how to install MySQL and configure it to run efficiently on your machine..
/// </summary>
public static string WelcomePageResourcesDescriptionText {
=== modified file 'WexInstaller/Properties/Resources.resx'
--- a/WexInstaller/Properties/Resources.resx 2011-05-23 15:01:40 +0000
+++ b/WexInstaller/Properties/Resources.resx 2011-05-25 22:01:32 +0000
@@ -498,4 +498,7 @@ Uninstall {0} in order to allow installi
<data name="WlecomePageInstallDescriptionText" xml:space="preserve">
<value>Guide you through the installation and configuration of your MySQL products.</value>
</data>
+ <data name="WelcomePageRemoveLinkText" xml:space="preserve">
+ <value>Remove MySQL Products</value>
+ </data>
</root>
\ No newline at end of file
Attachment: [text/bzr-bundle] bzr/iggy@mysql.com-20110525220132-ysaillw9s3v4bq4r.bundle
| Thread |
|---|
| • bzr commit into wex-installer-1.0 branch (iggy:485) | Iggy Galarza | 26 May |