From 59dda413e09f67c0307c171543cd8a79a44ac3c1 Mon Sep 17 00:00:00 2001 From: Leif <4603009@qq.com> Date: Thu, 29 Sep 2022 16:58:26 +0800 Subject: [PATCH] Update menu Update menu --- PPOCRLabel/resources/strings/strings-en.properties | 2 +- PPOCRLabel/resources/strings/strings-zh-CN.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/PPOCRLabel/resources/strings/strings-en.properties b/PPOCRLabel/resources/strings/strings-en.properties index 1b628016..3dfc34e0 100644 --- a/PPOCRLabel/resources/strings/strings-en.properties +++ b/PPOCRLabel/resources/strings/strings-en.properties @@ -113,4 +113,4 @@ keyDialogTip=Enter object label keyChange=Change Box Key TableRecognition=Table Recognition cellreRecognition=Cell Re-Recognition -exportJSON=Export Excel Label(PubTabNet) +exportJSON=Export Table Label diff --git a/PPOCRLabel/resources/strings/strings-zh-CN.properties b/PPOCRLabel/resources/strings/strings-zh-CN.properties index 0758729a..00dfd31d 100644 --- a/PPOCRLabel/resources/strings/strings-zh-CN.properties +++ b/PPOCRLabel/resources/strings/strings-zh-CN.properties @@ -113,4 +113,4 @@ keyDialogTip=请输入类型名称 keyChange=更改Box关键字类别 TableRecognition=表格识别 cellreRecognition=单元格重识别 -exportJSON=导出表格JSON标注 \ No newline at end of file +exportJSON=导出表格标注 \ No newline at end of file -- GitLab