diff options
author | Rafael Lima <rafael.palma.lima@gmail.com> | 2024-01-11 21:25:11 +0100 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2024-01-11 22:03:23 +0100 |
commit | 4a851d785063f7286f134810ef87ee5e945a3ba7 (patch) | |
tree | adf26cd72e1f751d160d568cbf281daf882eb801 | |
parent | c903a5157e0b9fe44a624965b642d1af57ec2b28 (diff) |
Silence string for translation in sf_intro.xhpco-24.04-branch-point
Change-Id: I12d48417dc979e85138b78f906fae3486f9673b4
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/161938
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
(cherry picked from commit 3ed389a88b0650556d19ad64ad7b6f66ef4bee0d)
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/161939
Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-rw-r--r-- | source/text/sbasic/shared/03/sf_intro.xhp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/text/sbasic/shared/03/sf_intro.xhp b/source/text/sbasic/shared/03/sf_intro.xhp index dced4f25b9..02e8d5a864 100644 --- a/source/text/sbasic/shared/03/sf_intro.xhp +++ b/source/text/sbasic/shared/03/sf_intro.xhp @@ -191,7 +191,7 @@ </listitem> </list> <paragraph role="paragraph" id="par_id701689720782180">In this case, set the environment variable <literal>PYTHONPATH</literal> as follows before starting the Python interpreter:</paragraph> - <paragraph role="paragraph" id="par_id601689720825610"><input>export PYTHONPATH=/usr/lib/libreoffice/program:/usr/lib/python3/dist-packages</input></paragraph> + <paragraph role="paragraph" localize="false" id="par_id601689720825610"><input>export PYTHONPATH=/usr/lib/libreoffice/program:/usr/lib/python3/dist-packages</input></paragraph> <note id="par_id971689720909044">The location of these files will be different for each operating system and %PRODUCTNAME installation method.</note> <section id="relatedtopics"> |