diff options
Diffstat (limited to 'English.lproj/english_help/topics/syntax.html')
-rwxr-xr-x | English.lproj/english_help/topics/syntax.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/English.lproj/english_help/topics/syntax.html b/English.lproj/english_help/topics/syntax.html index 0aeb52ac..39c4da72 100755 --- a/English.lproj/english_help/topics/syntax.html +++ b/English.lproj/english_help/topics/syntax.html @@ -1,6 +1,6 @@ <html> <head> -<title>CocoaMySQL Help - Table Syntax Generation</title> +<title>Sequel Pro Help - Table Syntax Generation</title> <meta name="AppleTitle" content="Table Syntax Generation"> <meta name="AppleFont" content="Lucida Grande"> <meta ROBOTS="robots" CONTENT="anchors"> @@ -14,7 +14,7 @@ <table border="0" cellpadding="0" cellspacing="0" width="100%" height="80"> <tr> <td align="left" valign="top" width="70"> - <img src="cocoamysql_logo.jpg" width="60" height="60" border="0"> + <img src="sequel-pro_logo.jpg" width="60" height="60" border="0"> </td> <td align="left"><h1>Table Syntax Generation</h1> </td> @@ -33,11 +33,11 @@ <br> If you would like to generate a SQL output of your table's syntax (column types, sizes, keys, table name, etc..) use -the "Create Table Syntax" icon at the top of the application in the CocoaMySQL Toolbar area. You can then use that text to +the "Create Table Syntax" icon at the top of the application in the Sequel Pro Toolbar area. You can then use that text to create a copy of the table in another database or it may also serve as a backup of the table's schema. If the "Create Table Syntax" icon is not located in your toolbar then right-click in the toolbar area and select "Customize Toolbar..." from the menu. You should then see a window -of icons which you can add to your CocoaMySQL toolbar including the one mentioned above. +of icons which you can add to your Sequel Pro toolbar including the one mentioned above. <br> <br> |