This is an automated email from the ASF dual-hosted git repository.
mridulpathak pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git
The following commit(s) were added to refs/heads/trunk by this push:
new a0a373b12f Remove outdated browser note from XML export label (#1187)
a0a373b12f is described below
commit a0a373b12f79c9e20e02a4408bd7da4c1cfd171b
Author: toaditi <[email protected]>
AuthorDate: Fri May 8 20:29:59 2026 +0530
Remove outdated browser note from XML export label (#1187)
## Summary
- Remove outdated browser-specific guidance from the XML data export
"Out to Browser" label.
- Keep the option text intact across English, French, and Vietnamese
labels.
## Issue
- https://issues.apache.org/jira/browse/OFBIZ-12655
## Validation
- `xmllint --noout framework/webtools/config/WebtoolsUiLabels.xml`
## Notes
- Full Gradle pre-push checks were not run locally because
`gradle/wrapper/gradle-wrapper.jar` is not present in this checkout.
---
framework/webtools/config/WebtoolsUiLabels.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/framework/webtools/config/WebtoolsUiLabels.xml
b/framework/webtools/config/WebtoolsUiLabels.xml
index 278671447c..6edef76fa0 100644
--- a/framework/webtools/config/WebtoolsUiLabels.xml
+++ b/framework/webtools/config/WebtoolsUiLabels.xml
@@ -3973,13 +3973,13 @@
</property>
<property key="WebtoolsOutToBrowser">
<value xml:lang="de">ODER Browserausgabe</value>
- <value xml:lang="en"><U>OR</U> Out to Browser (FireFox,
Safari and Opera: view source. Chrome does not work)</value>
- <value xml:lang="fr"><U>OU</U> dans le navigateur
(FireFox, Safari et Opera : voir le source. Chrome ne fontionne pas)</value>
+ <value xml:lang="en"><U>OR</U> Out to Browser</value>
+ <value xml:lang="fr"><U>OU</U> dans le navigateur</value>
<value xml:lang="it">O output al browser</value>
<value xml:lang="ja">ブラウザに出力</value>
<value xml:lang="pt">Ou devolver para o navegador</value>
<value xml:lang="th">หรืออกไปสู่ Browser</value>
- <value xml:lang="vi"><U>OR</U> Kết xuất ra Trình duyệt
(FireFox, Safari và Opera: xem mã. Chrome không thực hiện)</value>
+ <value xml:lang="vi"><U>OR</U> Kết xuất ra Trình
duyệt</value>
<value xml:lang="zh">或者输出到浏览器</value>
<value xml:lang="zh-TW">或者輸出到瀏覽器</value>
</property>