You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ma...@apache.org on 2021/01/03 18:49:20 UTC

[openoffice-org] 01/03: Update to make the short hint text platform indepentent

This is an automated email from the ASF dual-hosted git repository.

marcus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/openoffice-org.git

commit 7bf42853cc93c37ae901e68ad99fdc9eb0ffa6b1
Author: Marcus <ma...@apache.org>
AuthorDate: Sun Jan 3 19:47:12 2021 +0100

    Update to make the short hint text platform indepentent
---
 assets/download/boxed_download.js | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/assets/download/boxed_download.js b/assets/download/boxed_download.js
index 2153b1c..bade2d3 100644
--- a/assets/download/boxed_download.js
+++ b/assets/download/boxed_download.js
@@ -37,9 +37,9 @@ DL.createDownloadBox = function() {
         + "title='" + l10n.dl_green_box_selectbox_ver_title  + "'>"
       + "</select>"
 
-      // Linux packages text.
-      + "<a id='dl_rpm_vs_deb' title='" + l10n.dl_rpm_vs_deb_title + "'>"
-        + l10n.dl_rpm_vs_deb_text
+      // Platform info text.
+      + "<a id='dl_rpm_vs_deb'>"
+        + ""
       + "</a>"
 
       + "</form>"