Revision: 6165
http://squirrel-sql.svn.sourceforge.net/squirrel-sql/?rev=6165&view=rev
Author: manningr
Date: 2011-02-22 14:56:32 +0000 (Tue, 22 Feb 2011)
Log Message:
-----------
Fixed missing I18n string.
Modified Paths:
--------------
trunk/sql12/plugins/dbdiff/src/main/resources/net/sourceforge/squirrel_sql/plugins/dbdiff/gui/I18NStrings.properties
Modified: trunk/sql12/plugins/dbdiff/src/main/resources/net/sourceforge/squirrel_sql/plugins/dbdiff/gui/I18NStrings.properties
===================================================================
--- trunk/sql12/plugins/dbdiff/src/main/resources/net/sourceforge/squirrel_sql/plugins/dbdiff/gui/I18NStrings.properties 2011-02-22 14:56:02 UTC (rev 6164)
+++ trunk/sql12/plugins/dbdiff/src/main/resources/net/sourceforge/squirrel_sql/plugins/dbdiff/gui/I18NStrings.properties 2011-02-22 14:56:32 UTC (rev 6165)
@@ -1,3 +1,5 @@
ColumnDiffDialog.missingLabel=Missing
ColumnDiffDialog.sessionLabelPrefix=DB-
+
+TabularDiffPresentation.noDiffsMessage=No differences were detected
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|