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 <[email protected]> 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>"
