Fix wording of searching checkbox as this has switched to case sensitive

This commit is contained in:
Lyn Perrine 2022-02-15 18:43:32 -08:00
parent 6a28836932
commit f0d319a8fc

View File

@ -105,7 +105,7 @@ To change what types of files you use choose the :guilabel:`File Type` tab. To c
.. image:: search-file-type.png
To search for the actual content of the files you are searching for use the :guilabel:`Content` tab. To enter what you actually want to search for in your file in your :guilabel:`File contains` filed. To search for things not caring whether it is uppercase or lowercase letters check the :guilabel:`Case insensitive` checkbox. To search with a regular expression check the :guilabel:`Use regular expression` checkbox.
To search for the actual content of the files you are searching for use the :guilabel:`Content` tab. To enter what you actually want to search for in your file in your :guilabel:`File contains` filed. To search caring whether it is uppercase or lowercase letters check the :guilabel:`Case sensitive` checkbox. To search with a regular expression check the :guilabel:`Use regular expression` checkbox.
.. image:: pcmanfm-content.png