Browse Source

fixed error msg at copy record

Piotr Labudda 10 years ago
parent
commit
08320d585b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      SE/se-lib/TableAjax.php

+ 1 - 1
SE/se-lib/TableAjax.php

@@ -4268,7 +4268,7 @@ jQuery(document).ready(function(){
 			}
 			else {
 				$response->type = 'error';
-				$response->msg = "Nie udało się utworzyć nowego rekordu!";
+				$response->msg = "Nie udało się skopiować rekordu!";
 			}
 		}
 		catch (Exception $e) {