Reinier Olislagers 11 éve
szülő
commit
fbf27ba6af
2 módosított fájl, 2 hozzáadás és 2 törlés
  1. 1 1
      comparison.pas
  2. 1 1
      copytable.pas

+ 1 - 1
comparison.pas

@@ -1393,7 +1393,7 @@ begin
         ScriptList.Add('and RDB$RELATION_NAME = ' + QuotedStr(ATableName) + ';');
       end;
       FQueryWindow.meQuery.Lines.Add('');
-      FQueryWindow.meQuery.Lines.Add('-- ' + AFieldName + ' on ' + ATableName);
+      FQueryWindow.meQuery.Lines.Add('-- ' + AFieldName + ' in table ' + ATableName);
       FQueryWindow.meQuery.Lines.AddStrings(ScriptList);
     end;
   finally

+ 1 - 1
copytable.pas

@@ -152,7 +152,7 @@ begin
         end;
         SQLTrans.Commit;
         ShowMessage(IntToStr(Num) + ' record(s) has been copied' + LineEnding + 'Don''t forget to set the Generator to the new value, ' +
-          'if it does exists');
+          'if it exists');
         dmSysTables.sqQuery.Close;
         Close;
       except