浏览代码

fixed error msg at copy record

Piotr Labudda 10 年之前
父节点
当前提交
08320d585b
共有 1 个文件被更改,包括 1 次插入1 次删除
  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) {