Bug 35515

Summary: Change occurences of "Global system preferences" to "System preferences"
Product: Koha Reporter: Aude Charillon <aude.charillon>
Component: DocumentationAssignee: Bugs List <koha-bugs>
Status: RESOLVED FIXED QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: caroline.cyr-la-rose, rasa.satinskiene
Version: unspecified   
Hardware: All   
OS: All   
See Also: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33673
Change sponsored?: --- Patch complexity: ---
Documentation contact: Rasa Satinskiene Documentation submission: https://gitlab.com/koha-community/koha-manual/-/merge_requests/772
Text to go in the release notes:
Version(s) released in:

Description Aude Charillon 2023-12-07 17:24:28 UTC
With Bug 33673, Administration > Global system preferences became Administration > System preferences. We need to update this on all pages of the manual.
Comment 1 Aude Charillon 2023-12-07 17:26:35 UTC
It would be worth doing a proper search to check for occurences.

As an example, all the preferences pages (e.g. Acquisitions) start with: "Get there: More > Administration > Global system preferences > Acquisitions"
Comment 2 Caroline Cyr La Rose 2023-12-07 17:37:40 UTC
If you have a local copy, you can do the following command to find all the occurrences 

git grep -i "Global system preferences"

caroline@ahuntsic[12:36:27](master-dev)/inlibro/git/koha-manual/source$ git grep -i "Global system preferences"
accountspreferences.rst:*Get there:* More > Administration > Global system preferences >
acquisitionspreferences.rst:*Get there:* More > Administration > Global system preferences > Acquisitions
administrationpreferences.rst:*Get there:* More > Administration > Global system preferences >
authoritiespreferences.rst:*Get there:* More > Administration > Global system preferences >
catalogingpreferences.rst:*Get there:* More > Administration > Global system preferences >
circulationpreferences.rst:*Get there:* More > Administration > Global system preferences > Circulation
enhancedcontentpreferences.rst:*Get there:* More > Administration > Global system preferences >
ermpreferences.rst:-  Get there: More > Administration > Global System Preferences > E-Resource management
i18npreferences.rst:*Get there:* More > Administration > Global system preferences >
illpreferences.rst:*Get there:* More > Administration > Global system preferences > Interlibrary
intro.rst:*Get there:* More > Administration > Global system preferences
localusepreferences.rst:*Get there:* More > Administration > Global system preferences > Local
logspreferences.rst:*Get there:* More > Administration > Global system preferences > Logs
opacpreferences.rst:*Get there:* More > Administration > Global system preferences > OPAC
patronspreferences.rst:*Get there:* More > Administration > Global system preferences > Patrons
searchingpreferences.rst:*Get there:* More > Administration > Global system preferences >
serialspreferences.rst:*Get there:* More > Administration > Global system preferences > Serials
staffclientpreferences.rst:*Get there:* More > Administration > Global system preferences > Staff 
toolspreferences.rst:*Get there:* More > Administration > Global system preferences > Tools
webservicespreferences.rst:*Get there:* More > Administration > Global system preferences > Web
Comment 3 Aude Charillon 2023-12-08 11:22:32 UTC
Thanks for listing those files, Caroline!

I'll make a note of that command too.
Comment 4 Rasa Satinskiene 2024-01-05 16:44:40 UTC
Manual updated