Bug #31218 typo in welcome msg for new user: Welcome .. MySQL Enterprise Enterprise Dashboa
Submitted: 26 Sep 2007 22:11 Modified: 27 Sep 2007 19:12
Reporter: Carsten Segieth Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Enterprise Monitor: Web Severity:S3 (Non-critical)
Version:1.2.0.7481 OS:Any
Assigned to: Eric Herman CPU Architecture:Any

[26 Sep 2007 22:11] Carsten Segieth
Description:
During first login the popup with the timezone selection has a typo in:

Welcome to the MySQL Enterprise Enterprise Dashboard. As a new user you may want to ...

How to repeat:
- create new user (I didn't test whether this also happens for first time login og the manager user)
- watch the popup message

Suggested fix:
- remove one "Enterprise"
[27 Sep 2007 14:22] Eric Herman
svn commit r7651 fixes the type-o in trunk.
[27 Sep 2007 14:32] Eric Herman
Index: server/merlin/WEB-INF/src/resources.properties
===================================================================
--- server/merlin/WEB-INF/src/resources.properties      (revision 7650)
+++ server/merlin/WEB-INF/src/resources.properties      (working copy)
@@ -375,7 +375,7 @@
 dashboard.popup.editFavorites.label.favorites = Favorites <span class="itemLabelModifier">(Max of <span id="maxFavorites"></span>)</span>
 #TODO: considering breaking first run popup into popup section of page-independent popups?
 dashboard.popup.firstRun.tab.welcome = Welcome!
-dashboard.popup.firstRun.text.instructions = Welcome to the MySQL Enterprise Enterprise Dashboard. As a new user, you may want to take a moment to fill out the user specific settings below. You may do this at a later time by going to "User Preferences" under the "Settings" tab.
+dashboard.popup.firstRun.text.instructions = Welcome to the MySQL Enterprise Dashboard. As a new user, you may want to take a moment to fill out the user specific settings below. You may do this at a later time by going to "User Preferences" under the "Settings" tab.
 dashboard.popup.firstRun.button.save = save user settings
 
 # heat chart
@@ -1024,4 +1024,4 @@
 timezone.Pacific.Magadan = (GMT+11:00) Magadan, Solomon Is., New Caledonia
 timezone.Pacific.Auckland = (GMT+12:00) Auckland, Wellington
 timezone.Pacific.Fiji = (GMT+12:00) Fiji, Kamchatka, Marshall Is.
-timezone.Pacific.Tongatapu = (GMT+13:00) Nuku''alofa
\ No newline at end of file
+timezone.Pacific.Tongatapu = (GMT+13:00) Nuku''alofa
halle:~/mworkspace/merlin-1.0/branches/br_6559_1.2.0 eric$ svn commit -F svnmerge-commit-message.txt && rm svnmerge-commit-message.txt 
Sending        .
Sending        server/merlin/WEB-INF/src/resources.properties
Transmitting file data .
Committed revision 7652.
halle:~/mworkspace/merlin-1.0/branches/br_6559_1.2.0 eric$
[27 Sep 2007 14:33] Eric Herman
fixed in 7652 on the 1.2 branch
[27 Sep 2007 19:12] Carsten Segieth
fixed in 7653