This file is indexed.

/usr/share/help-langpack/ar/gedit/gedit-plugins-change-case.page is in language-pack-gnome-ar-base 1:18.04+20180423.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" type="topic" style="task" id="gedit-plugins-change-case" xml:lang="ar">

<info>
  <link type="guide" xref="gedit-plugin-guide#gedit-default-plugins"/>
    <revision pkgversion="3.8" date="2013-02-24" status="review"/>
  <credit type="author">
    <name>Daniel Neel</name>
    <email>dneelyep@gmail.com</email>
  </credit>

  <credit type="author">
    <name>Jim Campbell</name>
    <email>jcampbell@gnome.org</email>
  </credit>
  <desc>Change the case of selected text.</desc>
</info>

<title>Change case</title>

  <p>This plugin helps you to change the case of selected portions of text. You
  can use it to change text to be all lower case, all upper case, to invert the
  case, or apply title case. To enable this plugin, select
  <guiseq><gui style="menu">gedit</gui><gui style="menuitem">Preferences</gui>
  <gui>Plugins</gui><gui>Change Case</gui></guiseq>.</p>

  <p>Once the <em>Change Case</em> plugin is enabled, you can use it by
  completing the following steps:</p>

  <steps>
    <item><p>Highlight the portion of text that you want to change.</p></item>
    <item><p>Select <guiseq><gui style="menu">gedit</gui><gui>Change Case</gui></guiseq></p>
    </item>
    <item><p>Choose your desired text-formatting option.</p></item> 
  </steps>

  <p>The updates to the text formatting will take place immediately.</p>

  <note style="tip">
    <p>The <gui>Invert Case</gui> option will convert all lower case letters to
    upper case, and will convert all upper case letters to lower case.</p>
    <p>The <gui>Title Case</gui> option will convert the first letter of each
    word to upper case. All other letters will be converted to lower
    case.</p>
  </note>

  <note>
    <p>If you have not highlighted any text, the <em>Change Case</em> feature
    will be grayed-out. You need to select a portion of text before you use the
    <em>Change Case</em> feature.</p>
  </note>

</page>