diff options
author | DSL <guomindongdsl@163.com> | 2016-09-23 15:33:28 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-23 15:33:28 +0800 |
commit | 3feff4de253e99609d8dd164ab514d76743b0b65 (patch) | |
tree | 5e428cc3e6101b9f12c35dd40832bbf6bf468edc | |
parent | 833b4ecc5f838cd5b1279fe43dcd0c5b8836ded4 (diff) | |
download | jtable-3feff4de253e99609d8dd164ab514d76743b0b65.zip jtable-3feff4de253e99609d8dd164ab514d76743b0b65.tar.gz jtable-3feff4de253e99609d8dd164ab514d76743b0b65.tar.bz2 |
modify jquery.jtable.zh-CN.js
modify进心中to进行中
-rw-r--r-- | lib/localization/jquery.jtable.zh-CN.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/localization/jquery.jtable.zh-CN.js b/lib/localization/jquery.jtable.zh-CN.js index 17eeac7..5b0b10a 100644 --- a/lib/localization/jquery.jtable.zh-CN.js +++ b/lib/localization/jquery.jtable.zh-CN.js @@ -22,7 +22,7 @@ cannotLoadOptionsFor: '无法加载对象属性 {0}',
pagingInfo: '显示 {0} 至 {1} 共 {2}',
canNotDeletedRecords: '删除失败 {0} 至 {1}!',
- deleteProggress: '正在删除 {0} 至 {1} 记录, 进心中...',
+ deleteProggress: '正在删除 {0} 至 {1} 记录, 进行中...',
pageSizeChangeLabel: '每页显示',
gotoPageLabel: '跳转到'
});
|