修改中英文
This commit is contained in:
+3
-3
@@ -1250,7 +1250,7 @@ public class WordUtil {
|
||||
setBlank(text, run, sb, itemText);
|
||||
}
|
||||
if ("Usage".equals(fieldName)) {
|
||||
String itemText = "Mandatory,Recommend,if fitted";
|
||||
String itemText = "Mandatory,Recommend,Mandatory if fitted";
|
||||
setBlank(text, run, sb, itemText);
|
||||
}
|
||||
}
|
||||
@@ -1270,7 +1270,7 @@ public class WordUtil {
|
||||
text = "Voluntary";
|
||||
}
|
||||
if (text.equals("installation is compliant")) {
|
||||
text = "if fitted";
|
||||
text = "Mandatory if fitted";
|
||||
}
|
||||
|
||||
if (text.equals("Public Notice")) {
|
||||
@@ -1395,7 +1395,7 @@ public class WordUtil {
|
||||
case "Voluntary":
|
||||
blank = "\r\n";
|
||||
break;
|
||||
case "if fitted":
|
||||
case "Mandatory if fitted":
|
||||
blank = "";
|
||||
break;
|
||||
case "Publicity":
|
||||
|
||||
Reference in New Issue
Block a user