svnno****@sourc*****
svnno****@sourc*****
2009年 8月 25日 (火) 12:36:03 JST
Revision: 3483 http://sourceforge.jp/projects/jiemamy/svn/view?view=rev&revision=3483 Author: tonouchi Date: 2009-08-25 12:36:03 +0900 (Tue, 25 Aug 2009) Log Message: ----------- withは「~と」というよりは「~で」というニュアンスがあるので、その辺を修正した Modified Paths: -------------- hestia/trunk/org.jiemamy.eclipse.ui/src/main/resources/org/jiemamy/eclipse/editor/command/messages.properties Modified: hestia/trunk/org.jiemamy.eclipse.ui/src/main/resources/org/jiemamy/eclipse/editor/command/messages.properties =================================================================== --- hestia/trunk/org.jiemamy.eclipse.ui/src/main/resources/org/jiemamy/eclipse/editor/command/messages.properties 2009-08-25 03:32:18 UTC (rev 3482) +++ hestia/trunk/org.jiemamy.eclipse.ui/src/main/resources/org/jiemamy/eclipse/editor/command/messages.properties 2009-08-25 03:36:03 UTC (rev 3483) @@ -14,8 +14,8 @@ # governing permissions and limitations under the License. ############################################################################### -CreateConnectionCommand_log_canExecute_01 = Cannot connect with VIEW -CreateConnectionCommand_log_canExecute_02 = Cannot connect with STICKY -CreateConnectionCommand_log_canExecute_03 = Cannot connect from TABLE without columns -CreateConnectionCommand_log_canExecute_04 = Cannot connect to TABLE without local keys +CreateConnectionCommand_log_canExecute_01 = Cannot connect to VIEW +CreateConnectionCommand_log_canExecute_02 = Cannot connect to STICKY +CreateConnectionCommand_log_canExecute_03 = Cannot connect from TABLE doesn't have columns +CreateConnectionCommand_log_canExecute_04 = Cannot connect to TABLE doesn't have local keys CreateConnectionCommand_log_canExecute_05 = Cannot create cyclic connection