Revision: 6730
http://sourceforge.net/p/squirrel-sql/code/6730
Author: gerdwagner
Date: 2013-01-04 16:08:55 +0000 (Fri, 04 Jan 2013)
Log Message:
-----------
Fixed typo in Session Properties dialog (Thanks to Mike Curwen for the patch)
Modified Paths:
--------------
trunk/sql12/app/src/main/resources/net/sourceforge/squirrel_sql/client/session/properties/I18NStrings.properties
Modified: trunk/sql12/app/src/main/resources/net/sourceforge/squirrel_sql/client/session/properties/I18NStrings.properties
===================================================================
--- trunk/sql12/app/src/main/resources/net/sourceforge/squirrel_sql/client/session/properties/I18NStrings.properties 2013-01-04 16:05:17 UTC (rev 6729)
+++ trunk/sql12/app/src/main/resources/net/sourceforge/squirrel_sql/client/session/properties/I18NStrings.properties 2013-01-04 16:08:55 UTC (rev 6730)
@@ -15,7 +15,7 @@
SessionSQLPropertiesPanel.sqlhistory=SQL History
SessionSQLPropertiesPanel.solcomment=Start of Line Comment
SessionSQLPropertiesPanel.stmtsep=Statement Separator:
-SessionSQLPropertiesPanel.limitsqlresulttabs=Maximum limt of SQL Result Tabs
+SessionSQLPropertiesPanel.limitsqlresulttabs=Maximum limit of SQL Result Tabs
SessionSQLPropertiesPanel.tabs=tabs
SessionSQLPropertiesPanel.loadColumsInBackground=Load columns in background
SessionSQLPropertiesPanel.loadColsInBackgroundDescription=Loading columns in background might help users with databases that contain a lot of objects and/or users that work with low data transfer rates. Syntax highlightning and code completion may work less exact if this option is checked. It is recommended to use this option only if you feel that the SQL editor hangs.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|