diff options
Diffstat (limited to 'plugins/filebrowser/pluma-file-browser.schemas.in')
-rwxr-xr-x | plugins/filebrowser/pluma-file-browser.schemas.in | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/plugins/filebrowser/pluma-file-browser.schemas.in b/plugins/filebrowser/pluma-file-browser.schemas.in index 0ae807d6..f27a75f4 100755 --- a/plugins/filebrowser/pluma-file-browser.schemas.in +++ b/plugins/filebrowser/pluma-file-browser.schemas.in @@ -1,8 +1,8 @@ <mateconfschemafile> <schemalist> <schema> - <key>/schemas/apps/pluma-2/plugins/filebrowser/on_load/tree_view</key> - <applyto>/apps/pluma-2/plugins/filebrowser/on_load/tree_view</applyto> + <key>/schemas/apps/pluma/plugins/filebrowser/on_load/tree_view</key> + <applyto>/apps/pluma/plugins/filebrowser/on_load/tree_view</applyto> <owner>pluma</owner> <type>bool</type> <default>TRUE</default> @@ -13,35 +13,35 @@ </schema> <schema> - <key>/schemas/apps/pluma-2/plugins/filebrowser/on_load/root</key> - <applyto>/apps/pluma-2/plugins/filebrowser/on_load/root</applyto> + <key>/schemas/apps/pluma/plugins/filebrowser/on_load/root</key> + <applyto>/apps/pluma/plugins/filebrowser/on_load/root</applyto> <owner>pluma</owner> <type>string</type> <default></default> <locale name="C"> <short>File Browser Root Directory</short> - <long>The file browser root directory to use when loading the file + <long>The file browser root directory to use when loading the file browser plugin and onload/tree_view is TRUE.</long> </locale> </schema> <schema> - <key>/schemas/apps/pluma-2/plugins/filebrowser/on_load/virtual_root</key> - <applyto>/apps/pluma-2/plugins/filebrowser/on_load/virtual_root</applyto> + <key>/schemas/apps/pluma/plugins/filebrowser/on_load/virtual_root</key> + <applyto>/apps/pluma/plugins/filebrowser/on_load/virtual_root</applyto> <owner>pluma</owner> <type>string</type> <default></default> <locale name="C"> <short>File Browser Virtual Root Directory</short> - <long>The file browser virtual root directory to use when loading the + <long>The file browser virtual root directory to use when loading the file browser plugin when onload/tree_view is TRUE. The virtual root must always be below the actual root.</long> </locale> </schema> - + <schema> - <key>/schemas/apps/pluma-2/plugins/filebrowser/on_load/enable_remote</key> - <applyto>/apps/pluma-2/plugins/filebrowser/on_load/enable_remote</applyto> + <key>/schemas/apps/pluma/plugins/filebrowser/on_load/enable_remote</key> + <applyto>/apps/pluma/plugins/filebrowser/on_load/enable_remote</applyto> <owner>pluma</owner> <type>bool</type> <default>FALSE</default> @@ -52,14 +52,14 @@ </schema> <schema> - <key>/schemas/apps/pluma-2/plugins/filebrowser/open_at_first_doc</key> - <applyto>/apps/pluma-2/plugins/filebrowser/open_at_first_doc</applyto> + <key>/schemas/apps/pluma/plugins/filebrowser/open_at_first_doc</key> + <applyto>/apps/pluma/plugins/filebrowser/open_at_first_doc</applyto> <owner>pluma</owner> <type>bool</type> <default>TRUE</default> <locale name="C"> <short>Set Location to First Document</short> - <long>If TRUE the file browser plugin will view the directory of + <long>If TRUE the file browser plugin will view the directory of the first opened document given that the file browser hasn't been used yet. (Thus this generally applies to opening a document from the command line or opening it with Caja, etc.)</long> @@ -67,23 +67,23 @@ </schema> <schema> - <key>/schemas/apps/pluma-2/plugins/filebrowser/filter_mode</key> - <applyto>/apps/pluma-2/plugins/filebrowser/filter_mode</applyto> + <key>/schemas/apps/pluma/plugins/filebrowser/filter_mode</key> + <applyto>/apps/pluma/plugins/filebrowser/filter_mode</applyto> <owner>pluma</owner> <type>string</type> <default>hidden_and_binary</default> <locale name="C"> <short>File Browser Filter Mode</short> <long>This value determines what files get filtered from the file - browser. Valid values are: none (filter nothing), - hidden (filter hidden files), binary (filter binary files) and + browser. Valid values are: none (filter nothing), + hidden (filter hidden files), binary (filter binary files) and hidden_and_binary (filter both hidden and binary files).</long> </locale> </schema> <schema> - <key>/schemas/apps/pluma-2/plugins/filebrowser/filter_pattern</key> - <applyto>/apps/pluma-2/plugins/filebrowser/filter_pattern</applyto> + <key>/schemas/apps/pluma/plugins/filebrowser/filter_pattern</key> + <applyto>/apps/pluma/plugins/filebrowser/filter_pattern</applyto> <owner>pluma</owner> <type>string</type> <default></default> |