[nautilus-actions] Rename Nautilus-Actions to FileManager-Actions



commit 665a464f899d51cf295925e78a72b5884f04ae60
Author: Pierre Wieser <pwieser trychlos org>
Date:   Mon Sep 7 18:54:05 2015 +0200

    Rename Nautilus-Actions to FileManager-Actions

 Makefile.am                                        |   10 +-
 configure.ac                                       |   12 +-
 data/Makefile.am                                   |   10 +-
 data/actions/Makefile.am                           |   10 +-
 data/actions/my-first-na-menu.desktop              |   12 +-
 data/actions/show-na-parameters.desktop            |   20 +-
 data/exports/Makefile.am                           |   10 +-
 data/gconf-schemas/Makefile.am                     |   10 +-
 .../nautilus-actions-prefs.schemas.in              |   14 +-
 docs/Makefile.am                                   |   10 +-
 docs/nact/C/nact-starting.xml                      |    2 +-
 docs/nact/C/nautilus-actions-config-tool.xml       |    4 +-
 docs/nact/Makefile.am                              |   12 +-
 docs/nact/de/de.po                                 |  146 ++++++++--------
 docs/nact/el/el.po                                 |   94 +++++-----
 docs/nact/es/es.po                                 |   96 +++++-----
 docs/nact/fr/fr.po                                 |  186 ++++++++++----------
 docs/nact/sl/sl.po                                 |   96 +++++-----
 docs/reference/Makefile.am                         |   12 +-
 docs/reference/na-about.xml                        |    4 +-
 docs/reference/na-compiling.xml                    |   12 +-
 docs/reference/na-dist-content.xml                 |   10 +-
 docs/reference/na-getting.xml                      |   10 +-
 docs/reference/na-what-is-it.xml                   |    8 +-
 docs/reference/nautilus-actions-docs.xml           |    4 +-
 docs/reference/nautilus-actions-sections.txt       |    2 +-
 icons/16x16/Makefile.am                            |   10 +-
 icons/16x16/nautilus-actions.svg                   |    2 +-
 icons/22x22/Makefile.am                            |   10 +-
 icons/22x22/nautilus-actions.svg                   |    2 +-
 icons/32x32/Makefile.am                            |   10 +-
 icons/32x32/nautilus-actions.svg                   |    2 +-
 icons/48x48/Makefile.am                            |   10 +-
 icons/Makefile.am                                  |   10 +-
 icons/scalable/Makefile.am                         |   10 +-
 icons/scalable/nautilus-actions.svg                |    2 +-
 m4/Makefile.am                                     |   10 +-
 m4/na-check-for-gconf.m4                           |   10 +-
 m4/na-check-for-gtk.m4                             |   10 +-
 m4/na-check-module.m4                              |   10 +-
 m4/na-compiler.m4                                  |   10 +-
 m4/na-default-io-provider.m4                       |   10 +-
 m4/na-enable-manuals.m4                            |   10 +-
 m4/na-file-manager.m4                              |   10 +-
 m4/na-log-domains.m4                               |   10 +-
 m4/na-maintainer.m4                                |   10 +-
 m4/na-nautilus-extdir.m4                           |   12 +-
 maintainer/Makefile.am                             |   10 +-
 maintainer/check-headers.sh                        |   10 +-
 maintainer/check-po.sh                             |   10 +-
 maintainer/release-tarball.sh                      |   14 +-
 maintainer/run-autogen.sh                          |   22 ++--
 maintainer/run-distcheck.sh                        |   10 +-
 nautilus-actions.doap                              |    4 +-
 src/Makefile.am                                    |   10 +-
 src/api/Makefile.am                                |   10 +-
 src/api/na-boxed.h                                 |   10 +-
 src/api/na-core-utils.h                            |   10 +-
 src/api/na-data-boxed.h                            |   10 +-
 src/api/na-data-def.h                              |   10 +-
 src/api/na-data-types.h                            |   10 +-
 src/api/na-dbus.h                                  |   10 +-
 src/api/na-extension.h                             |   26 ++--
 src/api/na-gconf-monitor.h                         |   12 +-
 src/api/na-gconf-utils.h                           |   12 +-
 src/api/na-icontext.h                              |   10 +-
 src/api/na-iduplicable.h                           |   12 +-
 src/api/na-iexporter.h                             |   20 +-
 src/api/na-ifactory-object-data.h                  |   10 +-
 src/api/na-ifactory-object.h                       |   10 +-
 src/api/na-ifactory-provider-provider.h            |   10 +-
 src/api/na-ifactory-provider.h                     |   10 +-
 src/api/na-iimporter.h                             |   14 +-
 src/api/na-iio-provider.h                          |   20 +-
 src/api/na-object-action.h                         |   10 +-
 src/api/na-object-api.h                            |   10 +-
 src/api/na-object-id.h                             |   10 +-
 src/api/na-object-item.h                           |   10 +-
 src/api/na-object-menu.h                           |   10 +-
 src/api/na-object-profile.h                        |   10 +-
 src/api/na-object.h                                |   10 +-
 src/api/na-timeout.h                               |   10 +-
 src/core/Makefile.am                               |   10 +-
 src/core/na-about.c                                |   20 +-
 src/core/na-about.h                                |   12 +-
 src/core/na-boxed.c                                |   10 +-
 src/core/na-core-utils.c                           |   14 +-
 src/core/na-data-boxed.c                           |   10 +-
 src/core/na-data-def.c                             |   10 +-
 src/core/na-data-types.c                           |   10 +-
 src/core/na-desktop-environment.c                  |   10 +-
 src/core/na-desktop-environment.h                  |   10 +-
 src/core/na-export-format.c                        |   10 +-
 src/core/na-export-format.h                        |   10 +-
 src/core/na-exporter.c                             |   10 +-
 src/core/na-exporter.h                             |   10 +-
 src/core/na-factory-object.c                       |   10 +-
 src/core/na-factory-object.h                       |   10 +-
 src/core/na-factory-provider.c                     |   10 +-
 src/core/na-factory-provider.h                     |   10 +-
 src/core/na-gconf-migration.c                      |   10 +-
 src/core/na-gconf-migration.h                      |   10 +-
 src/core/na-gconf-monitor.c                        |   10 +-
 src/core/na-gconf-utils.c                          |   10 +-
 src/core/na-gnome-vfs-uri.c                        |   10 +-
 src/core/na-gnome-vfs-uri.h                        |   10 +-
 src/core/na-gtk-utils.c                            |   10 +-
 src/core/na-gtk-utils.h                            |   10 +-
 src/core/na-icontext-factory.c                     |   10 +-
 src/core/na-icontext.c                             |   10 +-
 src/core/na-iduplicable.c                          |   10 +-
 src/core/na-iexporter.c                            |   10 +-
 src/core/na-ifactory-object.c                      |   10 +-
 src/core/na-ifactory-provider.c                    |   10 +-
 src/core/na-iimporter.c                            |   10 +-
 src/core/na-iio-provider.c                         |   10 +-
 src/core/na-import-mode.c                          |   10 +-
 src/core/na-import-mode.h                          |   10 +-
 src/core/na-importer-ask.c                         |   10 +-
 src/core/na-importer-ask.h                         |   10 +-
 src/core/na-importer.c                             |   10 +-
 src/core/na-importer.h                             |   12 +-
 src/core/na-io-provider.c                          |   10 +-
 src/core/na-io-provider.h                          |   14 +-
 src/core/na-ioption.c                              |   10 +-
 src/core/na-ioption.h                              |   10 +-
 src/core/na-ioptions-list.c                        |   10 +-
 src/core/na-ioptions-list.h                        |   10 +-
 src/core/na-iprefs.c                               |   10 +-
 src/core/na-iprefs.h                               |   10 +-
 src/core/na-module.c                               |   10 +-
 src/core/na-module.h                               |   12 +-
 src/core/na-object-action-factory.c                |   10 +-
 src/core/na-object-action.c                        |    8 +-
 src/core/na-object-id-factory.c                    |   10 +-
 src/core/na-object-id.c                            |   10 +-
 src/core/na-object-item-factory.c                  |   10 +-
 src/core/na-object-item.c                          |   10 +-
 src/core/na-object-menu-factory.c                  |   10 +-
 src/core/na-object-menu.c                          |   10 +-
 src/core/na-object-profile-factory.c               |   10 +-
 src/core/na-object-profile.c                       |   10 +-
 src/core/na-object.c                               |   10 +-
 src/core/na-pivot.c                                |   12 +-
 src/core/na-pivot.h                                |   12 +-
 src/core/na-selected-info.c                        |   10 +-
 src/core/na-selected-info.h                        |   10 +-
 src/core/na-settings.c                             |   10 +-
 src/core/na-settings.h                             |   10 +-
 src/core/na-timeout.c                              |   10 +-
 src/core/na-tokens.c                               |   10 +-
 src/core/na-tokens.h                               |   10 +-
 src/core/na-updater.c                              |   10 +-
 src/core/na-updater.h                              |   10 +-
 src/io-desktop/Makefile.am                         |   10 +-
 src/io-desktop/nadp-desktop-file.c                 |   10 +-
 src/io-desktop/nadp-desktop-file.h                 |   10 +-
 src/io-desktop/nadp-desktop-provider.c             |   12 +-
 src/io-desktop/nadp-desktop-provider.h             |   10 +-
 src/io-desktop/nadp-formats.c                      |   14 +-
 src/io-desktop/nadp-formats.h                      |   10 +-
 src/io-desktop/nadp-keys.c                         |   10 +-
 src/io-desktop/nadp-keys.h                         |   10 +-
 src/io-desktop/nadp-module.c                       |   10 +-
 src/io-desktop/nadp-monitor.c                      |   10 +-
 src/io-desktop/nadp-monitor.h                      |   10 +-
 src/io-desktop/nadp-reader.c                       |   10 +-
 src/io-desktop/nadp-reader.h                       |   10 +-
 src/io-desktop/nadp-utils.c                        |   10 +-
 src/io-desktop/nadp-utils.h                        |   10 +-
 src/io-desktop/nadp-writer.c                       |   10 +-
 src/io-desktop/nadp-writer.h                       |   10 +-
 src/io-desktop/nadp-xdg-dirs.c                     |   10 +-
 src/io-desktop/nadp-xdg-dirs.h                     |   10 +-
 src/io-gconf/Makefile.am                           |   10 +-
 src/io-gconf/nagp-gconf-provider.c                 |   12 +-
 src/io-gconf/nagp-gconf-provider.h                 |   10 +-
 src/io-gconf/nagp-keys.c                           |   10 +-
 src/io-gconf/nagp-keys.h                           |   10 +-
 src/io-gconf/nagp-module.c                         |   10 +-
 src/io-gconf/nagp-reader.c                         |   10 +-
 src/io-gconf/nagp-reader.h                         |   10 +-
 src/io-gconf/nagp-writer.c                         |   10 +-
 src/io-gconf/nagp-writer.h                         |   10 +-
 src/io-xml/Makefile.am                             |   10 +-
 src/io-xml/naxml-formats.c                         |   26 ++--
 src/io-xml/naxml-formats.h                         |   10 +-
 src/io-xml/naxml-keys.c                            |   10 +-
 src/io-xml/naxml-keys.h                            |   10 +-
 src/io-xml/naxml-module.c                          |   10 +-
 src/io-xml/naxml-provider.c                        |   10 +-
 src/io-xml/naxml-provider.h                        |   10 +-
 src/io-xml/naxml-reader.c                          |   10 +-
 src/io-xml/naxml-reader.h                          |   10 +-
 src/io-xml/naxml-writer.c                          |   10 +-
 src/io-xml/naxml-writer.h                          |   12 +-
 src/nact/Makefile.am                               |   10 +-
 src/nact/base-assistant.c                          |   10 +-
 src/nact/base-assistant.h                          |   12 +-
 src/nact/base-builder.c                            |   10 +-
 src/nact/base-builder.h                            |   10 +-
 src/nact/base-dialog.c                             |   10 +-
 src/nact/base-dialog.h                             |   12 +-
 src/nact/base-gtk-utils.c                          |   10 +-
 src/nact/base-gtk-utils.h                          |   10 +-
 src/nact/base-isession.c                           |   10 +-
 src/nact/base-isession.h                           |   10 +-
 src/nact/base-keysyms.h                            |   10 +-
 src/nact/base-window.c                             |   10 +-
 src/nact/base-window.h                             |   10 +-
 src/nact/egg-tree-multi-dnd.c                      |   10 +-
 src/nact/egg-tree-multi-dnd.h                      |    2 +-
 src/nact/main.c                                    |   10 +-
 src/nact/nact-add-capability-dialog.c              |   10 +-
 src/nact/nact-add-capability-dialog.h              |   10 +-
 src/nact/nact-add-scheme-dialog.c                  |   10 +-
 src/nact/nact-add-scheme-dialog.h                  |   10 +-
 src/nact/nact-application.c                        |   12 +-
 src/nact/nact-application.h                        |   10 +-
 src/nact/nact-assistant-export.c                   |   10 +-
 src/nact/nact-assistant-export.h                   |   10 +-
 src/nact/nact-assistant-import.c                   |   10 +-
 src/nact/nact-assistant-import.h                   |   10 +-
 src/nact/nact-clipboard.c                          |   10 +-
 src/nact/nact-clipboard.h                          |   10 +-
 src/nact/nact-confirm-logout.c                     |   10 +-
 src/nact/nact-confirm-logout.h                     |   10 +-
 src/nact/nact-export-ask.c                         |   10 +-
 src/nact/nact-export-ask.h                         |   10 +-
 src/nact/nact-iaction-tab.c                        |   10 +-
 src/nact/nact-iaction-tab.h                        |   10 +-
 src/nact/nact-ibasenames-tab.c                     |   10 +-
 src/nact/nact-ibasenames-tab.h                     |   10 +-
 src/nact/nact-icapabilities-tab.c                  |   10 +-
 src/nact/nact-icapabilities-tab.h                  |   10 +-
 src/nact/nact-icommand-tab.c                       |   10 +-
 src/nact/nact-icommand-tab.h                       |   10 +-
 src/nact/nact-icon-chooser.c                       |    8 +-
 src/nact/nact-icon-chooser.h                       |    8 +-
 src/nact/nact-ienvironment-tab.c                   |   10 +-
 src/nact/nact-ienvironment-tab.h                   |   10 +-
 src/nact/nact-iexecution-tab.c                     |   10 +-
 src/nact/nact-iexecution-tab.h                     |   10 +-
 src/nact/nact-ifolders-tab.c                       |   10 +-
 src/nact/nact-ifolders-tab.h                       |   10 +-
 src/nact/nact-imimetypes-tab.c                     |   10 +-
 src/nact/nact-imimetypes-tab.h                     |   10 +-
 src/nact/nact-iproperties-tab.c                    |   10 +-
 src/nact/nact-iproperties-tab.h                    |   10 +-
 src/nact/nact-ischemes-tab.c                       |   10 +-
 src/nact/nact-ischemes-tab.h                       |   10 +-
 src/nact/nact-main-tab.c                           |   10 +-
 src/nact/nact-main-tab.h                           |   10 +-
 src/nact/nact-main-window-def.h                    |   10 +-
 src/nact/nact-main-window.c                        |   10 +-
 src/nact/nact-main-window.h                        |   10 +-
 src/nact/nact-main-window.ui                       |    2 +-
 src/nact/nact-match-list.c                         |   10 +-
 src/nact/nact-match-list.h                         |   10 +-
 src/nact/nact-menu-edit.c                          |   10 +-
 src/nact/nact-menu-edit.h                          |   10 +-
 src/nact/nact-menu-file.c                          |   10 +-
 src/nact/nact-menu-file.h                          |   10 +-
 src/nact/nact-menu-view.c                          |   10 +-
 src/nact/nact-menu-view.h                          |   10 +-
 src/nact/nact-menu.c                               |   10 +-
 src/nact/nact-menu.h                               |   10 +-
 src/nact/nact-preferences-editor.c                 |   12 +-
 src/nact/nact-preferences-editor.h                 |   10 +-
 src/nact/nact-preferences.ui                       |   14 +-
 src/nact/nact-providers-list.c                     |   10 +-
 src/nact/nact-providers-list.h                     |   10 +-
 src/nact/nact-schemes-list.c                       |   10 +-
 src/nact/nact-schemes-list.h                       |   10 +-
 src/nact/nact-sort-buttons.c                       |   10 +-
 src/nact/nact-sort-buttons.h                       |   10 +-
 src/nact/nact-statusbar.c                          |   10 +-
 src/nact/nact-statusbar.h                          |   10 +-
 src/nact/nact-tree-ieditable.c                     |   10 +-
 src/nact/nact-tree-ieditable.h                     |   10 +-
 src/nact/nact-tree-model-dnd.c                     |   12 +-
 src/nact/nact-tree-model-priv.h                    |   10 +-
 src/nact/nact-tree-model.c                         |   10 +-
 src/nact/nact-tree-model.h                         |   10 +-
 src/nact/nact-tree-view.c                          |   10 +-
 src/nact/nact-tree-view.h                          |   10 +-
 src/nact/nact.desktop.in                           |    2 +-
 src/nact/nautilus-actions-config-tool.actions      |    4 +-
 src/plugin-menu/Makefile.am                        |   10 +-
 src/plugin-menu/nautilus-actions.c                 |   22 ++--
 src/plugin-menu/nautilus-actions.h                 |   10 +-
 src/plugin-menu/nautilus-module.c                  |   12 +-
 src/plugin-tracker/Makefile.am                     |   10 +-
 src/plugin-tracker/na-tracker-plugin.c             |   12 +-
 src/plugin-tracker/na-tracker.c                    |   10 +-
 src/plugin-tracker/na-tracker.h                    |   10 +-
 src/utils/Makefile.am                              |   10 +-
 src/utils/console-utils.c                          |   10 +-
 src/utils/console-utils.h                          |   10 +-
 src/utils/na-delete-xmltree.c                      |   10 +-
 src/utils/na-gconf2key.sh.in                       |   12 +-
 src/utils/na-print-schemas.c                       |   12 +-
 src/utils/na-set-conf.c                            |   10 +-
 src/utils/nautilus-actions-new.c                   |   12 +-
 src/utils/nautilus-actions-print.c                 |   10 +-
 src/utils/nautilus-actions-run.c                   |   10 +-
 tools/Makefile.am                                  |   10 +-
 307 files changed, 1853 insertions(+), 1853 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 1256e0c..4fa64d9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,22 +1,22 @@
-# Nautilus-Actions
-# A Nautilus extension which offers configurable context menu actions.
+# FileManager-Actions
+# A file-manager extension which offers configurable context menu actions.
 #
 # Copyright (C) 2005 The GNOME Foundation
 # Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
 # Copyright (C) 2009-2014 Pierre Wieser and others (see AUTHORS)
 #
-# Nautilus-Actions is free software; you can redistribute it and/or
+# FileManager-Actions is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
 # published by the Free Software Foundation; either version 2 of
 # the License, or (at your option) any later version.
 #
-# Nautilus-Actions is distributed in the hope that it will be useful,
+# FileManager-Actions is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
 # General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with Nautilus-Actions; see the file COPYING. If not, see
+# along with FileManager-Actions; see the file COPYING. If not, see
 # <http://www.gnu.org/licenses/>.
 #
 # Authors:
diff --git a/configure.ac b/configure.ac
index 59c82dc..e757131 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,22 +1,22 @@
-# Nautilus-Actions
-# A Nautilus extension which offers configurable context menu actions.
+# FileManager-Actions
+# A file-manager extension which offers configurable context menu actions.
 #
 # Copyright (C) 2005 The GNOME Foundation
 # Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
 # Copyright (C) 2009-2014 Pierre Wieser and others (see AUTHORS)
 #
-# Nautilus-Actions is free software; you can redistribute it and/or
+# FileManager-Actions is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
 # published by the Free Software Foundation; either version 2 of
 # the License, or (at your option) any later version.
 #
-# Nautilus-Actions is distributed in the hope that it will be useful,
+# FileManager-Actions is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
 # General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with Nautilus-Actions; see the file COPYING. If not, see
+# along with FileManager-Actions; see the file COPYING. If not, see
 # <http://www.gnu.org/licenses/>.
 #
 # Authors:
@@ -27,7 +27,7 @@
 
 AC_PREREQ([2.53])
 
-AC_INIT([Nautilus-Actions],[3.4],[maintainer nautilus-actions org],,[http://www.nautilus-actions.org])
+AC_INIT([FileManager-Actions],[3.4],[maintainer nautilus-actions org],,[http://www.nautilus-actions.org])
 
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
 AC_CANONICAL_TARGET
diff --git a/data/Makefile.am b/data/Makefile.am
index 26f01de..f76c38e 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -1,22 +1,22 @@
-# Nautilus-Actions
-# A Nautilus extension which offers configurable context menu actions.
+# FileManager-Actions
+# A file-manager extension which offers configurable context menu actions.
 #
 # Copyright (C) 2005 The GNOME Foundation
 # Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
 # Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
 #
-# Nautilus-Actions is free software; you can redistribute it and/or
+# FileManager-Actions is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
 # published by the Free Software Foundation; either version 2 of
 # the License, or (at your option) any later version.
 #
-# Nautilus-Actions is distributed in the hope that it will be useful,
+# FileManager-Actions is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
 # General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with Nautilus-Actions; see the file COPYING. If not, see
+# along with FileManager-Actions; see the file COPYING. If not, see
 # <http://www.gnu.org/licenses/>.
 #
 # Authors:
diff --git a/data/actions/Makefile.am b/data/actions/Makefile.am
index 881ed90..b6e3a3c 100644
--- a/data/actions/Makefile.am
+++ b/data/actions/Makefile.am
@@ -1,22 +1,22 @@
-# Nautilus-Actions
-# A Nautilus extension which offers configurable context menu actions.
+# FileManager-Actions
+# A file-manager extension which offers configurable context menu actions.
 #
 # Copyright (C) 2005 The GNOME Foundation
 # Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
 # Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
 #
-# Nautilus-Actions is free software; you can redistribute it and/or
+# FileManager-Actions is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
 # published by the Free Software Foundation; either version 2 of
 # the License, or (at your option) any later version.
 #
-# Nautilus-Actions is distributed in the hope that it will be useful,
+# FileManager-Actions is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
 # General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with Nautilus-Actions; see the file COPYING. If not, see
+# along with FileManager-Actions; see the file COPYING. If not, see
 # <http://www.gnu.org/licenses/>.
 #
 # Authors:
diff --git a/data/actions/my-first-na-menu.desktop b/data/actions/my-first-na-menu.desktop
index e3adb95..4f27bcd 100644
--- a/data/actions/my-first-na-menu.desktop
+++ b/data/actions/my-first-na-menu.desktop
@@ -1,13 +1,13 @@
 
 [Desktop Entry]
 Type=Menu
-Name[en_US]=My First Nautilus-Actions menu
-Name[en]=My First Nautilus-Actions menu
-Name[C]=My First Nautilus-Actions menu
+Name[en_US]=My First FileManager-Actions menu
+Name[en]=My First FileManager-Actions menu
+Name[C]=My First FileManager-Actions menu
 ItemsList=my-first-na-action;show-na-parameters;open-terminal-here;
-Tooltip[en_US]=Contains some default Nautilus-Actions actions
-Tooltip[en]=Contains some default Nautilus-Actions actions
-Tooltip[C]=Contains some default Nautilus-Actions actions
+Tooltip[en_US]=Contains some default FileManager-Actions actions
+Tooltip[en]=Contains some default FileManager-Actions actions
+Tooltip[C]=Contains some default FileManager-Actions actions
 Icon[en_US]=/usr/share/icons/hicolor/22x22/mimetypes/application-x-catalog.png
 Icon[en]=/usr/share/icons/hicolor/22x22/mimetypes/application-x-catalog.png
 Icon[C]=/usr/share/icons/hicolor/22x22/mimetypes/application-x-catalog.png
diff --git a/data/actions/show-na-parameters.desktop b/data/actions/show-na-parameters.desktop
index e36ddf2..94c9d0f 100644
--- a/data/actions/show-na-parameters.desktop
+++ b/data/actions/show-na-parameters.desktop
@@ -2,24 +2,24 @@
 [Desktop Entry]
 Type=Action
 Profiles=profile-pre-v2;
-Name[en_US]=Display Nautilus-Actions Parameters
-Name[en]=Display Nautilus-Actions Parameters
-Name[C]=Display Nautilus-Actions Parameters
+Name[en_US]=Display FileManager-Actions Parameters
+Name[en]=Display FileManager-Actions Parameters
+Name[C]=Display FileManager-Actions Parameters
 Icon[en_US]=/usr/share/icons/hicolor/16x16/apps/nautilus-actions.png
 Icon[en]=/usr/share/icons/hicolor/16x16/apps/nautilus-actions.png
 Icon[C]=/usr/share/icons/hicolor/16x16/apps/nautilus-actions.png
-ToolbarLabel[en_US]=Display Nautilus-Actions Parameters
-ToolbarLabel[en]=Display Nautilus-Actions Parameters
-ToolbarLabel[C]=Display Nautilus-Actions Parameters
-Tooltip[en_US]=Display the Nautilus-Actions parameters
-Tooltip[en]=Display the Nautilus-Actions parameters
-Tooltip[C]=Display the Nautilus-Actions parameters
+ToolbarLabel[en_US]=Display FileManager-Actions Parameters
+ToolbarLabel[en]=Display FileManager-Actions Parameters
+ToolbarLabel[C]=Display FileManager-Actions Parameters
+Tooltip[en_US]=Display the FileManager-Actions parameters
+Tooltip[en]=Display the FileManager-Actions parameters
+Tooltip[C]=Display the FileManager-Actions parameters
 TargetLocation=true
 TargetToolbar=true
 Enabled = false
 
 [X-Action-Profile profile-pre-v2]
-Exec=zenity --list --text="Nautilus-Actions parameters for the selected items:" --column="Parameter" 
--column="Token" --column="Value" "space-separated list of basenames" %%B "%B" "(first) basename" %%b "%b" 
"count selection" %%c "%c" "(first) base directory" %%d "%d" "space-separated list of base directories" %%D 
"%D" "(first) filename" %%f "%f" "space-separated list of filenames" %%F "%F" "hostname" %%h "%h" "(first) 
mimetype" %%m "%m" "space-separated list of mimetypes" %%M "%M" "username" %%n "%n" "port number" %%p "%p" 
"scheme" %%s "%s" "(first) URI" %%u "%u" "space-separated list of URIs" %%U "%U" "(first) basename without 
extension" %%w "%w" "space-separated list of basenames w/o extension" %%W "%W" "(first) extension" %%x "%x" 
"space-separated list of extensions" %%X "%X" --height=370 --width=768 --print-column=ALL
+Exec=zenity --list --text="FileManager-Actions parameters for the selected items:" --column="Parameter" 
--column="Token" --column="Value" "space-separated list of basenames" %%B "%B" "(first) basename" %%b "%b" 
"count selection" %%c "%c" "(first) base directory" %%d "%d" "space-separated list of base directories" %%D 
"%D" "(first) filename" %%f "%f" "space-separated list of filenames" %%F "%F" "hostname" %%h "%h" "(first) 
mimetype" %%m "%m" "space-separated list of mimetypes" %%M "%M" "username" %%n "%n" "port number" %%p "%p" 
"scheme" %%s "%s" "(first) URI" %%u "%u" "space-separated list of URIs" %%U "%U" "(first) basename without 
extension" %%w "%w" "space-separated list of basenames w/o extension" %%W "%W" "(first) extension" %%x "%x" 
"space-separated list of extensions" %%X "%X" --height=370 --width=768 --print-column=ALL
 Name[en_US]=Profile automatically created from pre-v2 action
 Name[en]=Profile automatically created from pre-v2 action
 Name[C]=Profile automatically created from pre-v2 action
diff --git a/data/exports/Makefile.am b/data/exports/Makefile.am
index 1adef2a..5875e97 100644
--- a/data/exports/Makefile.am
+++ b/data/exports/Makefile.am
@@ -1,22 +1,22 @@
-# Nautilus-Actions
-# A Nautilus extension which offers configurable context menu actions.
+# FileManager-Actions
+# A file-manager extension which offers configurable context menu actions.
 #
 # Copyright (C) 2005 The GNOME Foundation
 # Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
 # Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
 #
-# Nautilus-Actions is free software; you can redistribute it and/or
+# FileManager-Actions is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
 # published by the Free Software Foundation; either version 2 of
 # the License, or (at your option) any later version.
 #
-# Nautilus-Actions is distributed in the hope that it will be useful,
+# FileManager-Actions is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
 # General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with Nautilus-Actions; see the file COPYING. If not, see
+# along with FileManager-Actions; see the file COPYING. If not, see
 # <http://www.gnu.org/licenses/>.
 #
 # Authors:
diff --git a/data/gconf-schemas/Makefile.am b/data/gconf-schemas/Makefile.am
index 30cb12b..c019787 100644
--- a/data/gconf-schemas/Makefile.am
+++ b/data/gconf-schemas/Makefile.am
@@ -1,22 +1,22 @@
-# Nautilus-Actions
-# A Nautilus extension which offers configurable context menu actions.
+# FileManager-Actions
+# A file-manager extension which offers configurable context menu actions.
 #
 # Copyright (C) 2005 The GNOME Foundation
 # Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
 # Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
 #
-# Nautilus-Actions is free software; you can redistribute it and/or
+# FileManager-Actions is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
 # published by the Free Software Foundation; either version 2 of
 # the License, or (at your option) any later version.
 #
-# Nautilus-Actions is distributed in the hope that it will be useful,
+# FileManager-Actions is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
 # General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with Nautilus-Actions; see the file COPYING. If not, see
+# along with FileManager-Actions; see the file COPYING. If not, see
 # <http://www.gnu.org/licenses/>.
 #
 # Authors:
diff --git a/data/gconf-schemas/nautilus-actions-prefs.schemas.in 
b/data/gconf-schemas/nautilus-actions-prefs.schemas.in
index cef2673..76a64d7 100644
--- a/data/gconf-schemas/nautilus-actions-prefs.schemas.in
+++ b/data/gconf-schemas/nautilus-actions-prefs.schemas.in
@@ -79,9 +79,9 @@
         <short>Preferred export format</short>
         <long>This is the preferred export format, used as a default when exporting items, or dropping them 
outside of the application.
 Possible values are:
-- "GConfSchemaV1": this used to be the historical export format. The exported file may later be imported via 
Import assistant of the Nautilus-Actions Configuration Tool, or via the gconftool-2 --import-schema-file 
command-line tool.
-- "GConfSchemaV2": a lighter while still compatible schema. The exported file may later be imported via 
Import assistant of the Nautilus-Actions Configuration Tool, or via the gconftool-2 --import-schema-file 
command-line tool.
-- "GConfEntry": this should be the preferred format for newly exported actions. The exported file may later 
be imported via Import assistant of the Nautilus-Actions Configuration Tool, or via the gconftool-2 --load 
command-line tool.
+- "GConfSchemaV1": this used to be the historical export format. The exported file may later be imported via 
Import assistant of the FileManager-Actions Configuration Tool, or via the gconftool-2 --import-schema-file 
command-line tool.
+- "GConfSchemaV2": a lighter while still compatible schema. The exported file may later be imported via 
Import assistant of the FileManager-Actions Configuration Tool, or via the gconftool-2 --import-schema-file 
command-line tool.
+- "GConfEntry": this should be the preferred format for newly exported actions. The exported file may later 
be imported via Import assistant of the FileManager-Actions Configuration Tool, or via the gconftool-2 --load 
command-line tool.
 - "Ask": the user will be asked at runtime for the format he wishes to use.</long>
       </locale>
       <default>/tmp</default>
@@ -238,7 +238,7 @@ Possible values are:
       <type>bool</type>
       <locale name="C">
         <short>Add an 'About' item in the Nautilus context menu</short>
-        <long>If TRUE, and if the user has defined a single root menu for its actions, then an 'About 
Nautilus-Actions' will be displayed at end of the first submenu.</long>
+        <long>If TRUE, and if the user has defined a single root menu for its actions, then an 'About 
FileManager-Actions' will be displayed at end of the first submenu.</long>
       </locale>
       <default>true</default>
     </schema>
@@ -252,7 +252,7 @@ Possible values are:
         <long>This preference indicates the preferred sort mode. Possible values are :
 - "AscendingOrder": the actions are maintained in ascending alphabetical order (historical behavior).
 - "DescendingOrder": the actions are maintained in descending alphabetical order.
-- "ManualOrder": user is free to reorder them via Nautilus-Actions configuration tool.</long>
+- "ManualOrder": user is free to reorder them via FileManager-Actions configuration tool.</long>
       </locale>
       <default>0</default>
     </schema>
@@ -262,8 +262,8 @@ Possible values are:
       <owner>nautilus-actions</owner>
       <type>bool</type>
       <locale name="C">
-        <short>Define a 'Nautilus-Actions actions' root menu</short>
-        <long>If TRUE, then a 'Nautilus-Actions actions' item will be defined in the Nautilus context menu, 
and will be the root menu of all available actions.</long>
+        <short>Define a 'FileManager-Actions actions' root menu</short>
+        <long>If TRUE, then a 'FileManager-Actions actions' item will be defined in the Nautilus context 
menu, and will be the root menu of all available actions.</long>
       </locale>
       <default>true</default>
     </schema>
diff --git a/docs/Makefile.am b/docs/Makefile.am
index ed089ef..61ae9e7 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -1,22 +1,22 @@
-# Nautilus-Actions
-# A Nautilus extension which offers configurable context menu actions.
+# FileManager-Actions
+# A file-manager extension which offers configurable context menu actions.
 #
 # Copyright (C) 2005 The GNOME Foundation
 # Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
 # Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
 #
-# Nautilus-Actions is free software; you can redistribute it and/or
+# FileManager-Actions is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
 # published by the Free Software Foundation; either version 2 of
 # the License, or (at your option) any later version.
 #
-# Nautilus-Actions is distributed in the hope that it will be useful,
+# FileManager-Actions is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
 # General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with Nautilus-Actions; see the file COPYING. If not, see
+# along with FileManager-Actions; see the file COPYING. If not, see
 # <http://www.gnu.org/licenses/>.
 #
 # Authors:
diff --git a/docs/nact/C/nact-starting.xml b/docs/nact/C/nact-starting.xml
index d2ba896..052df17 100644
--- a/docs/nact/C/nact-starting.xml
+++ b/docs/nact/C/nact-starting.xml
@@ -12,7 +12,7 @@
               <menuchoice>
                 <guisubmenu>Preferences</guisubmenu>
                 <guisubmenu>Look and Feel</guisubmenu>
-                <guimenuitem>Nautilus-Actions Configuration Tool</guimenuitem>
+                <guimenuitem>FileManager-Actions Configuration Tool</guimenuitem>
               </menuchoice>.
             </para>
           </listitem>
diff --git a/docs/nact/C/nautilus-actions-config-tool.xml b/docs/nact/C/nautilus-actions-config-tool.xml
index e8a8f0d..22f3c40 100644
--- a/docs/nact/C/nautilus-actions-config-tool.xml
+++ b/docs/nact/C/nautilus-actions-config-tool.xml
@@ -2,8 +2,8 @@
 <!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" 
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"; [
 
   <!-- name and version of the application -->
-  <!ENTITY prodname "<productname>Nautilus-Actions</productname>">
-  <!ENTITY appnamex "Nautilus-Actions Configuration Tool">
+  <!ENTITY prodname "<productname>FileManager-Actions</productname>">
+  <!ENTITY appnamex "FileManager-Actions Configuration Tool">
   <!ENTITY appname "<application>&appnamex;</application>">
   <!ENTITY appversion "3.2">
 
diff --git a/docs/nact/Makefile.am b/docs/nact/Makefile.am
index a43c2e8..78c6f3f 100644
--- a/docs/nact/Makefile.am
+++ b/docs/nact/Makefile.am
@@ -1,22 +1,22 @@
-# Nautilus-Actions
-# A Nautilus extension which offers configurable context menu actions.
+# FileManager-Actions
+# A file-manager extension which offers configurable context menu actions.
 #
 # Copyright (C) 2005 The GNOME Foundation
 # Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
 # Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
 #
-# Nautilus-Actions is free software; you can redistribute it and/or
+# FileManager-Actions is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
 # published by the Free Software Foundation; either version 2 of
 # the License, or (at your option) any later version.
 #
-# Nautilus-Actions is distributed in the hope that it will be useful,
+# FileManager-Actions is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
 # General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with Nautilus-Actions; see the file COPYING. If not, see
+# along with FileManager-Actions; see the file COPYING. If not, see
 # <http://www.gnu.org/licenses/>.
 #
 # Authors:
@@ -28,7 +28,7 @@
 # from Migrating your documentation to gnome-doc-utils
 # http://live.gnome.org/GnomeDocUtilsMigrationHowTo
 #
-# The gnome-doc-utils packages produces the Nautilus-Actions Configuration
+# The gnome-doc-utils packages produces the FileManager-Actions Configuration
 # Tool (NACT) Users's Manual as DocBook XML documents, suitable for Yelp,
 # the Gnome help system.
 #
diff --git a/docs/nact/de/de.po b/docs/nact/de/de.po
index e0fbcac..e6f94b8 100644
--- a/docs/nact/de/de.po
+++ b/docs/nact/de/de.po
@@ -270,7 +270,7 @@ msgstr "2012-12-27"
 
 #: C/nautilus-actions-config-tool.xml:2(title)
 msgid ""
-"<application>Nautilus-Actions Configuration Tool</application> User's Manual"
+"<application>FileManager-Actions Configuration Tool</application> User's Manual"
 msgstr ""
 "Benutzerhandbuch für das <application>Nautilus-Aktionen "
 "Konfigurationswerkzeug</application>"
@@ -294,7 +294,7 @@ msgstr "Pierre Wieser"
 #: C/nautilus-actions-config-tool.xml:12(para)
 #: C/nautilus-actions-config-tool.xml:75(para)
 msgid ""
-"<productname>Nautilus-Actions</productname> is a <productname>Nautilus</"
+"<productname>FileManager-Actions</productname> is a <productname>Nautilus</"
 "productname> extension whose principal function is to allow the user to add "
 "arbitrary actions to the file manager context menus. These actions may be "
 "organized in menus and submenus, exported and shared with other desktop "
@@ -309,7 +309,7 @@ msgstr ""
 
 #: C/nautilus-actions-config-tool.xml:18(para)
 msgid ""
-"This manual describes the <application>Nautilus-Actions Configuration Tool</"
+"This manual describes the <application>FileManager-Actions Configuration Tool</"
 "application> user interface, and explains how you may configure your menus "
 "and actions, making them be displayed and applied depending on specific "
 "conditions."
@@ -321,7 +321,7 @@ msgstr ""
 
 #: C/nautilus-actions-config-tool.xml:25(releaseinfo)
 msgid ""
-"This manual describes version 3.2 of Nautilus-Actions Configuration Tool."
+"This manual describes version 3.2 of FileManager-Actions Configuration Tool."
 msgstr ""
 "Dieses Handbuch beschreibt Version 3.2 des Nautilus-Aktionen "
 "Konfigurationswerkzeugs."
@@ -343,8 +343,8 @@ msgid "pwieser trychlos org"
 msgstr "pwieser trychlos org"
 
 #: C/nautilus-actions-config-tool.xml:75(revnumber)
-msgid "Nautilus-Actions Configuration Tool User's Manual v 3.1"
-msgstr "Benutzerhandbuch des Nautilus-Actions Konfigurationswerkzeugs v 3.1"
+msgid "FileManager-Actions Configuration Tool User's Manual v 3.1"
+msgstr "Benutzerhandbuch des FileManager-Actions Konfigurationswerkzeugs v 3.1"
 
 #: C/nautilus-actions-config-tool.xml:76(date)
 msgid "May 2011"
@@ -356,8 +356,8 @@ msgid "Pierre Wieser <email>pwieser trychlos org</email>"
 msgstr "Pierre Wieser <email>pwieser trychlos org</email>"
 
 #: C/nautilus-actions-config-tool.xml:85(revnumber)
-msgid "Nautilus-Actions Configuration Tool User's Manual v 3.2"
-msgstr "Benutzerhandbuch des Nautilus-Actions Konfigurationswerkzeugs v 3.2"
+msgid "FileManager-Actions Configuration Tool User's Manual v 3.2"
+msgstr "Benutzerhandbuch des FileManager-Actions Konfigurationswerkzeugs v 3.2"
 
 #: C/nautilus-actions-config-tool.xml:86(date)
 msgid "January 2012"
@@ -477,8 +477,8 @@ msgid "Nautilus"
 msgstr "Nautilus"
 
 #: C/nautilus-actions-config-tool.xml:0(productname)
-msgid "Nautilus-Actions"
-msgstr "Nautilus-Actions"
+msgid "FileManager-Actions"
+msgstr "FileManager-Actions"
 
 #: C/nautilus-actions-config-tool.xml:74(title)
 msgid "Introduction"
@@ -486,22 +486,22 @@ msgstr "Einführung"
 
 #: C/nautilus-actions-config-tool.xml:81(para)
 msgid ""
-"The <application>Nautilus-Actions Configuration Tool</application> "
+"The <application>FileManager-Actions Configuration Tool</application> "
 "application is the user interface which lets you precisely configure how, "
 "where and when your actions should appear in <productname>Nautilus</"
 "productname> context menus, and how they will be executed."
 msgstr ""
-"Das <application>Nautilus-Actions Konfigurationswerkzeug</application> ist "
+"Das <application>FileManager-Actions Konfigurationswerkzeug</application> ist "
 "eine Benutzerschnittstelle, die Sie bestimmen lässt, wie wo und wann Ihre "
 "Aktionen in den Kontextmenüs von <productname>Nautilus</productname> "
 "erscheinen sollen und wie sie ausgeführt werden."
 
 #: C/nautilus-actions-config-tool.xml:86(para)
 msgid ""
-"<application>Nautilus-Actions Configuration Tool</application> provides the "
+"<application>FileManager-Actions Configuration Tool</application> provides the "
 "following features:"
 msgstr ""
-"Das <application>Nautilus-Actions Konfigurationswerkzeug</application> "
+"Das <application>FileManager-Actions Konfigurationswerkzeug</application> "
 "verfügt über folgende Funktionsmerkmale:"
 
 #: C/nautilus-actions-config-tool.xml:91(para)
@@ -520,10 +520,10 @@ msgstr ""
 
 #: C/nautilus-actions-config-tool.xml:101(para)
 msgid ""
-"<productname>Nautilus-Actions</productname> also comes with additional "
+"<productname>FileManager-Actions</productname> also comes with additional "
 "features such as:"
 msgstr ""
-"<application>Nautilus-Actions</application> bringt noch weitere Funktionen "
+"<application>FileManager-Actions</application> bringt noch weitere Funktionen "
 "mit, wie beispielsweise:"
 
 #: C/nautilus-actions-config-tool.xml:106(para)
@@ -558,10 +558,10 @@ msgstr ""
 #: C/nautilus-actions-config-tool.xml:127(para)
 msgid ""
 "All these features are more thoroughly described in the global "
-"<productname>Nautilus-Actions</productname> documentation."
+"<productname>FileManager-Actions</productname> documentation."
 msgstr ""
 "Alle diese Funktionsmerkmale werden eingehend in der globalen Dokumentation "
-"des <application>Nautilus-Actions Konfigurationswerkzeugs</application> "
+"des <application>FileManager-Actions Konfigurationswerkzeugs</application> "
 "beschrieben."
 
 #: C/nautilus-actions-config-tool.xml:144(title)
@@ -569,17 +569,17 @@ msgid "Getting Started"
 msgstr "Erste Schritte"
 
 #: C/nautilus-actions-config-tool.xml:2(title)
-msgid "Starting <application>Nautilus-Actions Configuration Tool</application>"
+msgid "Starting <application>FileManager-Actions Configuration Tool</application>"
 msgstr ""
-"Das <application>Nautilus-Actions Konfigurationswerkzeug</application> "
+"Das <application>FileManager-Actions Konfigurationswerkzeug</application> "
 "starten"
 
 #: C/nautilus-actions-config-tool.xml:3(para)
 msgid ""
-"You can start <application>Nautilus-Actions Configuration Tool</application> "
+"You can start <application>FileManager-Actions Configuration Tool</application> "
 "in the following ways:"
 msgstr ""
-"Sie können das <application>Nautilus-Actions Konfigurationswerkzeug</"
+"Sie können das <application>FileManager-Actions Konfigurationswerkzeug</"
 "application> auf folgende Arten starten:"
 
 #: C/nautilus-actions-config-tool.xml:8(term)
@@ -589,7 +589,7 @@ msgstr "Menü <guimenu>System</guimenu>"
 #: C/nautilus-actions-config-tool.xml:10(para)
 msgid ""
 "Choose <menuchoice><guisubmenu>Preferences</guisubmenu><guisubmenu>Look and "
-"Feel</guisubmenu><guimenuitem>Nautilus-Actions Configuration Tool</"
+"Feel</guisubmenu><guimenuitem>FileManager-Actions Configuration Tool</"
 "guimenuitem></menuchoice>."
 msgstr ""
 "Wählen Sie <menuchoice><guisubmenu>Einstellungen</"
@@ -601,10 +601,10 @@ msgstr "Befehlszeile"
 
 #: C/nautilus-actions-config-tool.xml:23(para)
 msgid ""
-"To start <application>Nautilus-Actions Configuration Tool</application> from "
+"To start <application>FileManager-Actions Configuration Tool</application> from "
 "a command line, type the following command:"
 msgstr ""
-"Um das <application>Nautilus-Actions Konfigurationswerkzeug</application> in "
+"Um das <application>FileManager-Actions Konfigurationswerkzeug</application> in "
 "einer Befehlszeile zu starten, geben Sie folgenden Befehl ein:"
 
 #: C/nautilus-actions-config-tool.xml:27(filename)
@@ -634,23 +634,23 @@ msgstr "Der erste Start"
 
 #: C/nautilus-actions-config-tool.xml:55(para)
 msgid ""
-"When you start <application>Nautilus-Actions Configuration Tool</"
+"When you start <application>FileManager-Actions Configuration Tool</"
 "application>, the following window is displayed."
 msgstr ""
-"Beim Start des <application>Nautilus-Actions Konfigurationswerkzeugs</"
+"Beim Start des <application>FileManager-Actions Konfigurationswerkzeugs</"
 "application> wird folgendes Fenster angezeigt."
 
 #: C/nautilus-actions-config-tool.xml:59(title)
 msgid ""
-"<application>Nautilus-Actions Configuration Tool</application> Start Up "
+"<application>FileManager-Actions Configuration Tool</application> Start Up "
 "Window"
 msgstr ""
-"Startfenster des <application>Nautilus-Actions Konfigurationswerkzeugs</"
+"Startfenster des <application>FileManager-Actions Konfigurationswerkzeugs</"
 "application>"
 
 #: C/nautilus-actions-config-tool.xml:0(application)
-msgid "Nautilus-Actions Configuration Tool"
-msgstr "Nautilus-Actions Konfigurationswerkzeug"
+msgid "FileManager-Actions Configuration Tool"
+msgstr "FileManager-Actions Konfigurationswerkzeug"
 
 #: C/nautilus-actions-config-tool.xml:66(phrase)
 msgid ""
@@ -664,10 +664,10 @@ msgstr ""
 
 #: C/nautilus-actions-config-tool.xml:74(para)
 msgid ""
-"The empty <application>Nautilus-Actions Configuration Tool</application> "
+"The empty <application>FileManager-Actions Configuration Tool</application> "
 "main window"
 msgstr ""
-"Das leere Hauptfenster des <application>Nautilus-Actions "
+"Das leere Hauptfenster des <application>FileManager-Actions "
 "Konfigurationswerkzeugs</application>"
 
 #. Include any descriptions of the GUI immediately after the screenshot
@@ -675,10 +675,10 @@ msgstr ""
 #.            This section is optional.
 #: C/nautilus-actions-config-tool.xml:84(para)
 msgid ""
-"The <application>Nautilus-Actions Configuration Tool</application> main "
+"The <application>FileManager-Actions Configuration Tool</application> main "
 "window contains the following elements:"
 msgstr ""
-"Das Hauptfenster des <application>Nautilus-Actions Konfigurationswerkzeugs</"
+"Das Hauptfenster des <application>FileManager-Actions Konfigurationswerkzeugs</"
 "application> enthält die folgenden Elemente:"
 
 #: C/nautilus-actions-config-tool.xml:89(term)
@@ -688,10 +688,10 @@ msgstr "Menüleiste."
 #: C/nautilus-actions-config-tool.xml:91(para)
 msgid ""
 "The menus on the menubar contain all of the commands you need to use in "
-"<application>Nautilus-Actions Configuration Tool</application>."
+"<application>FileManager-Actions Configuration Tool</application>."
 msgstr ""
 "Die Menüs in der Menüleiste enthalten alle Befehle, die Sie im "
-"<application>Nautilus-Actions Konfigurationswerkzeug</application> benötigen."
+"<application>FileManager-Actions Konfigurationswerkzeug</application> benötigen."
 
 #: C/nautilus-actions-config-tool.xml:95(para)
 msgid "Shortcuts are available for some commands:"
@@ -818,7 +818,7 @@ msgid ""
 msgstr ""
 "Die Liste an der linken Seite des Hauptfensters enthält alle Objekte, gleich "
 "ob es sich um Aktionen oder Menüs handelt, die aktuell zur Bearbeitung im "
-"<application>Nautilus-Actions Konfigurationswerkzeug</application> zur "
+"<application>FileManager-Actions Konfigurationswerkzeug</application> zur "
 "Verfügung stehen."
 
 #: C/nautilus-actions-config-tool.xml:251(para)
@@ -1145,7 +1145,7 @@ msgid ""
 "context menus."
 msgstr ""
 "Diese Bezeichnung ist eine obligatorische Eigenschaft. Falls sie leer ist, "
-"dann wird Ihre Aktion durch <productname>Nautilus-Actions</productname> als "
+"dann wird Ihre Aktion durch <productname>FileManager-Actions</productname> als "
 "ungültig erkannt: Sie wird in roter Farbe in der <guilabel>Objektliste</"
 "guilabel> angezeigt und nie für die Anzeige in den Kontextmenüs des "
 "Dateimanagers in Betracht gezogen."
@@ -1369,9 +1369,9 @@ msgstr ""
 "<placeholder-1/>, welches die Adresse des ausgewählten Objekts anzeigt."
 
 #: C/nautilus-actions-config-tool.xml:153(title)
-msgid "Using <application>Nautilus-Actions Configuration Tool</application>"
+msgid "Using <application>FileManager-Actions Configuration Tool</application>"
 msgstr ""
-"<application>Nautilus-Actions Konfigurationswerkzeug</application> verwenden"
+"<application>FileManager-Actions Konfigurationswerkzeug</application> verwenden"
 
 #: C/nautilus-actions-config-tool.xml:2(title)
 msgid "Defining the conditions"
@@ -1398,13 +1398,13 @@ msgstr ""
 #: C/nautilus-actions-config-tool.xml:12(para)
 msgid ""
 "Each time the selection or the location change in the file manager, "
-"<productname>Nautilus-Actions</productname> checks all your actions, "
+"<productname>FileManager-Actions</productname> checks all your actions, "
 "comparing the defined conditions against the new location and selection: all "
 "defined conditions must be satisfied in order your action be actually "
 "displayed."
 msgstr ""
 "Bei jeder Änderung des Ortes oder der ausgewählten Dateien prüft "
-"<productname>Nautilus-Actions</productname> alle Ihre Aktionen und "
+"<productname>FileManager-Actions</productname> alle Ihre Aktionen und "
 "vergleicht sie mit den definierten Bedingungen hinsichtlich des neuen Ortes "
 "und der Dateiauswahl. Alle Bedingungen müssen erfüllt sein, damit Ihre "
 "Aktion tatsächlich angezeigt wird."
@@ -2987,7 +2987,7 @@ msgstr ""
 msgid ""
 "The word « <guilabel>first</guilabel> » may be misleading as it only refers "
 "to the list of selected items internally provided by the file manager to the "
-"<productname>Nautilus-Actions</productname> plugin."
+"<productname>FileManager-Actions</productname> plugin."
 msgstr ""
 "Das Wort »<guilabel>zuerst</guilabel>« kann verwirrend sein, weil es sich "
 "nur auf die interne Liste der gewählten Objekte der Dateiverwaltung bezieht, "
@@ -3275,7 +3275,7 @@ msgstr ""
 
 #: C/nautilus-actions-config-tool.xml:316(para)
 msgid ""
-"Actually, <productname>Nautilus-Actions</productname> automatically handles "
+"Actually, <productname>FileManager-Actions</productname> automatically handles "
 "these two behaviors, depending of the form and the order of the parameters "
 "in the command arguments."
 msgstr ""
@@ -3317,7 +3317,7 @@ msgstr "Falls die Auswahl mehr als ein Objekt enthält:"
 #: C/nautilus-actions-config-tool.xml:352(para)
 msgid ""
 "if the first relevant parameter is of a singular form, then "
-"<productname>Nautilus-Actions</productname> will consider that the command "
+"<productname>FileManager-Actions</productname> will consider that the command "
 "is only able to deal with one item at a time, and thus that it has to be ran "
 "one time for each selected item;"
 msgstr ""
@@ -3325,14 +3325,14 @@ msgstr ""
 #: C/nautilus-actions-config-tool.xml:360(para)
 msgid ""
 "contrarily, if the first relevant parameter found is of the plural form, "
-"then <productname>Nautilus-Actions</productname> will consider that the "
+"then <productname>FileManager-Actions</productname> will consider that the "
 "command is able to deal with a list of items, and thus the command will be "
 "executed only once;"
 msgstr ""
 
 #: C/nautilus-actions-config-tool.xml:368(para)
 msgid ""
-"if all found parameters are irrelevant, then <productname>Nautilus-Actions</"
+"if all found parameters are irrelevant, then <productname>FileManager-Actions</"
 "productname> defaults to consider that the command should be executed only "
 "once."
 msgstr ""
@@ -3749,7 +3749,7 @@ msgstr ""
 
 #: C/nautilus-actions-config-tool.xml:29(para)
 msgid ""
-"At runtime, <productname>Nautilus-Actions</productname> will successively "
+"At runtime, <productname>FileManager-Actions</productname> will successively "
 "examine each profile attached to your action. If the first profile targets a "
 "file while you have selected a directory, then <productname>Nautilus-"
 "Actions</productname> will just try with your second profile."
@@ -3787,7 +3787,7 @@ msgstr "Ordnen der Profile innerhalb einer Aktion"
 
 #: C/nautilus-actions-config-tool.xml:56(para)
 msgid ""
-"At runtime, <productname>Nautilus-Actions</productname> will begin with "
+"At runtime, <productname>FileManager-Actions</productname> will begin with "
 "examining the conditions set on your action."
 msgstr ""
 "Zur Laufzeit beginnt <productname>Nautilus-Aktionen</productname> mit der "
@@ -3796,7 +3796,7 @@ msgstr ""
 #: C/nautilus-actions-config-tool.xml:60(para)
 msgid ""
 "If these conditions (the action-conditions) are met, then "
-"<productname>Nautilus-Actions</productname> will examine in order each "
+"<productname>FileManager-Actions</productname> will examine in order each "
 "profile."
 msgstr ""
 "Wenn diese Bedingungen (der Aktionen) erfüllt werden, dann arbeitet "
@@ -3950,7 +3950,7 @@ msgstr "Die Objektliste sortieren"
 msgid ""
 "Your actions and menus will be displayed in file manager context menus in "
 "the same order that they are listed in the <guilabel>Items list</guilabel>, "
-"on the left pane of the main <application>Nautilus-Actions Configuration "
+"on the left pane of the main <application>FileManager-Actions Configuration "
 "Tool</application> window."
 msgstr ""
 "Ihre Aktionen und Menüs werden im Kontextmenü der Dateiverwaltung in "
@@ -4057,10 +4057,10 @@ msgstr "Bearbeiten"
 
 #: C/nautilus-actions-config-tool.xml:3(para)
 msgid ""
-"With <application>Nautilus-Actions Configuration Tool</application>, you may "
+"With <application>FileManager-Actions Configuration Tool</application>, you may "
 "safely cut, copy, paste to and from the clipboard."
 msgstr ""
-"Mit dem <application>Nautilus-Actions Konfigurationswerkzeug</application> "
+"Mit dem <application>FileManager-Actions Konfigurationswerkzeug</application> "
 "können Sie zuverlässig in die Zwischenablage ausschneiden und kopieren oder "
 "von dort einfügen."
 
@@ -4090,7 +4090,7 @@ msgstr "Mehrfachauswahlen"
 
 #: C/nautilus-actions-config-tool.xml:22(para)
 msgid ""
-"Multiple selection is possible in <application>Nautilus-Actions "
+"Multiple selection is possible in <application>FileManager-Actions "
 "Configuration Tool</application>. You can extend the current selection by "
 "pressing <keycap>Ctrl</keycap> or <keycap>Shift</keycap> while selecting an "
 "item to add to the selection."
@@ -4102,11 +4102,11 @@ msgstr ""
 
 #: C/nautilus-actions-config-tool.xml:29(para)
 msgid ""
-"<application>Nautilus-Actions Configuration Tool</application> only accepts "
+"<application>FileManager-Actions Configuration Tool</application> only accepts "
 "homogeneous multiple selections. That is, you may select one or more "
 "profiles, or one or more actions or menus. A multiple selection containing "
 "both profiles and actions or menus is not allowed. This is because "
-"<application>Nautilus-Actions Configuration Tool</application> would not "
+"<application>FileManager-Actions Configuration Tool</application> would not "
 "know where to paste such a selection."
 msgstr ""
 "Die <application>Einstellungen für Nautilus-Aktionen</application> "
@@ -4155,7 +4155,7 @@ msgstr ""
 
 #: C/nautilus-actions-config-tool.xml:24(para)
 msgid ""
-"<productname>Nautilus-Actions</productname> also has an Auto-save feature "
+"<productname>FileManager-Actions</productname> also has an Auto-save feature "
 "which is configurable in <guimenuitem>Preferences</guimenuitem> dialog box."
 msgstr ""
 "<productname>Nautilus-Aktionen</productname> besitzt die Funktion zum "
@@ -4284,7 +4284,7 @@ msgid ""
 "context menu because some of its informations are missing or erroneous. "
 "Here, and though this newly inserted action has some suitable defaults, it "
 "lacks a command to be executed to be considered valid by "
-"<application>Nautilus-Actions Configuration Tool</application>"
+"<application>FileManager-Actions Configuration Tool</application>"
 msgstr ""
 "Die neue Aktion wird rot in der Objektliste dargestellt. Rote Farbe "
 "bedeutet, dass das Objekt ungültig ist, was zur Folge hat, dass es nicht für "
@@ -4317,7 +4317,7 @@ msgstr ""
 # <productname> absichtlich zu <application> geändert? GK
 #: C/nautilus-actions-config-tool.xml:7(para)
 msgid ""
-"If you find some new bug in <productname>Nautilus-Actions</productname>, you "
+"If you find some new bug in <productname>FileManager-Actions</productname>, you "
 "are welcome to open it by pointing your favorite browser to <ulink url="
 "\"https://bugzilla.gnome.org/enter_bug.cgi?product=nautilus-actions\"; type="
 "\"http\">Bugzilla web site</ulink>."
@@ -4338,7 +4338,7 @@ msgstr ""
 #: C/nautilus-actions-config-tool.xml:15(para)
 msgid ""
 "When you're browsing the folder you want to export to in the "
-"<application>Nautilus-Actions Configuration Tool</application>'s export "
+"<application>FileManager-Actions Configuration Tool</application>'s export "
 "assistant you can't select it as the directory to export to. Instead you "
 "have to go to the directory a level up and select the directory you want to "
 "export to there."
@@ -4355,7 +4355,7 @@ msgid ""
 "<productname>Nautilus</productname> plugin."
 msgstr ""
 "Ab Version 3.0 ist es möglich, den Ausführungsmodus im "
-"<application>Einstellungswerkzeug von Nautilus-Actions</application> "
+"<application>Einstellungswerkzeug von FileManager-Actions</application> "
 "einzustellen, aber er wird noch nicht vom <productname>Nautilus</"
 "productname>-Plugin berücksichtigt."
 
@@ -4376,7 +4376,7 @@ msgstr "Vorgeschlagene Tastenkombination"
 msgid ""
 "As of version 3.0, suggested shortcut, as described in <ulink url=\"http://";
 "www.nautilus-actions.org/?q=node/377\" type=\"http\">DES-EMA specification</"
-"ulink> cannot be configured in <application>Nautilus-Actions Configuration "
+"ulink> cannot be configured in <application>FileManager-Actions Configuration "
 "Tool</application>, and is not honored by <productname>Nautilus</"
 "productname> plugin."
 msgstr ""
@@ -4394,7 +4394,7 @@ msgstr "Menütrenner"
 #: C/nautilus-actions-config-tool.xml:49(para)
 msgid ""
 "As of version 3.0, menu separators cannot be configured in "
-"<application>Nautilus-Actions Configuration Tool</application>, and are not "
+"<application>FileManager-Actions Configuration Tool</application>, and are not "
 "honored by <productname>Nautilus</productname> plugin."
 msgstr ""
 "Ab Version 3.0 können Menütrenner nicht im "
@@ -4411,13 +4411,13 @@ msgstr ""
 "productname> es Plugins nicht erlaubt, Trenner in Kontextmenüs festzulegen."
 
 #: C/nautilus-actions-config-tool.xml:196(title)
-msgid "About <application>Nautilus-Actions Configuration Tool</application>"
+msgid "About <application>FileManager-Actions Configuration Tool</application>"
 msgstr ""
 "Info zum <application>Nautilus-Aktionen-Konfigurationswerkzeug</application>"
 
 #: C/nautilus-actions-config-tool.xml:197(para)
 msgid ""
-"The first version of <productname>Nautilus-Actions</productname> was "
+"The first version of <productname>FileManager-Actions</productname> was "
 "initially written by Frederic Ruaudel (<email>grumz grumz net</email>) and "
 "Rodrigo Moya (<email>rodrigo gnome-db org</email>). It has been thoroughly "
 "improved and is currently maintained by Pierre Wieser "
@@ -4441,26 +4441,26 @@ msgstr ""
 
 #: C/nautilus-actions-config-tool.xml:210(para)
 msgid ""
-"To find more information about <productname>Nautilus-Actions</productname>, "
+"To find more information about <productname>FileManager-Actions</productname>, "
 "please visit the <ulink url=\"http://www.nautilus-actions.org/\"; type=\"http"
-"\"/><productname>Nautilus-Actions</productname> website."
+"\"/><productname>FileManager-Actions</productname> website."
 msgstr ""
-"Weitere Informationen über <productname>Nautilus-Actions</productname> "
+"Weitere Informationen über <productname>FileManager-Actions</productname> "
 "finden Sie auf der <ulink url=\"http://www.nautilus-actions.org/\"; type="
-"\"http\">Webseite von <productname>Nautilus-Actions</productname></ulink>."
+"\"http\">Webseite von <productname>FileManager-Actions</productname></ulink>."
 
 #: C/nautilus-actions-config-tool.xml:215(para)
 msgid ""
 "To report a bug or make a suggestion regarding <productname>Nautilus-"
-"Actions</productname>, the <application>Nautilus-Actions Configuration Tool</"
+"Actions</productname>, the <application>FileManager-Actions Configuration Tool</"
 "application> or this manual, follow the directions in the <ulink url=\"ghelp:"
 "user-guide#feedback\" type=\"help\">GNOME Feedback Page</ulink>, or you may "
 "prefer, at your convenience, directly open a bug or a request for "
 "enhancement in <ulink url=\"https://bugzilla.gnome.org/enter_bug.cgi?";
 "product=nautilus-actions\" type=\"http\">Bugzilla website</ulink>."
 msgstr ""
-"Um Fehler zu melden oder Vorschläge für <productname>Nautilus-Actions</"
-"productname>, das <application>Konfigurationswerkzeug für Nautilus-Actions</"
+"Um Fehler zu melden oder Vorschläge für <productname>FileManager-Actions</"
+"productname>, das <application>Konfigurationswerkzeug für FileManager-Actions</"
 "application> oder dieses Handbuch einzureichen, folgen Sie bitte den "
 "Anweisungen auf der <ulink url=\"ghelp:user-guide#feedback\" type=\"help"
 "\">GNOME-Seite für Rückmeldungen</ulink>. Auf Wunsch können Sie auch direkt "
diff --git a/docs/nact/el/el.po b/docs/nact/el/el.po
index 13cbc3b..6c517a9 100644
--- a/docs/nact/el/el.po
+++ b/docs/nact/el/el.po
@@ -325,7 +325,7 @@ msgstr ""
 
 #: C/nautilus-actions-config-tool.xml:2(title)
 msgid ""
-"<application>Nautilus-Actions Configuration Tool</application> User's Manual"
+"<application>FileManager-Actions Configuration Tool</application> User's Manual"
 msgstr ""
 "Εγχειρίδιο χρήστη του <application>Εργαλείο ρύθμισης ενεργειών Ναυτίλου</"
 "application>"
@@ -357,7 +357,7 @@ msgstr "Pierre Wieser"
 #: C/nautilus-actions-config-tool.xml:14(para)
 #: C/nautilus-actions-config-tool.xml:75(para)
 msgid ""
-"<productname>Nautilus-Actions</productname> is a <productname>Nautilus</"
+"<productname>FileManager-Actions</productname> is a <productname>Nautilus</"
 "productname> extension whose principal function is to allow the user to add "
 "arbitrary actions to the file manager context menus. These actions may be "
 "organized in menus and submenus, exported and shared with other desktop "
@@ -372,7 +372,7 @@ msgstr ""
 
 #: C/nautilus-actions-config-tool.xml:20(para)
 msgid ""
-"This manual describes the <application>Nautilus-Actions Configuration Tool</"
+"This manual describes the <application>FileManager-Actions Configuration Tool</"
 "application> user interface, and explains how you may configure your menus "
 "and actions, making them be displayed and applied depending on specific "
 "conditions."
@@ -384,7 +384,7 @@ msgstr ""
 
 #: C/nautilus-actions-config-tool.xml:27(releaseinfo)
 msgid ""
-"This manual describes version 3.2 of Nautilus-Actions Configuration Tool."
+"This manual describes version 3.2 of FileManager-Actions Configuration Tool."
 msgstr ""
 "Αυτό το εγχειρίδιο περιγράφει την έκδοση 3.2 του εργαλείου ρύθμισης "
 "ενεργειών του Ναυτίλου"
@@ -406,7 +406,7 @@ msgid "pwieser trychlos org"
 msgstr "pwieser trychlos org"
 
 #: C/nautilus-actions-config-tool.xml:77(revnumber)
-msgid "Nautilus-Actions Configuration Tool User's Manual v 3.1"
+msgid "FileManager-Actions Configuration Tool User's Manual v 3.1"
 msgstr "Εγχειρίδιο χρήστη v 3.1 του εργαλείου ρύθμισης ενεργειών του Ναυτίλου"
 
 #: C/nautilus-actions-config-tool.xml:78(date)
@@ -419,7 +419,7 @@ msgid "Pierre Wieser <email>pwieser trychlos org</email>"
 msgstr "Pierre Wieser <email>pwieser trychlos org</email>"
 
 #: C/nautilus-actions-config-tool.xml:87(revnumber)
-msgid "Nautilus-Actions Configuration Tool User's Manual v 3.2"
+msgid "FileManager-Actions Configuration Tool User's Manual v 3.2"
 msgstr "Εγχειρίδιο χρήστη v 3.2 του εργαλείου ρύθμισης ενεργειών του Ναυτίλου"
 
 #: C/nautilus-actions-config-tool.xml:88(date)
@@ -538,7 +538,7 @@ msgid "Nautilus"
 msgstr "Ναυτίλος"
 
 #: C/nautilus-actions-config-tool.xml:0(productname)
-msgid "Nautilus-Actions"
+msgid "FileManager-Actions"
 msgstr "Ενέργειες του Ναυτίλου"
 
 #: C/nautilus-actions-config-tool.xml:74(title)
@@ -547,7 +547,7 @@ msgstr "Εισαγωγή"
 
 #: C/nautilus-actions-config-tool.xml:81(para)
 msgid ""
-"The <application>Nautilus-Actions Configuration Tool</application> "
+"The <application>FileManager-Actions Configuration Tool</application> "
 "application is the user interface which lets you precisely configure how, "
 "where and when your actions should appear in <productname>Nautilus</"
 "productname> context menus, and how they will be executed."
@@ -559,7 +559,7 @@ msgstr ""
 
 #: C/nautilus-actions-config-tool.xml:86(para)
 msgid ""
-"<application>Nautilus-Actions Configuration Tool</application> provides the "
+"<application>FileManager-Actions Configuration Tool</application> provides the "
 "following features:"
 msgstr ""
 "Το <application>Εργαλείο ρύθμισης ενεργειών του Ναυτίλου</application> "
@@ -579,7 +579,7 @@ msgstr "Εισαγωγή και εξαγωγή ενεργειών και μεν
 
 #: C/nautilus-actions-config-tool.xml:101(para)
 msgid ""
-"<productname>Nautilus-Actions</productname> also comes with additional "
+"<productname>FileManager-Actions</productname> also comes with additional "
 "features such as:"
 msgstr ""
 "Οι <productname>Ενέργειες Ναυτίλου</productname> έρχονται επίσης με πρόσθετα "
@@ -617,7 +617,7 @@ msgstr ""
 #: C/nautilus-actions-config-tool.xml:127(para)
 msgid ""
 "All these features are more thoroughly described in the global "
-"<productname>Nautilus-Actions</productname> documentation."
+"<productname>FileManager-Actions</productname> documentation."
 msgstr ""
 "Όλα αυτά τα γνωρίσματα περιγράφονται διεξοδικά στη γενική τεκμηρίωση του "
 "<productname>Ενέργειες Ναυτίλου</productname>."
@@ -627,14 +627,14 @@ msgid "Getting Started"
 msgstr "Ξεκινώντας"
 
 #: C/nautilus-actions-config-tool.xml:2(title)
-msgid "Starting <application>Nautilus-Actions Configuration Tool</application>"
+msgid "Starting <application>FileManager-Actions Configuration Tool</application>"
 msgstr ""
 "Έναρξη του <application>Εργαλείο ρύθμισης ενεργειών του Ναυτίλου</"
 "application>"
 
 #: C/nautilus-actions-config-tool.xml:3(para)
 msgid ""
-"You can start <application>Nautilus-Actions Configuration Tool</application> "
+"You can start <application>FileManager-Actions Configuration Tool</application> "
 "in the following ways:"
 msgstr ""
 "Μπορείτε να εκκινήσετε το <application>Εργαλείο ρύθμισης ενεργειών του "
@@ -647,7 +647,7 @@ msgstr "Μενού <guimenu>Σύστημα</guimenu>"
 #: C/nautilus-actions-config-tool.xml:10(para)
 msgid ""
 "Choose <menuchoice><guisubmenu>Preferences</guisubmenu><guisubmenu>Look and "
-"Feel</guisubmenu><guimenuitem>Nautilus-Actions Configuration Tool</"
+"Feel</guisubmenu><guimenuitem>FileManager-Actions Configuration Tool</"
 "guimenuitem></menuchoice>."
 msgstr ""
 "Επιλέξτε <menuchoice><guisubmenu>Προτιμήσεις</"
@@ -661,7 +661,7 @@ msgstr "Γραμμή εντολών"
 
 #: C/nautilus-actions-config-tool.xml:23(para)
 msgid ""
-"To start <application>Nautilus-Actions Configuration Tool</application> from "
+"To start <application>FileManager-Actions Configuration Tool</application> from "
 "a command line, type the following command:"
 msgstr ""
 "Για να εκκινήσετε το <application>Εργαλείο ρύθμισης ενεργειών του Ναυτίλου</"
@@ -693,7 +693,7 @@ msgstr "Η πρώτη εκτέλεση"
 
 #: C/nautilus-actions-config-tool.xml:55(para)
 msgid ""
-"When you start <application>Nautilus-Actions Configuration Tool</"
+"When you start <application>FileManager-Actions Configuration Tool</"
 "application>, the following window is displayed."
 msgstr ""
 "Όταν εκκινεί το <application>Εργαλείο ρύθμισης ενεργειών του Ναυτίλου</"
@@ -701,14 +701,14 @@ msgstr ""
 
 #: C/nautilus-actions-config-tool.xml:59(title)
 msgid ""
-"<application>Nautilus-Actions Configuration Tool</application> Start Up "
+"<application>FileManager-Actions Configuration Tool</application> Start Up "
 "Window"
 msgstr ""
 "Το παράθυρο εκκίνησης του <application>Εργαλείο ρύθμισης ενεργειών του "
 "Ναυτίλου</application>"
 
 #: C/nautilus-actions-config-tool.xml:0(application)
-msgid "Nautilus-Actions Configuration Tool"
+msgid "FileManager-Actions Configuration Tool"
 msgstr "Εργαλείο ρυθμίσεων ενεργειών του Ναυτίλου"
 
 #: C/nautilus-actions-config-tool.xml:66(phrase)
@@ -723,7 +723,7 @@ msgstr ""
 
 #: C/nautilus-actions-config-tool.xml:74(para)
 msgid ""
-"The empty <application>Nautilus-Actions Configuration Tool</application> "
+"The empty <application>FileManager-Actions Configuration Tool</application> "
 "main window"
 msgstr ""
 "Το κενό κυρίως παράθυρο του <application>Εργαλείο ρύθμισης ενεργειών του "
@@ -734,7 +734,7 @@ msgstr ""
 #. This section is optional.
 #: C/nautilus-actions-config-tool.xml:84(para)
 msgid ""
-"The <application>Nautilus-Actions Configuration Tool</application> main "
+"The <application>FileManager-Actions Configuration Tool</application> main "
 "window contains the following elements:"
 msgstr ""
 "Το κυρίως παράθυρο του <application>Εργαλείο ρύθμισης ενεργειών του "
@@ -747,7 +747,7 @@ msgstr "Γραμμή μενού."
 #: C/nautilus-actions-config-tool.xml:91(para)
 msgid ""
 "The menus on the menubar contain all of the commands you need to use in "
-"<application>Nautilus-Actions Configuration Tool</application>."
+"<application>FileManager-Actions Configuration Tool</application>."
 msgstr ""
 "Τα μενού στη γραμμή μενού περιέχουν όλες τις απαραίτητες εντολές για χρήση "
 "στο <application>Εργαλείο ρύθμισης ενεργειών του Ναυτίλου</application>."
@@ -1428,7 +1428,7 @@ msgstr ""
 "στοιχείου."
 
 #: C/nautilus-actions-config-tool.xml:153(title)
-msgid "Using <application>Nautilus-Actions Configuration Tool</application>"
+msgid "Using <application>FileManager-Actions Configuration Tool</application>"
 msgstr ""
 "Χρήση του <application>Εργαλείο ρύθμισης ενεργειών του Ναυτίλου</application>"
 
@@ -1457,7 +1457,7 @@ msgstr ""
 #: C/nautilus-actions-config-tool.xml:12(para)
 msgid ""
 "Each time the selection or the location change in the file manager, "
-"<productname>Nautilus-Actions</productname> checks all your actions, "
+"<productname>FileManager-Actions</productname> checks all your actions, "
 "comparing the defined conditions against the new location and selection: all "
 "defined conditions must be satisfied in order your action be actually "
 "displayed."
@@ -3054,7 +3054,7 @@ msgstr ""
 msgid ""
 "The word « <guilabel>first</guilabel> » may be misleading as it only refers "
 "to the list of selected items internally provided by the file manager to the "
-"<productname>Nautilus-Actions</productname> plugin."
+"<productname>FileManager-Actions</productname> plugin."
 msgstr ""
 "Η λέξη « <guilabel>πρώτα</guilabel> » μπορεί να παραπλανήσει καθώς "
 "αναφέρεται μόνο στον κατάλογο των επιλεγμένων στοιχείων που παρέχονται "
@@ -3343,7 +3343,7 @@ msgstr ""
 
 #: C/nautilus-actions-config-tool.xml:316(para)
 msgid ""
-"Actually, <productname>Nautilus-Actions</productname> automatically handles "
+"Actually, <productname>FileManager-Actions</productname> automatically handles "
 "these two behaviors, depending of the form and the order of the parameters "
 "in the command arguments."
 msgstr ""
@@ -3392,7 +3392,7 @@ msgstr "Όταν η επιλογή περιέχει περισσότερα απ
 #: C/nautilus-actions-config-tool.xml:352(para)
 msgid ""
 "if the first relevant parameter is of a singular form, then "
-"<productname>Nautilus-Actions</productname> will consider that the command "
+"<productname>FileManager-Actions</productname> will consider that the command "
 "is only able to deal with one item at a time, and thus that it has to be ran "
 "one time for each selected item;"
 msgstr ""
@@ -3404,7 +3404,7 @@ msgstr ""
 #: C/nautilus-actions-config-tool.xml:360(para)
 msgid ""
 "contrarily, if the first relevant parameter found is of the plural form, "
-"then <productname>Nautilus-Actions</productname> will consider that the "
+"then <productname>FileManager-Actions</productname> will consider that the "
 "command is able to deal with a list of items, and thus the command will be "
 "executed only once;"
 msgstr ""
@@ -3415,7 +3415,7 @@ msgstr ""
 
 #: C/nautilus-actions-config-tool.xml:368(para)
 msgid ""
-"if all found parameters are irrelevant, then <productname>Nautilus-Actions</"
+"if all found parameters are irrelevant, then <productname>FileManager-Actions</"
 "productname> defaults to consider that the command should be executed only "
 "once."
 msgstr ""
@@ -3833,7 +3833,7 @@ msgstr ""
 
 #: C/nautilus-actions-config-tool.xml:29(para)
 msgid ""
-"At runtime, <productname>Nautilus-Actions</productname> will successively "
+"At runtime, <productname>FileManager-Actions</productname> will successively "
 "examine each profile attached to your action. If the first profile targets a "
 "file while you have selected a directory, then <productname>Nautilus-"
 "Actions</productname> will just try with your second profile."
@@ -3872,7 +3872,7 @@ msgstr "Διάταξη των προφίλ μέσα σε μια ενέργεια
 
 #: C/nautilus-actions-config-tool.xml:56(para)
 msgid ""
-"At runtime, <productname>Nautilus-Actions</productname> will begin with "
+"At runtime, <productname>FileManager-Actions</productname> will begin with "
 "examining the conditions set on your action."
 msgstr ""
 "Κατά τον χρόνο εκτέλεσης, οι <productname>Ενέργειες Ναυτίλου</productname> "
@@ -3881,7 +3881,7 @@ msgstr ""
 #: C/nautilus-actions-config-tool.xml:60(para)
 msgid ""
 "If these conditions (the action-conditions) are met, then "
-"<productname>Nautilus-Actions</productname> will examine in order each "
+"<productname>FileManager-Actions</productname> will examine in order each "
 "profile."
 msgstr ""
 "Αν αυτές οι συνθήκες (οι συνθήκες ενέργειας) εκπληρώνονται, τότε οι "
@@ -4039,7 +4039,7 @@ msgstr "Ταξινόμηση του καταλόγου των στοιχείων
 msgid ""
 "Your actions and menus will be displayed in file manager context menus in "
 "the same order that they are listed in the <guilabel>Items list</guilabel>, "
-"on the left pane of the main <application>Nautilus-Actions Configuration "
+"on the left pane of the main <application>FileManager-Actions Configuration "
 "Tool</application> window."
 msgstr ""
 "Οι ενέργειές σας και τα μενού σας θα εμφανιστούν στα μενού περιεχομένων του "
@@ -4150,7 +4150,7 @@ msgstr "Επεξεργασία"
 
 #: C/nautilus-actions-config-tool.xml:3(para)
 msgid ""
-"With <application>Nautilus-Actions Configuration Tool</application>, you may "
+"With <application>FileManager-Actions Configuration Tool</application>, you may "
 "safely cut, copy, paste to and from the clipboard."
 msgstr ""
 "Με το <application>Εργαλείο ρύθμισης ενεργειών του Ναυτίλου</application>, "
@@ -4183,7 +4183,7 @@ msgstr "Πολλαπλές επιλογές"
 
 #: C/nautilus-actions-config-tool.xml:22(para)
 msgid ""
-"Multiple selection is possible in <application>Nautilus-Actions "
+"Multiple selection is possible in <application>FileManager-Actions "
 "Configuration Tool</application>. You can extend the current selection by "
 "pressing <keycap>Ctrl</keycap> or <keycap>Shift</keycap> while selecting an "
 "item to add to the selection."
@@ -4195,11 +4195,11 @@ msgstr ""
 
 #: C/nautilus-actions-config-tool.xml:29(para)
 msgid ""
-"<application>Nautilus-Actions Configuration Tool</application> only accepts "
+"<application>FileManager-Actions Configuration Tool</application> only accepts "
 "homogeneous multiple selections. That is, you may select one or more "
 "profiles, or one or more actions or menus. A multiple selection containing "
 "both profiles and actions or menus is not allowed. This is because "
-"<application>Nautilus-Actions Configuration Tool</application> would not "
+"<application>FileManager-Actions Configuration Tool</application> would not "
 "know where to paste such a selection."
 msgstr ""
 "Το <application>Εργαλείο ρύθμισης ενεργειών του Ναυτίλου</application> "
@@ -4249,7 +4249,7 @@ msgstr ""
 
 #: C/nautilus-actions-config-tool.xml:24(para)
 msgid ""
-"<productname>Nautilus-Actions</productname> also has an Auto-save feature "
+"<productname>FileManager-Actions</productname> also has an Auto-save feature "
 "which is configurable in <guimenuitem>Preferences</guimenuitem> dialog box."
 msgstr ""
 "Οι <productname>Ενέργειες Ναυτίλου</productname> έχουν επίσης ένα γνώρισμα "
@@ -4377,7 +4377,7 @@ msgid ""
 "context menu because some of its informations are missing or erroneous. "
 "Here, and though this newly inserted action has some suitable defaults, it "
 "lacks a command to be executed to be considered valid by "
-"<application>Nautilus-Actions Configuration Tool</application>"
+"<application>FileManager-Actions Configuration Tool</application>"
 msgstr ""
 "Η νέα ενέργεια εμφανίζεται επίσης με κόκκινο χρώμα στον κατάλογο στοιχείων. "
 "Το κόκκινο χρώμα χρησιμοποιείται ως ένδειξη ότι το στοιχείο δεν είναι "
@@ -4410,7 +4410,7 @@ msgstr ""
 
 #: C/nautilus-actions-config-tool.xml:7(para)
 msgid ""
-"If you find some new bug in <productname>Nautilus-Actions</productname>, you "
+"If you find some new bug in <productname>FileManager-Actions</productname>, you "
 "are welcome to open it by pointing your favorite browser to <ulink url="
 "\"https://bugzilla.gnome.org/enter_bug.cgi?product=nautilus-actions\"; type="
 "\"http\">Bugzilla web site</ulink>."
@@ -4431,7 +4431,7 @@ msgstr ""
 #: C/nautilus-actions-config-tool.xml:15(para)
 msgid ""
 "When you're browsing the folder you want to export to in the "
-"<application>Nautilus-Actions Configuration Tool</application>'s export "
+"<application>FileManager-Actions Configuration Tool</application>'s export "
 "assistant you can't select it as the directory to export to. Instead you "
 "have to go to the directory a level up and select the directory you want to "
 "export to there."
@@ -4472,7 +4472,7 @@ msgstr "Προτεινόμενη συντόμευση"
 msgid ""
 "As of version 3.0, suggested shortcut, as described in <ulink url=\"http://";
 "www.nautilus-actions.org/?q=node/377\" type=\"http\">DES-EMA specification</"
-"ulink> cannot be configured in <application>Nautilus-Actions Configuration "
+"ulink> cannot be configured in <application>FileManager-Actions Configuration "
 "Tool</application>, and is not honored by <productname>Nautilus</"
 "productname> plugin."
 msgstr ""
@@ -4489,7 +4489,7 @@ msgstr "Διαχωριστικό μενού"
 #: C/nautilus-actions-config-tool.xml:49(para)
 msgid ""
 "As of version 3.0, menu separators cannot be configured in "
-"<application>Nautilus-Actions Configuration Tool</application>, and are not "
+"<application>FileManager-Actions Configuration Tool</application>, and are not "
 "honored by <productname>Nautilus</productname> plugin."
 msgstr ""
 "Από την έκδοση 3.0, τα διαχωριστικά μενού δεν μπορούν να ρυθμιστούν στο "
@@ -4506,13 +4506,13 @@ msgstr ""
 "ορίσουν διαχωριστικά στο μενού περιεχομένων."
 
 #: C/nautilus-actions-config-tool.xml:196(title)
-msgid "About <application>Nautilus-Actions Configuration Tool</application>"
+msgid "About <application>FileManager-Actions Configuration Tool</application>"
 msgstr ""
 "Περί του <application>Εργαλείου ρύθμισης ενεργειών του Ναυτίλου</application>"
 
 #: C/nautilus-actions-config-tool.xml:197(para)
 msgid ""
-"The first version of <productname>Nautilus-Actions</productname> was "
+"The first version of <productname>FileManager-Actions</productname> was "
 "initially written by Frederic Ruaudel (<email>grumz grumz net</email>) and "
 "Rodrigo Moya (<email>rodrigo gnome-db org</email>). It has been thoroughly "
 "improved and is currently maintained by Pierre Wieser "
@@ -4536,9 +4536,9 @@ msgstr ""
 
 #: C/nautilus-actions-config-tool.xml:210(para)
 msgid ""
-"To find more information about <productname>Nautilus-Actions</productname>, "
+"To find more information about <productname>FileManager-Actions</productname>, "
 "please visit the <ulink url=\"http://www.nautilus-actions.org/\"; type=\"http"
-"\"/><productname>Nautilus-Actions</productname> website."
+"\"/><productname>FileManager-Actions</productname> website."
 msgstr ""
 "Για να βρείτε περισσότερες πληροφορίες για τις <productname>Ενέργειες "
 "Ναυτίλου</productname>, επισκεφτείτε τον ιστότοπο <ulink url=\"http://www.";
@@ -4548,7 +4548,7 @@ msgstr ""
 #: C/nautilus-actions-config-tool.xml:215(para)
 msgid ""
 "To report a bug or make a suggestion regarding <productname>Nautilus-"
-"Actions</productname>, the <application>Nautilus-Actions Configuration Tool</"
+"Actions</productname>, the <application>FileManager-Actions Configuration Tool</"
 "application> or this manual, follow the directions in the <ulink url=\"ghelp:"
 "user-guide#feedback\" type=\"help\">GNOME Feedback Page</ulink>, or you may "
 "prefer, at your convenience, directly open a bug or a request for "
diff --git a/docs/nact/es/es.po b/docs/nact/es/es.po
index 7b482d4..8218093 100644
--- a/docs/nact/es/es.po
+++ b/docs/nact/es/es.po
@@ -331,7 +331,7 @@ msgstr ""
 
 #: C/nautilus-actions-config-tool.xml:2(title)
 msgid ""
-"<application>Nautilus-Actions Configuration Tool</application> User's Manual"
+"<application>FileManager-Actions Configuration Tool</application> User's Manual"
 msgstr ""
 "Manual del usuario de la <application>Herramienta de configuración de las "
 "acciones de Nautilus</application>"
@@ -363,7 +363,7 @@ msgstr "Pierre Wieser"
 #: C/nautilus-actions-config-tool.xml:14(para)
 #: C/nautilus-actions-config-tool.xml:75(para)
 msgid ""
-"<productname>Nautilus-Actions</productname> is a <productname>Nautilus</"
+"<productname>FileManager-Actions</productname> is a <productname>Nautilus</"
 "productname> extension whose principal function is to allow the user to add "
 "arbitrary actions to the file manager context menus. These actions may be "
 "organized in menus and submenus, exported and shared with other desktop "
@@ -377,7 +377,7 @@ msgstr ""
 
 #: C/nautilus-actions-config-tool.xml:20(para)
 msgid ""
-"This manual describes the <application>Nautilus-Actions Configuration Tool</"
+"This manual describes the <application>FileManager-Actions Configuration Tool</"
 "application> user interface, and explains how you may configure your menus "
 "and actions, making them be displayed and applied depending on specific "
 "conditions."
@@ -389,7 +389,7 @@ msgstr ""
 
 #: C/nautilus-actions-config-tool.xml:27(releaseinfo)
 msgid ""
-"This manual describes version 3.2 of Nautilus-Actions Configuration Tool."
+"This manual describes version 3.2 of FileManager-Actions Configuration Tool."
 msgstr ""
 "Este manual describe la versión 3.2 de la herramienta de configuración de "
 "acciones de Nautilus."
@@ -411,7 +411,7 @@ msgid "pwieser trychlos org"
 msgstr "pwieser trychlos org"
 
 #: C/nautilus-actions-config-tool.xml:77(revnumber)
-msgid "Nautilus-Actions Configuration Tool User's Manual v 3.1"
+msgid "FileManager-Actions Configuration Tool User's Manual v 3.1"
 msgstr ""
 "Manual del usuario de la herramienta de configuración de acciones de "
 "Nautilus v3.1"
@@ -426,7 +426,7 @@ msgid "Pierre Wieser <email>pwieser trychlos org</email>"
 msgstr "Pierre Wieser <email>pwieser trychlos org</email>"
 
 #: C/nautilus-actions-config-tool.xml:87(revnumber)
-msgid "Nautilus-Actions Configuration Tool User's Manual v 3.2"
+msgid "FileManager-Actions Configuration Tool User's Manual v 3.2"
 msgstr ""
 "Manual del usuario de la herramienta de configuración de Acciones de "
 "Nautilus v3.2"
@@ -547,7 +547,7 @@ msgid "Nautilus"
 msgstr "Nautilus"
 
 #: C/nautilus-actions-config-tool.xml:0(productname)
-msgid "Nautilus-Actions"
+msgid "FileManager-Actions"
 msgstr "Acciones de Nautilus"
 
 #: C/nautilus-actions-config-tool.xml:74(title)
@@ -556,7 +556,7 @@ msgstr "Introducción"
 
 #: C/nautilus-actions-config-tool.xml:81(para)
 msgid ""
-"The <application>Nautilus-Actions Configuration Tool</application> "
+"The <application>FileManager-Actions Configuration Tool</application> "
 "application is the user interface which lets you precisely configure how, "
 "where and when your actions should appear in <productname>Nautilus</"
 "productname> context menus, and how they will be executed."
@@ -568,7 +568,7 @@ msgstr ""
 
 #: C/nautilus-actions-config-tool.xml:86(para)
 msgid ""
-"<application>Nautilus-Actions Configuration Tool</application> provides the "
+"<application>FileManager-Actions Configuration Tool</application> provides the "
 "following features:"
 msgstr ""
 "La <application>Herramienta de configuración de acciones de Nautilus</"
@@ -588,7 +588,7 @@ msgstr "Importar y exportar acciones y menús desde y hacia afuera."
 
 #: C/nautilus-actions-config-tool.xml:101(para)
 msgid ""
-"<productname>Nautilus-Actions</productname> also comes with additional "
+"<productname>FileManager-Actions</productname> also comes with additional "
 "features such as:"
 msgstr ""
 "<productname>Acciones de Nautilus</productname> también tiene "
@@ -623,7 +623,7 @@ msgstr "Un programa de línea de comandos capaz de crear una acción nueva."
 #: C/nautilus-actions-config-tool.xml:127(para)
 msgid ""
 "All these features are more thoroughly described in the global "
-"<productname>Nautilus-Actions</productname> documentation."
+"<productname>FileManager-Actions</productname> documentation."
 msgstr ""
 "Todas estas características se explican ampliamente en la documentación "
 "global de <productname>Acciones de Nautilus</productname>."
@@ -633,14 +633,14 @@ msgid "Getting Started"
 msgstr "Inicio"
 
 #: C/nautilus-actions-config-tool.xml:2(title)
-msgid "Starting <application>Nautilus-Actions Configuration Tool</application>"
+msgid "Starting <application>FileManager-Actions Configuration Tool</application>"
 msgstr ""
 "Iniciar la <application>Herramienta de configuración de las acciones de "
 "Nautilus</application>"
 
 #: C/nautilus-actions-config-tool.xml:3(para)
 msgid ""
-"You can start <application>Nautilus-Actions Configuration Tool</application> "
+"You can start <application>FileManager-Actions Configuration Tool</application> "
 "in the following ways:"
 msgstr ""
 "Puede iniciar la <application>Herramienta de configuración de las acciones "
@@ -653,7 +653,7 @@ msgstr "Menú <guimenu>Sistema</guimenu>"
 #: C/nautilus-actions-config-tool.xml:10(para)
 msgid ""
 "Choose <menuchoice><guisubmenu>Preferences</guisubmenu><guisubmenu>Look and "
-"Feel</guisubmenu><guimenuitem>Nautilus-Actions Configuration Tool</"
+"Feel</guisubmenu><guimenuitem>FileManager-Actions Configuration Tool</"
 "guimenuitem></menuchoice>."
 msgstr ""
 "Elija <menuchoice><guisubmenu>Preferencias</"
@@ -667,7 +667,7 @@ msgstr "Línea de comandos"
 
 #: C/nautilus-actions-config-tool.xml:23(para)
 msgid ""
-"To start <application>Nautilus-Actions Configuration Tool</application> from "
+"To start <application>FileManager-Actions Configuration Tool</application> from "
 "a command line, type the following command:"
 msgstr ""
 "Para iniciar la <application>Herramienta de configuración de las acciones de "
@@ -698,7 +698,7 @@ msgstr "La primera ejecución"
 
 #: C/nautilus-actions-config-tool.xml:55(para)
 msgid ""
-"When you start <application>Nautilus-Actions Configuration Tool</"
+"When you start <application>FileManager-Actions Configuration Tool</"
 "application>, the following window is displayed."
 msgstr ""
 "Cuando inicia la <application>Herramienta de configuración de las acciones "
@@ -706,14 +706,14 @@ msgstr ""
 
 #: C/nautilus-actions-config-tool.xml:59(title)
 msgid ""
-"<application>Nautilus-Actions Configuration Tool</application> Start Up "
+"<application>FileManager-Actions Configuration Tool</application> Start Up "
 "Window"
 msgstr ""
 "Ventana de inicio de la <application>Herramienta de configuración de las "
 "acciones de Nautilus</application>"
 
 #: C/nautilus-actions-config-tool.xml:0(application)
-msgid "Nautilus-Actions Configuration Tool"
+msgid "FileManager-Actions Configuration Tool"
 msgstr "Herramienta de configuración de las acciones de Nautilus"
 
 #: C/nautilus-actions-config-tool.xml:66(phrase)
@@ -729,7 +729,7 @@ msgstr ""
 
 #: C/nautilus-actions-config-tool.xml:74(para)
 msgid ""
-"The empty <application>Nautilus-Actions Configuration Tool</application> "
+"The empty <application>FileManager-Actions Configuration Tool</application> "
 "main window"
 msgstr ""
 "La ventana principal de la <application>Herramienta de configuración de las "
@@ -740,7 +740,7 @@ msgstr ""
 #.            This section is optional.
 #: C/nautilus-actions-config-tool.xml:84(para)
 msgid ""
-"The <application>Nautilus-Actions Configuration Tool</application> main "
+"The <application>FileManager-Actions Configuration Tool</application> main "
 "window contains the following elements:"
 msgstr ""
 "La ventana principal de la <application>Herramienta de configuración de las "
@@ -753,7 +753,7 @@ msgstr "Barra de menú."
 #: C/nautilus-actions-config-tool.xml:91(para)
 msgid ""
 "The menus on the menubar contain all of the commands you need to use in "
-"<application>Nautilus-Actions Configuration Tool</application>."
+"<application>FileManager-Actions Configuration Tool</application>."
 msgstr ""
 "Los menús de la barra de menús contienen todos los comandos que necesita "
 "usar en la <application>Herramienta de configuración de las acciones de "
@@ -1432,7 +1432,7 @@ msgstr ""
 "de diálogo <placeholder-1/>, mostrando el URI del elemento seleccionado."
 
 #: C/nautilus-actions-config-tool.xml:153(title)
-msgid "Using <application>Nautilus-Actions Configuration Tool</application>"
+msgid "Using <application>FileManager-Actions Configuration Tool</application>"
 msgstr ""
 "Usar la <application>Herramienta de configuración de acciones de Nautilus</"
 "application>"
@@ -1463,7 +1463,7 @@ msgstr ""
 #: C/nautilus-actions-config-tool.xml:12(para)
 msgid ""
 "Each time the selection or the location change in the file manager, "
-"<productname>Nautilus-Actions</productname> checks all your actions, "
+"<productname>FileManager-Actions</productname> checks all your actions, "
 "comparing the defined conditions against the new location and selection: all "
 "defined conditions must be satisfied in order your action be actually "
 "displayed."
@@ -3044,7 +3044,7 @@ msgstr ""
 msgid ""
 "The word « <guilabel>first</guilabel> » may be misleading as it only refers "
 "to the list of selected items internally provided by the file manager to the "
-"<productname>Nautilus-Actions</productname> plugin."
+"<productname>FileManager-Actions</productname> plugin."
 msgstr ""
 "La palabra «<guilabel>primero</guilabel>» puede ser confusa ya que sólo se "
 "refiere a la lista de elementos seleccionados proporcionados internamente "
@@ -3332,7 +3332,7 @@ msgstr ""
 
 #: C/nautilus-actions-config-tool.xml:316(para)
 msgid ""
-"Actually, <productname>Nautilus-Actions</productname> automatically handles "
+"Actually, <productname>FileManager-Actions</productname> automatically handles "
 "these two behaviors, depending of the form and the order of the parameters "
 "in the command arguments."
 msgstr ""
@@ -3381,7 +3381,7 @@ msgstr "Cuando la selección contiene más de un elemento:"
 #: C/nautilus-actions-config-tool.xml:352(para)
 msgid ""
 "if the first relevant parameter is of a singular form, then "
-"<productname>Nautilus-Actions</productname> will consider that the command "
+"<productname>FileManager-Actions</productname> will consider that the command "
 "is only able to deal with one item at a time, and thus that it has to be ran "
 "one time for each selected item;"
 msgstr ""
@@ -3393,7 +3393,7 @@ msgstr ""
 #: C/nautilus-actions-config-tool.xml:360(para)
 msgid ""
 "contrarily, if the first relevant parameter found is of the plural form, "
-"then <productname>Nautilus-Actions</productname> will consider that the "
+"then <productname>FileManager-Actions</productname> will consider that the "
 "command is able to deal with a list of items, and thus the command will be "
 "executed only once;"
 msgstr ""
@@ -3404,7 +3404,7 @@ msgstr ""
 
 #: C/nautilus-actions-config-tool.xml:368(para)
 msgid ""
-"if all found parameters are irrelevant, then <productname>Nautilus-Actions</"
+"if all found parameters are irrelevant, then <productname>FileManager-Actions</"
 "productname> defaults to consider that the command should be executed only "
 "once."
 msgstr ""
@@ -3823,7 +3823,7 @@ msgstr ""
 
 #: C/nautilus-actions-config-tool.xml:29(para)
 msgid ""
-"At runtime, <productname>Nautilus-Actions</productname> will successively "
+"At runtime, <productname>FileManager-Actions</productname> will successively "
 "examine each profile attached to your action. If the first profile targets a "
 "file while you have selected a directory, then <productname>Nautilus-"
 "Actions</productname> will just try with your second profile."
@@ -3862,7 +3862,7 @@ msgstr "Ordenar los perfiles de una acción"
 
 #: C/nautilus-actions-config-tool.xml:56(para)
 msgid ""
-"At runtime, <productname>Nautilus-Actions</productname> will begin with "
+"At runtime, <productname>FileManager-Actions</productname> will begin with "
 "examining the conditions set on your action."
 msgstr ""
 "En tiempo de ejecución, <productname>Acciones de Nautilus</productname> "
@@ -3871,7 +3871,7 @@ msgstr ""
 #: C/nautilus-actions-config-tool.xml:60(para)
 msgid ""
 "If these conditions (the action-conditions) are met, then "
-"<productname>Nautilus-Actions</productname> will examine in order each "
+"<productname>FileManager-Actions</productname> will examine in order each "
 "profile."
 msgstr ""
 "Si estas condiciones (las condiciones de la acción) se cumplen, entonces "
@@ -4022,7 +4022,7 @@ msgstr "Ordenar la lista de elementos"
 msgid ""
 "Your actions and menus will be displayed in file manager context menus in "
 "the same order that they are listed in the <guilabel>Items list</guilabel>, "
-"on the left pane of the main <application>Nautilus-Actions Configuration "
+"on the left pane of the main <application>FileManager-Actions Configuration "
 "Tool</application> window."
 msgstr ""
 "Sus acciones y menús se mostrarán en los menús contextuales del gestor de "
@@ -4133,7 +4133,7 @@ msgstr "Editando"
 
 #: C/nautilus-actions-config-tool.xml:3(para)
 msgid ""
-"With <application>Nautilus-Actions Configuration Tool</application>, you may "
+"With <application>FileManager-Actions Configuration Tool</application>, you may "
 "safely cut, copy, paste to and from the clipboard."
 msgstr ""
 "Con la <application>Herramienta de configuración de las Acciones de "
@@ -4166,7 +4166,7 @@ msgstr "Selección múltiple"
 
 #: C/nautilus-actions-config-tool.xml:22(para)
 msgid ""
-"Multiple selection is possible in <application>Nautilus-Actions "
+"Multiple selection is possible in <application>FileManager-Actions "
 "Configuration Tool</application>. You can extend the current selection by "
 "pressing <keycap>Ctrl</keycap> or <keycap>Shift</keycap> while selecting an "
 "item to add to the selection."
@@ -4178,11 +4178,11 @@ msgstr ""
 
 #: C/nautilus-actions-config-tool.xml:29(para)
 msgid ""
-"<application>Nautilus-Actions Configuration Tool</application> only accepts "
+"<application>FileManager-Actions Configuration Tool</application> only accepts "
 "homogeneous multiple selections. That is, you may select one or more "
 "profiles, or one or more actions or menus. A multiple selection containing "
 "both profiles and actions or menus is not allowed. This is because "
-"<application>Nautilus-Actions Configuration Tool</application> would not "
+"<application>FileManager-Actions Configuration Tool</application> would not "
 "know where to paste such a selection."
 msgstr ""
 "La <application>Herramienta de configuración de las Acciones de Nautilus</"
@@ -4232,7 +4232,7 @@ msgstr ""
 
 #: C/nautilus-actions-config-tool.xml:24(para)
 msgid ""
-"<productname>Nautilus-Actions</productname> also has an Auto-save feature "
+"<productname>FileManager-Actions</productname> also has an Auto-save feature "
 "which is configurable in <guimenuitem>Preferences</guimenuitem> dialog box."
 msgstr ""
 "<productname>Acciones de Nautilus</productname> también tiene una "
@@ -4355,7 +4355,7 @@ msgid ""
 "context menu because some of its informations are missing or erroneous. "
 "Here, and though this newly inserted action has some suitable defaults, it "
 "lacks a command to be executed to be considered valid by "
-"<application>Nautilus-Actions Configuration Tool</application>"
+"<application>FileManager-Actions Configuration Tool</application>"
 msgstr ""
 "La acción nueva también se muestra en color rojo en la lista de elementos. "
 "El color rojo indica que el elemento no es válido, lo que significa que el "
@@ -4388,12 +4388,12 @@ msgstr ""
 
 #: C/nautilus-actions-config-tool.xml:7(para)
 msgid ""
-"If you find some new bug in <productname>Nautilus-Actions</productname>, you "
+"If you find some new bug in <productname>FileManager-Actions</productname>, you "
 "are welcome to open it by pointing your favorite browser to <ulink url="
 "\"https://bugzilla.gnome.org/enter_bug.cgi?product=nautilus-actions\"; type="
 "\"http\">Bugzilla web site</ulink>."
 msgstr ""
-"Si encuentra algún error nuevo en <productname>Nautilus-Actions</"
+"Si encuentra algún error nuevo en <productname>FileManager-Actions</"
 "productname>, informe de él visitando el <ulink url=\"https://bugzilla.gnome.";
 "org/enter_bug.cgi?product=nautilus-actions\" type=\"http\">sitio web de "
 "Bugzilla</ulink> con su navegador favorito."
@@ -4409,7 +4409,7 @@ msgstr ""
 #: C/nautilus-actions-config-tool.xml:15(para)
 msgid ""
 "When you're browsing the folder you want to export to in the "
-"<application>Nautilus-Actions Configuration Tool</application>'s export "
+"<application>FileManager-Actions Configuration Tool</application>'s export "
 "assistant you can't select it as the directory to export to. Instead you "
 "have to go to the directory a level up and select the directory you want to "
 "export to there."
@@ -4451,7 +4451,7 @@ msgstr "Atajo de teclado sugerido"
 msgid ""
 "As of version 3.0, suggested shortcut, as described in <ulink url=\"http://";
 "www.nautilus-actions.org/?q=node/377\" type=\"http\">DES-EMA specification</"
-"ulink> cannot be configured in <application>Nautilus-Actions Configuration "
+"ulink> cannot be configured in <application>FileManager-Actions Configuration "
 "Tool</application>, and is not honored by <productname>Nautilus</"
 "productname> plugin."
 msgstr ""
@@ -4469,7 +4469,7 @@ msgstr "Separador de menú"
 #: C/nautilus-actions-config-tool.xml:49(para)
 msgid ""
 "As of version 3.0, menu separators cannot be configured in "
-"<application>Nautilus-Actions Configuration Tool</application>, and are not "
+"<application>FileManager-Actions Configuration Tool</application>, and are not "
 "honored by <productname>Nautilus</productname> plugin."
 msgstr ""
 "En la versión 3.0, los separadores de menú no se pueden configurar en la "
@@ -4487,14 +4487,14 @@ msgstr ""
 "separadores en el menú contextual."
 
 #: C/nautilus-actions-config-tool.xml:196(title)
-msgid "About <application>Nautilus-Actions Configuration Tool</application>"
+msgid "About <application>FileManager-Actions Configuration Tool</application>"
 msgstr ""
 "Acerca de la <application>Herramienta de configuración de acciones de "
 "Nautilus</application>"
 
 #: C/nautilus-actions-config-tool.xml:197(para)
 msgid ""
-"The first version of <productname>Nautilus-Actions</productname> was "
+"The first version of <productname>FileManager-Actions</productname> was "
 "initially written by Frederic Ruaudel (<email>grumz grumz net</email>) and "
 "Rodrigo Moya (<email>rodrigo gnome-db org</email>). It has been thoroughly "
 "improved and is currently maintained by Pierre Wieser "
@@ -4518,9 +4518,9 @@ msgstr ""
 
 #: C/nautilus-actions-config-tool.xml:210(para)
 msgid ""
-"To find more information about <productname>Nautilus-Actions</productname>, "
+"To find more information about <productname>FileManager-Actions</productname>, "
 "please visit the <ulink url=\"http://www.nautilus-actions.org/\"; type=\"http"
-"\"/><productname>Nautilus-Actions</productname> website."
+"\"/><productname>FileManager-Actions</productname> website."
 msgstr ""
 "Para obtener más información acerca de <productname>Acciones de Nautilus</"
 "productname>, visite la página web de <ulink url=\"http://www.nautilus-";
@@ -4530,7 +4530,7 @@ msgstr ""
 #: C/nautilus-actions-config-tool.xml:215(para)
 msgid ""
 "To report a bug or make a suggestion regarding <productname>Nautilus-"
-"Actions</productname>, the <application>Nautilus-Actions Configuration Tool</"
+"Actions</productname>, the <application>FileManager-Actions Configuration Tool</"
 "application> or this manual, follow the directions in the <ulink url=\"ghelp:"
 "user-guide#feedback\" type=\"help\">GNOME Feedback Page</ulink>, or you may "
 "prefer, at your convenience, directly open a bug or a request for "
diff --git a/docs/nact/fr/fr.po b/docs/nact/fr/fr.po
index 21f5dba..60d46d9 100644
--- a/docs/nact/fr/fr.po
+++ b/docs/nact/fr/fr.po
@@ -301,7 +301,7 @@ msgstr ""
 
 #: C/nautilus-actions-config-tool.xml:2(title)
 msgid ""
-"<application>Nautilus-Actions Configuration Tool</application> User's Manual"
+"<application>FileManager-Actions Configuration Tool</application> User's Manual"
 msgstr ""
 "Manuel utilisateur de l'<application>outil de configuration de Nautilus-"
 "Actions</application>"
@@ -325,13 +325,13 @@ msgstr "Pierre Wieser"
 #: C/nautilus-actions-config-tool.xml:12(para)
 #: C/nautilus-actions-config-tool.xml:75(para)
 msgid ""
-"<productname>Nautilus-Actions</productname> is a <productname>Nautilus</"
+"<productname>FileManager-Actions</productname> is a <productname>Nautilus</"
 "productname> extension whose principal function is to allow the user to add "
 "arbitrary actions to the file manager context menus. These actions may be "
 "organized in menus and submenus, exported and shared with other desktop "
 "environments."
 msgstr ""
-"<productname>Nautilus-Actions</productname> est une extension de "
+"<productname>FileManager-Actions</productname> est une extension de "
 "<productname>Nautilus</productname> dont la principale fonctionnalité "
 "consiste à permettre à l'utilisateur d'ajouter des actions de toute nature "
 "dans les menus contextuels du gestionnaire de fichiers. Ces actions peuvent "
@@ -340,19 +340,19 @@ msgstr ""
 
 #: C/nautilus-actions-config-tool.xml:18(para)
 msgid ""
-"This manual describes the <application>Nautilus-Actions Configuration Tool</"
+"This manual describes the <application>FileManager-Actions Configuration Tool</"
 "application> user interface, and explains how you may configure your menus "
 "and actions, making them be displayed and applied depending on specific "
 "conditions."
 msgstr ""
 "Ce manuel décrit l'interface utilisateur de l'<application>outil de "
-"configuration de Nautilus-Actions</application> ; il explique comment "
+"configuration de FileManager-Actions</application> ; il explique comment "
 "configurer les menus et les actions en faisant en sorte qu'ils soient "
 "affichés et applicables dans des conditions données."
 
 #: C/nautilus-actions-config-tool.xml:25(releaseinfo)
 msgid ""
-"This manual describes version 3.2 of Nautilus-Actions Configuration Tool."
+"This manual describes version 3.2 of FileManager-Actions Configuration Tool."
 msgstr ""
 "Ce manuel décrit la version 3.2 de l'outil de configuration de Nautilus-"
 "Actions."
@@ -374,9 +374,9 @@ msgid "pwieser trychlos org"
 msgstr "pwieser trychlos org"
 
 #: C/nautilus-actions-config-tool.xml:75(revnumber)
-msgid "Nautilus-Actions Configuration Tool User's Manual v 3.1"
+msgid "FileManager-Actions Configuration Tool User's Manual v 3.1"
 msgstr ""
-"Manuel utilisateur de l'outil de configuration de Nautilus-Actions v 3.1"
+"Manuel utilisateur de l'outil de configuration de FileManager-Actions v 3.1"
 
 #: C/nautilus-actions-config-tool.xml:76(date)
 msgid "May 2011"
@@ -388,9 +388,9 @@ msgid "Pierre Wieser <email>pwieser trychlos org</email>"
 msgstr "Pierre Wieser <email>pwieser trychlos org</email>"
 
 #: C/nautilus-actions-config-tool.xml:85(revnumber)
-msgid "Nautilus-Actions Configuration Tool User's Manual v 3.2"
+msgid "FileManager-Actions Configuration Tool User's Manual v 3.2"
 msgstr ""
-"Manuel utilisateur de l'outil de configuration de Nautilus-Actions v 3.2"
+"Manuel utilisateur de l'outil de configuration de FileManager-Actions v 3.2"
 
 #: C/nautilus-actions-config-tool.xml:86(date)
 msgid "January 2012"
@@ -507,8 +507,8 @@ msgid "Nautilus"
 msgstr "Nautilus"
 
 #: C/nautilus-actions-config-tool.xml:0(productname)
-msgid "Nautilus-Actions"
-msgstr "Nautilus-Actions"
+msgid "FileManager-Actions"
+msgstr "FileManager-Actions"
 
 #: C/nautilus-actions-config-tool.xml:74(title)
 msgid "Introduction"
@@ -516,22 +516,22 @@ msgstr "Introduction"
 
 #: C/nautilus-actions-config-tool.xml:81(para)
 msgid ""
-"The <application>Nautilus-Actions Configuration Tool</application> "
+"The <application>FileManager-Actions Configuration Tool</application> "
 "application is the user interface which lets you precisely configure how, "
 "where and when your actions should appear in <productname>Nautilus</"
 "productname> context menus, and how they will be executed."
 msgstr ""
-"L'<application>outil de configuration de Nautilus-Actions</application> est "
+"L'<application>outil de configuration de FileManager-Actions</application> est "
 "l'interface utilisateur permettant de configurer avec précision comment, où "
 "et quand les actions apparaissent dans les menus contextuels de "
 "<productname>Nautilus</productname> et comment elles sont exécutées."
 
 #: C/nautilus-actions-config-tool.xml:86(para)
 msgid ""
-"<application>Nautilus-Actions Configuration Tool</application> provides the "
+"<application>FileManager-Actions Configuration Tool</application> provides the "
 "following features:"
 msgstr ""
-"L'<application>outil de configuration de Nautilus-Actions</application> "
+"L'<application>outil de configuration de FileManager-Actions</application> "
 "offre les fonctionnalités suivantes :"
 
 #: C/nautilus-actions-config-tool.xml:91(para)
@@ -550,10 +550,10 @@ msgstr ""
 
 #: C/nautilus-actions-config-tool.xml:101(para)
 msgid ""
-"<productname>Nautilus-Actions</productname> also comes with additional "
+"<productname>FileManager-Actions</productname> also comes with additional "
 "features such as:"
 msgstr ""
-"<productname>Nautilus-Actions</productname> est également pourvu de "
+"<productname>FileManager-Actions</productname> est également pourvu de "
 "fonctionnalités additionnelles telles que :"
 
 #: C/nautilus-actions-config-tool.xml:106(para)
@@ -589,24 +589,24 @@ msgstr ""
 #: C/nautilus-actions-config-tool.xml:127(para)
 msgid ""
 "All these features are more thoroughly described in the global "
-"<productname>Nautilus-Actions</productname> documentation."
+"<productname>FileManager-Actions</productname> documentation."
 msgstr ""
 "Toutes ces fonctionnalités sont plus précisément décrites dans la "
-"documentation générale de <productname>Nautilus-Actions</productname>."
+"documentation générale de <productname>FileManager-Actions</productname>."
 
 #: C/nautilus-actions-config-tool.xml:144(title)
 msgid "Getting Started"
 msgstr "Premiers pas"
 
 #: C/nautilus-actions-config-tool.xml:2(title)
-msgid "Starting <application>Nautilus-Actions Configuration Tool</application>"
+msgid "Starting <application>FileManager-Actions Configuration Tool</application>"
 msgstr ""
-"Lancement de l'<application>outil de configuration de Nautilus-Actions</"
+"Lancement de l'<application>outil de configuration de FileManager-Actions</"
 "application>"
 
 #: C/nautilus-actions-config-tool.xml:3(para)
 msgid ""
-"You can start <application>Nautilus-Actions Configuration Tool</application> "
+"You can start <application>FileManager-Actions Configuration Tool</application> "
 "in the following ways:"
 msgstr ""
 "Vous pouvez lancer l'<application>outil de configuration de Nautilus-"
@@ -620,12 +620,12 @@ msgstr "Menu <guimenu>Système</guimenu>"
 #: C/nautilus-actions-config-tool.xml:10(para)
 msgid ""
 "Choose <menuchoice><guisubmenu>Preferences</guisubmenu><guisubmenu>Look and "
-"Feel</guisubmenu><guimenuitem>Nautilus-Actions Configuration Tool</"
+"Feel</guisubmenu><guimenuitem>FileManager-Actions Configuration Tool</"
 "guimenuitem></menuchoice>."
 msgstr ""
 "Sélectionnez <menuchoice><guisubmenu>Préférences</"
 "guisubmenu><guisubmenu>Apparence</guisubmenu><guimenuitem>Outils de "
-"configuration de Nautilus-Actions</guimenuitem></menuchoice>."
+"configuration de FileManager-Actions</guimenuitem></menuchoice>."
 
 #: C/nautilus-actions-config-tool.xml:21(term)
 msgid "Command line"
@@ -633,10 +633,10 @@ msgstr "Ligne de commande"
 
 #: C/nautilus-actions-config-tool.xml:23(para)
 msgid ""
-"To start <application>Nautilus-Actions Configuration Tool</application> from "
+"To start <application>FileManager-Actions Configuration Tool</application> from "
 "a command line, type the following command:"
 msgstr ""
-"Pour lancer l'<application>outil de configuration de Nautilus-Actions</"
+"Pour lancer l'<application>outil de configuration de FileManager-Actions</"
 "application> à partir de la ligne de commande, saisissez :"
 
 #: C/nautilus-actions-config-tool.xml:27(filename)
@@ -666,23 +666,23 @@ msgstr "Le premier lancement"
 
 #: C/nautilus-actions-config-tool.xml:53(para)
 msgid ""
-"When you start <application>Nautilus-Actions Configuration Tool</"
+"When you start <application>FileManager-Actions Configuration Tool</"
 "application>, the following window is displayed."
 msgstr ""
-"Quand vous lancez l'<application>outil de configuration de Nautilus-Actions</"
+"Quand vous lancez l'<application>outil de configuration de FileManager-Actions</"
 "application>, la fenêtre suivante s'affiche."
 
 #: C/nautilus-actions-config-tool.xml:57(title)
 msgid ""
-"<application>Nautilus-Actions Configuration Tool</application> Start Up "
+"<application>FileManager-Actions Configuration Tool</application> Start Up "
 "Window"
 msgstr ""
 "Fenêtre de démarrage de l'<application>outil de configuration de Nautilus-"
 "Actions</application>"
 
 #: C/nautilus-actions-config-tool.xml:0(application)
-msgid "Nautilus-Actions Configuration Tool"
-msgstr "outil de configuration de Nautilus-Actions"
+msgid "FileManager-Actions Configuration Tool"
+msgstr "outil de configuration de FileManager-Actions"
 
 #: C/nautilus-actions-config-tool.xml:64(phrase)
 msgid ""
@@ -697,18 +697,18 @@ msgstr ""
 
 #: C/nautilus-actions-config-tool.xml:72(para)
 msgid ""
-"The empty <application>Nautilus-Actions Configuration Tool</application> "
+"The empty <application>FileManager-Actions Configuration Tool</application> "
 "main window"
 msgstr ""
 "La fenêtre principale vide de l'<application>outil de configuration de "
-"Nautilus-Actions</application>"
+"FileManager-Actions</application>"
 
 #. Include any descriptions of the GUI immediately after the screenshot
 #.            of the main UI, for example, the items on the menubar and on the toolbar.
 #.            This section is optional.
 #: C/nautilus-actions-config-tool.xml:82(para)
 msgid ""
-"The <application>Nautilus-Actions Configuration Tool</application> main "
+"The <application>FileManager-Actions Configuration Tool</application> main "
 "window contains the following elements:"
 msgstr ""
 "La fenêtre principale de l'<application>outil de configuration de Nautilus-"
@@ -721,7 +721,7 @@ msgstr "Une barre de menus."
 #: C/nautilus-actions-config-tool.xml:89(para)
 msgid ""
 "The menus on the menubar contain all of the commands you need to use in "
-"<application>Nautilus-Actions Configuration Tool</application>."
+"<application>FileManager-Actions Configuration Tool</application>."
 msgstr ""
 "Les menus de la barre des menus comportent toutes les commandes nécessaires "
 "à l'utilisation de l'<application>outil de configuration de Nautilus-"
@@ -850,7 +850,7 @@ msgid ""
 msgstr ""
 "La liste sur la gauche de la fenêtre principale comporte tous les éléments, "
 "soit actions, soit menus, actuellement accessibles pour modification dans "
-"l'<application>outil de configuration de Nautilus-Actions</application>."
+"l'<application>outil de configuration de FileManager-Actions</application>."
 
 #: C/nautilus-actions-config-tool.xml:249(para)
 msgid ""
@@ -1175,7 +1175,7 @@ msgid ""
 msgstr ""
 "Cet intitulé est une propriété obligatoire de l'action. Si le champ reste "
 "vide, l'action est alors considérée comme non-valide par "
-"<productname>Nautilus-Actions</productname> : elle est affichée en rouge "
+"<productname>FileManager-Actions</productname> : elle est affichée en rouge "
 "dans la <guilabel>Liste d'éléments</guilabel> et n'est jamais candidate à "
 "l'affichage dans les menus contextuels du gestionnaire de fichiers."
 
@@ -1403,9 +1403,9 @@ msgstr ""
 "dialogue <placeholder-1/>, affichant l'URI de l'élément sélectionné."
 
 #: C/nautilus-actions-config-tool.xml:153(title)
-msgid "Using <application>Nautilus-Actions Configuration Tool</application>"
+msgid "Using <application>FileManager-Actions Configuration Tool</application>"
 msgstr ""
-"Utilisation de l'<application>outil de configuration de Nautilus-Actions</"
+"Utilisation de l'<application>outil de configuration de FileManager-Actions</"
 "application>"
 
 #: C/nautilus-actions-config-tool.xml:2(title)
@@ -1434,13 +1434,13 @@ msgstr ""
 #: C/nautilus-actions-config-tool.xml:12(para)
 msgid ""
 "Each time the selection or the location change in the file manager, "
-"<productname>Nautilus-Actions</productname> checks all your actions, "
+"<productname>FileManager-Actions</productname> checks all your actions, "
 "comparing the defined conditions against the new location and selection: all "
 "defined conditions must be satisfied in order your action be actually "
 "displayed."
 msgstr ""
 "Chaque fois que, dans le gestionnaire de fichiers, la sélection ou "
-"l'emplacement change, <productname>Nautilus-Actions</productname> vérifie "
+"l'emplacement change, <productname>FileManager-Actions</productname> vérifie "
 "l'ensemble des actions en comparant les conditions spécifiées par rapport au "
 "nouvel emplacement ou à la nouvelle sélection : toutes les conditions "
 "définies doivent être satisfaites pour que l'action soit réellement affichée."
@@ -3019,11 +3019,11 @@ msgstr ""
 msgid ""
 "The word « <guilabel>first</guilabel> » may be misleading as it only refers "
 "to the list of selected items internally provided by the file manager to the "
-"<productname>Nautilus-Actions</productname> plugin."
+"<productname>FileManager-Actions</productname> plugin."
 msgstr ""
 "Le mot « <guilabel>premier</guilabel> » peut se révéler trompeur étant donné "
 "qu'il se réfère à une liste interne d'éléments fournis par le gestionnaire "
-"de fichiers au greffon <productname>Nautilus-Actions</productname>."
+"de fichiers au greffon <productname>FileManager-Actions</productname>."
 
 #: C/nautilus-actions-config-tool.xml:54(para)
 msgid ""
@@ -3099,7 +3099,7 @@ msgid ""
 msgstr ""
 "Mises à part les conditions que la sélection doit respecter pour que "
 "l'action soit affichée dans les menus du gestionnaire de fichiers, "
-"<productname>Nautilus-Actions</productname> vous permet de définir "
+"<productname>FileManager-Actions</productname> vous permet de définir "
 "précisément comment la commande est exécutée."
 
 #: C/nautilus-actions-config-tool.xml:111(para)
@@ -3309,11 +3309,11 @@ msgstr ""
 # A spelling mistake, corrected line 300  of nact-execution.xml file, is not reflected in the 
nautilus-actions-help.master.pot file created on 2010-12-03 17:10+0000. So the sentence #439 is not 
translated in the foreign versions.
 #: C/nautilus-actions-config-tool.xml:298(para)
 msgid ""
-"Actually, <productname>Nautilus-Actions</productname> automatically handles "
+"Actually, <productname>FileManager-Actions</productname> automatically handles "
 "these two behaviors, depending of the form and the order of the parameters "
 "in the command arguments."
 msgstr ""
-"En fait, <productname>Nautilus-Actions</productname> gère automatiquement "
+"En fait, <productname>FileManager-Actions</productname> gère automatiquement "
 "ces deux comportements selon la forme et l'ordre des paramètres dans les "
 "arguments de la commande."
 
@@ -3358,35 +3358,35 @@ msgstr "Quand la sélection comporte plus d'un élément :"
 #: C/nautilus-actions-config-tool.xml:333(para)
 msgid ""
 "if the first relevant parameter is of a singular form, then "
-"<productname>Nautilus-Actions</productname> will consider that the command "
+"<productname>FileManager-Actions</productname> will consider that the command "
 "is only able to deal with one item at a time, and thus that it has to be ran "
 "one time for each selected item;"
 msgstr ""
 "si le premier paramètre pertinent est au « singulier », alors "
-"<productname>Nautilus-Actions</productname> considère que la commande n'est "
+"<productname>FileManager-Actions</productname> considère que la commande n'est "
 "susceptible de traiter qu'un seul élément à la fois, et donc doit être "
 "lancée une fois pour chaque élément sélectionné ;"
 
 #: C/nautilus-actions-config-tool.xml:341(para)
 msgid ""
 "contrarily, if the first relevant parameter found is of the plural form, "
-"then <productname>Nautilus-Actions</productname> will consider that the "
+"then <productname>FileManager-Actions</productname> will consider that the "
 "command is able to deal with a list of items, and thus the command will be "
 "executed only once;"
 msgstr ""
 "au contraire, si le premier paramètre pertinent trouvé est au « pluriel », "
-"alors <productname>Nautilus-Actions</productname> considère que la commande "
+"alors <productname>FileManager-Actions</productname> considère que la commande "
 "est capable de traiter la liste d'éléments, et donc la commande n'est "
 "exécutée qu'une seule fois ;"
 
 #: C/nautilus-actions-config-tool.xml:348(para)
 msgid ""
-"if all found parameters are irrelevant, then <productname>Nautilus-Actions</"
+"if all found parameters are irrelevant, then <productname>FileManager-Actions</"
 "productname> defaults to consider that the command should be executed only "
 "once."
 msgstr ""
 "si tous les paramètres trouvés ne sont pas pertinents, alors "
-"<productname>Nautilus-Actions</productname> considère par défaut que la "
+"<productname>FileManager-Actions</productname> considère par défaut que la "
 "commande ne doit être exécutée qu'une seule fois."
 
 #: C/nautilus-actions-config-tool.xml:355(title)
@@ -3798,15 +3798,15 @@ msgstr ""
 
 #: C/nautilus-actions-config-tool.xml:28(para)
 msgid ""
-"At runtime, <productname>Nautilus-Actions</productname> will successively "
+"At runtime, <productname>FileManager-Actions</productname> will successively "
 "examine each profile attached to your action. If the first profile targets a "
 "file while you have selected a directory, then <productname>Nautilus-"
 "Actions</productname> will just try with your second profile."
 msgstr ""
-"À l'exécution, <productname>Nautilus-Actions</productname> examine "
+"À l'exécution, <productname>FileManager-Actions</productname> examine "
 "successivement chaque profil associé à l'action. Si le premier profil cible "
 "un fichier alors que vous avez sélectionné un répertoire, alors "
-"<productname>Nautilus-Actions</productname> essaie uniquement avec le second "
+"<productname>FileManager-Actions</productname> essaie uniquement avec le second "
 "profil."
 
 #: C/nautilus-actions-config-tool.xml:35(para)
@@ -3837,20 +3837,20 @@ msgstr "Ordonnancement des profils à l'intérieur d'une action"
 
 #: C/nautilus-actions-config-tool.xml:53(para)
 msgid ""
-"At runtime, <productname>Nautilus-Actions</productname> will begin with "
+"At runtime, <productname>FileManager-Actions</productname> will begin with "
 "examining the conditions set on your action."
 msgstr ""
-"Lors de l'exécution, <productname>Nautilus-Actions</productname> commence "
+"Lors de l'exécution, <productname>FileManager-Actions</productname> commence "
 "par examiner les conditions définies pour l'action."
 
 #: C/nautilus-actions-config-tool.xml:57(para)
 msgid ""
 "If these conditions (the action-conditions) are met, then "
-"<productname>Nautilus-Actions</productname> will examine in order each "
+"<productname>FileManager-Actions</productname> will examine in order each "
 "profile."
 msgstr ""
 "Si ces conditions (les conditions de l'action) sont satisfaites, alors "
-"<productname>Nautilus-Actions</productname> examine dans l'ordre chaque "
+"<productname>FileManager-Actions</productname> examine dans l'ordre chaque "
 "profil."
 
 #: C/nautilus-actions-config-tool.xml:61(para)
@@ -4003,7 +4003,7 @@ msgstr "Tri de la liste des éléments"
 msgid ""
 "Your actions and menus will be displayed in file manager context menus in "
 "the same order that they are listed in the <guilabel>Items list</guilabel>, "
-"on the left pane of the main <application>Nautilus-Actions Configuration "
+"on the left pane of the main <application>FileManager-Actions Configuration "
 "Tool</application> window."
 msgstr ""
 "Les actions et menus sont affichés dans les menus contextuels du "
@@ -4114,10 +4114,10 @@ msgstr "Édition"
 
 #: C/nautilus-actions-config-tool.xml:3(para)
 msgid ""
-"With <application>Nautilus-Actions Configuration Tool</application>, you may "
+"With <application>FileManager-Actions Configuration Tool</application>, you may "
 "safely cut, copy, paste to and from the clipboard."
 msgstr ""
-"Avec l'<application>outil de configuration de Nautilus-Actions</"
+"Avec l'<application>outil de configuration de FileManager-Actions</"
 "application>, vous pouvez en toute sécurité couper, copier vers et coller à "
 "partir du presse-papier."
 
@@ -4147,31 +4147,31 @@ msgstr "Sélection multiple"
 
 #: C/nautilus-actions-config-tool.xml:22(para)
 msgid ""
-"Multiple selection is possible in <application>Nautilus-Actions "
+"Multiple selection is possible in <application>FileManager-Actions "
 "Configuration Tool</application>. You can extend the current selection by "
 "pressing <keycap>Ctrl</keycap> or <keycap>Shift</keycap> while selecting an "
 "item to add to the selection."
 msgstr ""
 "La sélection multiple est possible dans l'<application>outil de "
-"configuration deNautilus-Actions</application>. Vous pouvez étendre la "
+"configuration deFileManager-Actions</application>. Vous pouvez étendre la "
 "sélection en pressant la touche <keycap>Ctrl</keycap> ou <keycap>Maj</"
 "keycap> tout en sélectionnant un élément à ajouter."
 
 #: C/nautilus-actions-config-tool.xml:28(para)
 msgid ""
-"<application>Nautilus-Actions Configuration Tool</application> only accepts "
+"<application>FileManager-Actions Configuration Tool</application> only accepts "
 "homogeneous multiple selections. That is, you may select one or more "
 "profiles, or one or more actions or menus. A multiple selection containing "
 "both profiles and actions or menus is not allowed. This is because "
-"<application>Nautilus-Actions Configuration Tool</application> would not "
+"<application>FileManager-Actions Configuration Tool</application> would not "
 "know where to paste such a selection."
 msgstr ""
-"L'<application>outil de configuration de Nautilus-Actions</application> "
+"L'<application>outil de configuration de FileManager-Actions</application> "
 "n'accepte que des sélections multiples homogènes. C'est-à-dire que vous "
 "pouvez sélectionner un ou plusieurs profils, un ou plusieurs menus ou "
 "actions. Une sélection multiple contenant à la fois des profils et des "
 "actions ou menus n'est pas autorisée parce que l'<application>outil de "
-"configuration de Nautilus-Actions</application> ne saurait pas où coller une "
+"configuration de FileManager-Actions</application> ne saurait pas où coller une "
 "telle sélection."
 
 #: C/nautilus-actions-config-tool.xml:34(para)
@@ -4215,10 +4215,10 @@ msgstr ""
 
 #: C/nautilus-actions-config-tool.xml:20(para)
 msgid ""
-"<productname>Nautilus-Actions</productname> also has an Auto-save feature "
+"<productname>FileManager-Actions</productname> also has an Auto-save feature "
 "which is configurable in <guimenuitem>Preferences</guimenuitem> dialog box."
 msgstr ""
-"<productname>Nautilus-Actions</productname> dispose également d'une "
+"<productname>FileManager-Actions</productname> dispose également d'une "
 "fonctionnalité d'enregistrement automatique configurable dans la boîte de "
 "dialogue des <guimenuitem>Préférences</guimenuitem>."
 
@@ -4337,7 +4337,7 @@ msgid ""
 "context menu because some of its informations are missing or erroneous. "
 "Here, and though this newly inserted action has some suitable defaults, it "
 "lacks a command to be executed to be considered valid by "
-"<application>Nautilus-Actions Configuration Tool</application>"
+"<application>FileManager-Actions Configuration Tool</application>"
 msgstr ""
 "Une nouvelle action est affichée avec la couleur rouge dans la liste "
 "d'éléments. La couleur rouge est un indicateur de non-validité de l'élément, "
@@ -4346,7 +4346,7 @@ msgstr ""
 "informations sont soit manquantes, soit erronées. Dans ce cas, et même si "
 "l'action nouvellement insérée dispose de certains réglages par défaut, il "
 "manque la commande à exécuter pour que l'<application>outil de configuration "
-"de Nautilus-Actions</application> la considère comme valide."
+"de FileManager-Actions</application> la considère comme valide."
 
 #: C/nautilus-actions-config-tool.xml:182(title)
 msgid "Known Bugs and Limitations"
@@ -4370,12 +4370,12 @@ msgstr ""
 
 #: C/nautilus-actions-config-tool.xml:7(para)
 msgid ""
-"If you find some new bug in <productname>Nautilus-Actions</productname>, you "
+"If you find some new bug in <productname>FileManager-Actions</productname>, you "
 "are welcome to open it by pointing your favorite browser to <ulink url="
 "\"https://bugzilla.gnome.org/enter_bug.cgi?product=nautilus-actions\"; type="
 "\"http\">Bugzilla web site</ulink>."
 msgstr ""
-"Si vous détectez une nouvelle anomalie dans <productname>Nautilus-Actions</"
+"Si vous détectez une nouvelle anomalie dans <productname>FileManager-Actions</"
 "productname>, nous vous serons reconnaissant d'ouvrir un rapport d'anomalie "
 "en vous connectant sur <ulink url=\"https://bugzilla.gnome.org/enter_bug.cgi?";
 "product=nautilus-actions\" type=\"http\">le site Web Bugzilla</ulink>."
@@ -4391,14 +4391,14 @@ msgstr ""
 #: C/nautilus-actions-config-tool.xml:15(para)
 msgid ""
 "When you're browsing the folder you want to export to in the "
-"<application>Nautilus-Actions Configuration Tool</application>'s export "
+"<application>FileManager-Actions Configuration Tool</application>'s export "
 "assistant you can't select it as the directory to export to. Instead you "
 "have to go to the directory a level up and select the directory you want to "
 "export to there."
 msgstr ""
 "Quand vous recherchez le dossier vers lequel vous souhaitez exporter dans "
 "l'assistant d'exportation de l'<application>outil de configuration de "
-"Nautilus-Actions</application>, il n'est pas possible de le sélectionner "
+"FileManager-Actions</application>, il n'est pas possible de le sélectionner "
 "directement en tant que répertoire d'exportation. Au lieu de cela, allez "
 "dans le répertoire situé un niveau au-dessus et sélectionnez le répertoire "
 "vers lequel vous souhaitez faire une exportation."
@@ -4414,7 +4414,7 @@ msgid ""
 "<productname>Nautilus</productname> plugin."
 msgstr ""
 "Depuis la version 3.0, le mode d'exécution peut être configuré dans "
-"l'<application>outil de configuration de Nautilus-Actions</application> mais "
+"l'<application>outil de configuration de FileManager-Actions</application> mais "
 "cette fonctionnalité n'est pas encore reconnue par le greffon "
 "<productname>Nautilus</productname>."
 
@@ -4434,14 +4434,14 @@ msgstr "Raccourci suggéré"
 msgid ""
 "As of version 3.0, suggested shortcut, as described in <ulink url=\"http://";
 "www.nautilus-actions.org/?q=node/377\" type=\"http\">DES-EMA specification</"
-"ulink> cannot be configured in <application>Nautilus-Actions Configuration "
+"ulink> cannot be configured in <application>FileManager-Actions Configuration "
 "Tool</application>, and is not honored by <productname>Nautilus</"
 "productname> plugin."
 msgstr ""
 "Depuis la version 3.0, la suggestion de raccourci, telle que décrite dans la "
 "<ulink url=\"http://www.nautilus-actions.org/?q=node/377\"; type=\"http"
 "\">spécification DES-EMA</ulink> ne peut pas être configurée dans "
-"l'<application>outil de configuration de Nautilus-Actions</application> et "
+"l'<application>outil de configuration de FileManager-Actions</application> et "
 "n'est pas reconnue par le greffon <productname>Nautilus</productname>."
 
 #: C/nautilus-actions-config-tool.xml:48(title)
@@ -4451,11 +4451,11 @@ msgstr "Séparateur de menu"
 #: C/nautilus-actions-config-tool.xml:49(para)
 msgid ""
 "As of version 3.0, menu separators cannot be configured in "
-"<application>Nautilus-Actions Configuration Tool</application>, and are not "
+"<application>FileManager-Actions Configuration Tool</application>, and are not "
 "honored by <productname>Nautilus</productname> plugin."
 msgstr ""
 "Depuis la version 3.0, les séparateurs de menu ne peuvent pas être "
-"configurés dans l'<application>outil de configuration de Nautilus-Actions</"
+"configurés dans l'<application>outil de configuration de FileManager-Actions</"
 "application> et ne sont pas reconnus par le greffon <productname>Nautilus</"
 "productname>."
 
@@ -4469,20 +4469,20 @@ msgstr ""
 "définissent des séparateurs de menu dans le menu contextuel."
 
 #: C/nautilus-actions-config-tool.xml:196(title)
-msgid "About <application>Nautilus-Actions Configuration Tool</application>"
+msgid "About <application>FileManager-Actions Configuration Tool</application>"
 msgstr ""
-"À propos de l'<application>outil de configuration de Nautilus-Actions</"
+"À propos de l'<application>outil de configuration de FileManager-Actions</"
 "application>"
 
 #: C/nautilus-actions-config-tool.xml:197(para)
 msgid ""
-"The first version of <productname>Nautilus-Actions</productname> was "
+"The first version of <productname>FileManager-Actions</productname> was "
 "initially written by Frederic Ruaudel (<email>grumz grumz net</email>) and "
 "Rodrigo Moya (<email>rodrigo gnome-db org</email>). It has been thoroughly "
 "improved and is currently maintained by Pierre Wieser "
 "(<email>pwieser trychlos org</email>)."
 msgstr ""
-"La première version de <productname>Nautilus-Actions</productname> a été "
+"La première version de <productname>FileManager-Actions</productname> a été "
 "écrite par Frederic Ruaudel (<email>grumz grumz net</email>) et Rodrigo Moya "
 "(<email>rodrigo gnome-db org</email>). Elle a été globalement améliorée et "
 "est actuellement maintenue par Pierre Wieser (<email>pwieser trychlos org</"
@@ -4500,18 +4500,18 @@ msgstr ""
 
 #: C/nautilus-actions-config-tool.xml:210(para)
 msgid ""
-"To find more information about <productname>Nautilus-Actions</productname>, "
+"To find more information about <productname>FileManager-Actions</productname>, "
 "please visit the <ulink url=\"http://www.nautilus-actions.org/\"; type=\"http"
-"\"/><productname>Nautilus-Actions</productname> website."
+"\"/><productname>FileManager-Actions</productname> website."
 msgstr ""
-"Pour obtenir plus d'informations à propos de <productname>Nautilus-Actions</"
+"Pour obtenir plus d'informations à propos de <productname>FileManager-Actions</"
 "productname>, veuillez visiter le <ulink url=\"http://www.nautilus-actions.";
-"org/\" type=\"http\"/>site Web de <productname>Nautilus-Actions</productname>."
+"org/\" type=\"http\"/>site Web de <productname>FileManager-Actions</productname>."
 
 #: C/nautilus-actions-config-tool.xml:215(para)
 msgid ""
 "To report a bug or make a suggestion regarding <productname>Nautilus-"
-"Actions</productname>, the <application>Nautilus-Actions Configuration Tool</"
+"Actions</productname>, the <application>FileManager-Actions Configuration Tool</"
 "application> or this manual, follow the directions in the <ulink url=\"ghelp:"
 "user-guide#feedback\" type=\"help\">GNOME Feedback Page</ulink>, or you may "
 "prefer, at your convenience, directly open a bug or a request for "
@@ -4519,8 +4519,8 @@ msgid ""
 "product=nautilus-actions\" type=\"http\">Bugzilla website</ulink>."
 msgstr ""
 "Pour rapporter une anomalie ou faire une suggestion à propos de "
-"<productname>Nautilus-Actions</productname>, de l'<application>Outil de "
-"configuration Nautilus-Actions</application> ou de ce manuel, suivez les "
+"<productname>FileManager-Actions</productname>, de l'<application>Outil de "
+"configuration FileManager-Actions</application> ou de ce manuel, suivez les "
 "indications de la <ulink url=\"ghelp:user-guide#feedback\" type=\"help"
 "\">page des retours d'informations de GNOME</ulink> ou, si vous préférez, "
 "ouvrez une anomalie ou une demande d'amélioration sur <ulink url=\"https://";
diff --git a/docs/nact/sl/sl.po b/docs/nact/sl/sl.po
index ff084b3..7dfa4a4 100644
--- a/docs/nact/sl/sl.po
+++ b/docs/nact/sl/sl.po
@@ -200,7 +200,7 @@ msgid "@@image: 'figures/nact-preferences-io-providers.png'; md5=edefe4c9d9cf5f5
 msgstr "@@image: 'figures/nact-preferences-io-providers.png'; md5=edefe4c9d9cf5f568d36b4c2ed3e044b"
 
 #: C/nautilus-actions-config-tool.xml:2(title)
-msgid "<application>Nautilus-Actions Configuration Tool</application> User's Manual"
+msgid "<application>FileManager-Actions Configuration Tool</application> User's Manual"
 msgstr ""
 
 #: C/nautilus-actions-config-tool.xml:5(year)
@@ -213,15 +213,15 @@ msgstr "Pierre Wieser"
 
 #: C/nautilus-actions-config-tool.xml:10(para)
 #: C/nautilus-actions-config-tool.xml:74(para)
-msgid "<productname>Nautilus-Actions</productname> is a <productname>Nautilus</productname> extension whose 
principal function is to allow the user to add arbitrary actions to the file manager context menus. These 
actions may be organized in menus and submenus, exported and shared with other desktop environments."
+msgid "<productname>FileManager-Actions</productname> is a <productname>Nautilus</productname> extension 
whose principal function is to allow the user to add arbitrary actions to the file manager context menus. 
These actions may be organized in menus and submenus, exported and shared with other desktop environments."
 msgstr ""
 
 #: C/nautilus-actions-config-tool.xml:16(para)
-msgid "This manual describes the <application>Nautilus-Actions Configuration Tool</application> user 
interface, and explains how you may configure your menus and actions, making them be displayed and applied 
depending on specific conditions."
+msgid "This manual describes the <application>FileManager-Actions Configuration Tool</application> user 
interface, and explains how you may configure your menus and actions, making them be displayed and applied 
depending on specific conditions."
 msgstr ""
 
 #: C/nautilus-actions-config-tool.xml:23(releaseinfo)
-msgid "This manual describes version 3.0 of Nautilus-Actions Configuration Tool."
+msgid "This manual describes version 3.0 of FileManager-Actions Configuration Tool."
 msgstr ""
 
 #: C/nautilus-actions-config-tool.xml:28(publishername)
@@ -241,7 +241,7 @@ msgid "pwieser trychlos org"
 msgstr "pwieser trychlos org"
 
 #: C/nautilus-actions-config-tool.xml:74(revnumber)
-msgid "Nautilus-Actions Configuration Tool User's Manual v 3.0"
+msgid "FileManager-Actions Configuration Tool User's Manual v 3.0"
 msgstr ""
 
 #: C/nautilus-actions-config-tool.xml:75(date)
@@ -281,7 +281,7 @@ msgid "Nautilus"
 msgstr ""
 
 #: C/nautilus-actions-config-tool.xml:0(productname)
-msgid "Nautilus-Actions"
+msgid "FileManager-Actions"
 msgstr ""
 
 #: C/nautilus-actions-config-tool.xml:73(title)
@@ -289,11 +289,11 @@ msgid "Introduction"
 msgstr ""
 
 #: C/nautilus-actions-config-tool.xml:80(para)
-msgid "The <application>Nautilus-Actions Configuration Tool</application> application is the user interface 
which lets you precisely configure how, where and when your actions should appear in 
<productname>Nautilus</productname> context menus, and how they will be executed."
+msgid "The <application>FileManager-Actions Configuration Tool</application> application is the user 
interface which lets you precisely configure how, where and when your actions should appear in 
<productname>Nautilus</productname> context menus, and how they will be executed."
 msgstr ""
 
 #: C/nautilus-actions-config-tool.xml:85(para)
-msgid "<application>Nautilus-Actions Configuration Tool</application> provides the following features:"
+msgid "<application>FileManager-Actions Configuration Tool</application> provides the following features:"
 msgstr ""
 
 #: C/nautilus-actions-config-tool.xml:90(para)
@@ -309,7 +309,7 @@ msgid "Import and export actions and menus from and to outside world."
 msgstr ""
 
 #: C/nautilus-actions-config-tool.xml:100(para)
-msgid "<productname>Nautilus-Actions</productname> also comes with additional features such as:"
+msgid "<productname>FileManager-Actions</productname> also comes with additional features such as:"
 msgstr ""
 
 #: C/nautilus-actions-config-tool.xml:105(para)
@@ -329,7 +329,7 @@ msgid "A command-line program which is able to create a new action."
 msgstr ""
 
 #: C/nautilus-actions-config-tool.xml:126(para)
-msgid "All these features are more thoroughly described in the global 
<productname>Nautilus-Actions</productname> documentation."
+msgid "All these features are more thoroughly described in the global 
<productname>FileManager-Actions</productname> documentation."
 msgstr ""
 
 #: C/nautilus-actions-config-tool.xml:143(title)
@@ -337,11 +337,11 @@ msgid "Getting Started"
 msgstr ""
 
 #: C/nautilus-actions-config-tool.xml:2(title)
-msgid "Starting <application>Nautilus-Actions Configuration Tool</application>"
+msgid "Starting <application>FileManager-Actions Configuration Tool</application>"
 msgstr ""
 
 #: C/nautilus-actions-config-tool.xml:3(para)
-msgid "You can start <application>Nautilus-Actions Configuration Tool</application> in the following ways:"
+msgid "You can start <application>FileManager-Actions Configuration Tool</application> in the following 
ways:"
 msgstr ""
 
 #: C/nautilus-actions-config-tool.xml:8(term)
@@ -349,7 +349,7 @@ msgid "<guimenu>System</guimenu> menu"
 msgstr ""
 
 #: C/nautilus-actions-config-tool.xml:10(para)
-msgid "Choose <menuchoice><guisubmenu>Preferences</guisubmenu><guisubmenu>Look and 
Feel</guisubmenu><guimenuitem>Nautilus-Actions Configuration Tool</guimenuitem></menuchoice>."
+msgid "Choose <menuchoice><guisubmenu>Preferences</guisubmenu><guisubmenu>Look and 
Feel</guisubmenu><guimenuitem>FileManager-Actions Configuration Tool</guimenuitem></menuchoice>."
 msgstr ""
 
 #: C/nautilus-actions-config-tool.xml:21(term)
@@ -357,7 +357,7 @@ msgid "Command line"
 msgstr ""
 
 #: C/nautilus-actions-config-tool.xml:23(para)
-msgid "To start <application>Nautilus-Actions Configuration Tool</application> from a command line, type the 
following command:"
+msgid "To start <application>FileManager-Actions Configuration Tool</application> from a command line, type 
the following command:"
 msgstr ""
 
 #: C/nautilus-actions-config-tool.xml:27(filename)
@@ -384,15 +384,15 @@ msgid "The first run"
 msgstr ""
 
 #: C/nautilus-actions-config-tool.xml:53(para)
-msgid "When you start <application>Nautilus-Actions Configuration Tool</application>, the following window 
is displayed."
+msgid "When you start <application>FileManager-Actions Configuration Tool</application>, the following 
window is displayed."
 msgstr ""
 
 #: C/nautilus-actions-config-tool.xml:57(title)
-msgid "<application>Nautilus-Actions Configuration Tool</application> Start Up Window"
+msgid "<application>FileManager-Actions Configuration Tool</application> Start Up Window"
 msgstr ""
 
 #: C/nautilus-actions-config-tool.xml:0(application)
-msgid "Nautilus-Actions Configuration Tool"
+msgid "FileManager-Actions Configuration Tool"
 msgstr ""
 
 #: C/nautilus-actions-config-tool.xml:64(phrase)
@@ -400,14 +400,14 @@ msgid "Shows <placeholder-1/> main window. Contains menubar, toolbar, display ar
 msgstr ""
 
 #: C/nautilus-actions-config-tool.xml:72(para)
-msgid "The empty <application>Nautilus-Actions Configuration Tool</application> main window"
+msgid "The empty <application>FileManager-Actions Configuration Tool</application> main window"
 msgstr ""
 
 #. Include any descriptions of the GUI immediately after the screenshot
 #. of the main UI, for example, the items on the menubar and on the toolbar.
 #. This section is optional.
 #: C/nautilus-actions-config-tool.xml:82(para)
-msgid "The <application>Nautilus-Actions Configuration Tool</application> main window contains the following 
elements:"
+msgid "The <application>FileManager-Actions Configuration Tool</application> main window contains the 
following elements:"
 msgstr ""
 
 #: C/nautilus-actions-config-tool.xml:87(term)
@@ -415,7 +415,7 @@ msgid "Menubar."
 msgstr ""
 
 #: C/nautilus-actions-config-tool.xml:89(para)
-msgid "The menus on the menubar contain all of the commands you need to use in <application>Nautilus-Actions 
Configuration Tool</application>."
+msgid "The menus on the menubar contain all of the commands you need to use in 
<application>FileManager-Actions Configuration Tool</application>."
 msgstr ""
 
 #: C/nautilus-actions-config-tool.xml:93(para)
@@ -526,7 +526,7 @@ msgid "Items list."
 msgstr ""
 
 #: C/nautilus-actions-config-tool.xml:244(para)
-msgid "The list on the left of the main window contains all items, whether they are actions or menus, 
currently available for edition in <application>Nautilus-Actions Configuration Tool</application>."
+msgid "The list on the left of the main window contains all items, whether they are actions or menus, 
currently available for edition in <application>FileManager-Actions Configuration Tool</application>."
 msgstr ""
 
 #: C/nautilus-actions-config-tool.xml:249(para)
@@ -735,7 +735,7 @@ msgid "The <guilabel>Context label</guilabel> entry box contains the label of th
 msgstr ""
 
 #: C/nautilus-actions-config-tool.xml:510(para)
-msgid "The label is a mandatory property of your action. If it happens to be empty, then your action will be 
considered as invalid by <productname>Nautilus-Actions</productname>: it will be displayed in red in 
<guilabel>Items list</guilabel> and will never be candidate to be displayed in the file manager context 
menus."
+msgid "The label is a mandatory property of your action. If it happens to be empty, then your action will be 
considered as invalid by <productname>FileManager-Actions</productname>: it will be displayed in red in 
<guilabel>Items list</guilabel> and will never be candidate to be displayed in the file manager context 
menus."
 msgstr ""
 
 #: C/nautilus-actions-config-tool.xml:519(para)
@@ -862,7 +862,7 @@ msgid "Shows the result of the execution of your first action. This is <placehol
 msgstr ""
 
 #: C/nautilus-actions-config-tool.xml:152(title)
-msgid "Using <application>Nautilus-Actions Configuration Tool</application>"
+msgid "Using <application>FileManager-Actions Configuration Tool</application>"
 msgstr ""
 
 #: C/nautilus-actions-config-tool.xml:2(title)
@@ -878,7 +878,7 @@ msgid "Conditions may be put against the location the file manager currently poi
 msgstr ""
 
 #: C/nautilus-actions-config-tool.xml:12(para)
-msgid "Each time the selection or the location change in the file manager, 
<productname>Nautilus-Actions</productname> checks all your actions, comparing the defined conditions against 
the new location and selection: all defined conditions must be satisfied in order your action be actually 
displayed."
+msgid "Each time the selection or the location change in the file manager, 
<productname>FileManager-Actions</productname> checks all your actions, comparing the defined conditions 
against the new location and selection: all defined conditions must be satisfied in order your action be 
actually displayed."
 msgstr ""
 
 #: C/nautilus-actions-config-tool.xml:20(title)
@@ -1717,7 +1717,7 @@ msgid "The <guibutton>Legend</guibutton> button has a toggling action: click onc
 msgstr ""
 
 #: C/nautilus-actions-config-tool.xml:49(para)
-msgid "The word « <guilabel>first</guilabel> » may be misleading as it only refers to the list of selected 
items internally provided by the file manager to the <productname>Nautilus-Actions</productname> plugin."
+msgid "The word « <guilabel>first</guilabel> » may be misleading as it only refers to the list of selected 
items internally provided by the file manager to the <productname>FileManager-Actions</productname> plugin."
 msgstr ""
 
 #: C/nautilus-actions-config-tool.xml:54(para)
@@ -1758,7 +1758,7 @@ msgid "How the action should it be executed ?"
 msgstr ""
 
 #: C/nautilus-actions-config-tool.xml:105(para)
-msgid "Apart from configuring the conditions the selection must met in order your action be displayed in 
file manager menus, <productname>Nautilus-Actions</productname> allows you to configure how exactly your 
command will be executed."
+msgid "Apart from configuring the conditions the selection must met in order your action be displayed in 
file manager menus, <productname>FileManager-Actions</productname> allows you to configure how exactly your 
command will be executed."
 msgstr ""
 
 #: C/nautilus-actions-config-tool.xml:111(para)
@@ -1896,7 +1896,7 @@ msgid "Or you may prefer your command be repeated for each selected item, giving
 msgstr ""
 
 #: C/nautilus-actions-config-tool.xml:298(para)
-msgid "Actually, <productname>Nautilus-Actions</productname> automatically handles these two behaviors, 
depending of the form and the order of the parameters in the comamnd arguments."
+msgid "Actually, <productname>FileManager-Actions</productname> automatically handles these two behaviors, 
depending of the form and the order of the parameters in the comamnd arguments."
 msgstr ""
 
 #: C/nautilus-actions-config-tool.xml:303(para)
@@ -1920,15 +1920,15 @@ msgid "When the selection contains more than one item:"
 msgstr ""
 
 #: C/nautilus-actions-config-tool.xml:333(para)
-msgid "if the first relevant parameter is of a singular form, then 
<productname>Nautilus-Actions</productname> will consider that the command is only able to deal with one item 
at a time, and thus that it has to be ran one time for each selected item;"
+msgid "if the first relevant parameter is of a singular form, then 
<productname>FileManager-Actions</productname> will consider that the command is only able to deal with one 
item at a time, and thus that it has to be ran one time for each selected item;"
 msgstr ""
 
 #: C/nautilus-actions-config-tool.xml:341(para)
-msgid "contrarily, if the first relevant parameter found is of the plural form, then 
<productname>Nautilus-Actions</productname> will consider that the command is able to deal with a list of 
items, and thus the command will be executed only once;"
+msgid "contrarily, if the first relevant parameter found is of the plural form, then 
<productname>FileManager-Actions</productname> will consider that the command is able to deal with a list of 
items, and thus the command will be executed only once;"
 msgstr ""
 
 #: C/nautilus-actions-config-tool.xml:348(para)
-msgid "if all found parameters are irrelevant, then <productname>Nautilus-Actions</productname> defaults to 
consider that the command should be executed only once."
+msgid "if all found parameters are irrelevant, then <productname>FileManager-Actions</productname> defaults 
to consider that the command should be executed only once."
 msgstr ""
 
 #: C/nautilus-actions-config-tool.xml:355(title)
@@ -2254,7 +2254,7 @@ msgid "One solution is to define a new profile to your action, configuring this
 msgstr ""
 
 #: C/nautilus-actions-config-tool.xml:28(para)
-msgid "At runtime, <productname>Nautilus-Actions</productname> will successively examine each profile 
attached to your action. If the first profile targets a file while you have selected a directory, then 
<productname>Nautilus-Actions</productname> will just try with your second profile."
+msgid "At runtime, <productname>FileManager-Actions</productname> will successively examine each profile 
attached to your action. If the first profile targets a file while you have selected a directory, then 
<productname>FileManager-Actions</productname> will just try with your second profile."
 msgstr ""
 
 #: C/nautilus-actions-config-tool.xml:35(para)
@@ -2274,11 +2274,11 @@ msgid "Ordering the profiles inside an action"
 msgstr ""
 
 #: C/nautilus-actions-config-tool.xml:53(para)
-msgid "At runtime, <productname>Nautilus-Actions</productname> will begin with examining the conditions set 
on your action."
+msgid "At runtime, <productname>FileManager-Actions</productname> will begin with examining the conditions 
set on your action."
 msgstr ""
 
 #: C/nautilus-actions-config-tool.xml:57(para)
-msgid "If these conditions (the action-conditions) are met, then <productname>Nautilus-Actions</productname> 
will examine in order each profile."
+msgid "If these conditions (the action-conditions) are met, then 
<productname>FileManager-Actions</productname> will examine in order each profile."
 msgstr ""
 
 #: C/nautilus-actions-config-tool.xml:61(para)
@@ -2358,7 +2358,7 @@ msgid "Sorting the items list"
 msgstr ""
 
 #: C/nautilus-actions-config-tool.xml:3(para)
-msgid "Your actions and menus will be displayed in file manager context menus in the same order that they 
are listed in the <guilabel>Items list</guilabel>, on the left pane of the main <application>Nautilus-Actions 
Configuration Tool</application> window."
+msgid "Your actions and menus will be displayed in file manager context menus in the same order that they 
are listed in the <guilabel>Items list</guilabel>, on the left pane of the main 
<application>FileManager-Actions Configuration Tool</application> window."
 msgstr ""
 
 #: C/nautilus-actions-config-tool.xml:8(para)
@@ -2424,7 +2424,7 @@ msgid "Editing"
 msgstr ""
 
 #: C/nautilus-actions-config-tool.xml:3(para)
-msgid "With <application>Nautilus-Actions Configuration Tool</application>, you may safely cut, copy, paste 
to and from the clipboard."
+msgid "With <application>FileManager-Actions Configuration Tool</application>, you may safely cut, copy, 
paste to and from the clipboard."
 msgstr ""
 
 #: C/nautilus-actions-config-tool.xml:8(title)
@@ -2440,11 +2440,11 @@ msgid "Multiple selection"
 msgstr ""
 
 #: C/nautilus-actions-config-tool.xml:19(para)
-msgid "Multiple selection is possible in <application>Nautilus-Actions Configuration Tool</application>. You 
can extend the current selection by pressing the touch <keycap>Ctrl</keycap> or <keycap>Shift</keycap> while 
selecting an item to add to the selection."
+msgid "Multiple selection is possible in <application>FileManager-Actions Configuration Tool</application>. 
You can extend the current selection by pressing the touch <keycap>Ctrl</keycap> or <keycap>Shift</keycap> 
while selecting an item to add to the selection."
 msgstr ""
 
 #: C/nautilus-actions-config-tool.xml:25(para)
-msgid "<application>Nautilus-Actions Configuration Tool</application> only accepts homogeneous multiple 
selections. That is, you may select one or more profiles, or one or more actions or menus. A multiple 
selection containing both profiles and actions or menus is not allowed. This is because 
<application>Nautilus-Actions Configuration Tool</application> would not know where to paste such a 
selection."
+msgid "<application>FileManager-Actions Configuration Tool</application> only accepts homogeneous multiple 
selections. That is, you may select one or more profiles, or one or more actions or menus. A multiple 
selection containing both profiles and actions or menus is not allowed. This is because 
<application>FileManager-Actions Configuration Tool</application> would not know where to paste such a 
selection."
 msgstr ""
 
 #: C/nautilus-actions-config-tool.xml:31(para)
@@ -2464,7 +2464,7 @@ msgid "All your pending modifications will be saved. New items will be created b
 msgstr ""
 
 #: C/nautilus-actions-config-tool.xml:20(para)
-msgid "<productname>Nautilus-Actions</productname> also has an Auto-save feature which is configurable in 
<guimenuitem>Preferences</guimenuitem> dialog box."
+msgid "<productname>FileManager-Actions</productname> also has an Auto-save feature which is configurable in 
<guimenuitem>Preferences</guimenuitem> dialog box."
 msgstr ""
 
 #: C/nautilus-actions-config-tool.xml:2(title)
@@ -2551,7 +2551,7 @@ msgid "Miscellaneous informations"
 msgstr ""
 
 #: C/nautilus-actions-config-tool.xml:1(para)
-msgid "The new action is also displayed in red color in the items list. Red color is used as an indicator 
that the item is invalid, that is that the item cannot be candidate to be displayed in a 
<productname>Nautilus</productname> context menu because some of its informations are missing or erroneous. 
Here, and though this newly inserted action has some suitable defaults, it lacks a command to be executed to 
be considered valid by <application>Nautilus-Actions Configuration Tool</application>"
+msgid "The new action is also displayed in red color in the items list. Red color is used as an indicator 
that the item is invalid, that is that the item cannot be candidate to be displayed in a 
<productname>Nautilus</productname> context menu because some of its informations are missing or erroneous. 
Here, and though this newly inserted action has some suitable defaults, it lacks a command to be executed to 
be considered valid by <application>FileManager-Actions Configuration Tool</application>"
 msgstr ""
 
 #: C/nautilus-actions-config-tool.xml:181(title)
@@ -2567,7 +2567,7 @@ msgid "Known bugs are available on <ulink url=\"https://bugzilla.gnome.org/bugli
 msgstr ""
 
 #: C/nautilus-actions-config-tool.xml:7(para)
-msgid "If you find some new bug in <productname>Nautilus-Actions</productname>, you are welcome to open it 
by pointing your favorite browser to <ulink 
url=\"https://bugzilla.gnome.org/enter_bug.cgi?product=nautilus-actions\"; type=\"http\">Bugzilla web 
site</ulink>."
+msgid "If you find some new bug in <productname>FileManager-Actions</productname>, you are welcome to open 
it by pointing your favorite browser to <ulink 
url=\"https://bugzilla.gnome.org/enter_bug.cgi?product=nautilus-actions\"; type=\"http\">Bugzilla web 
site</ulink>."
 msgstr ""
 
 #: C/nautilus-actions-config-tool.xml:14(title)
@@ -2575,7 +2575,7 @@ msgid "<ulink url=\"https://bugzilla.gnome.org/show_bug.cgi?id=616532\"; type=\"h
 msgstr ""
 
 #: C/nautilus-actions-config-tool.xml:15(para)
-msgid "When you're browsing the folder you want to export to in the <application>Nautilus-Actions 
Configuration Tool</application>'s export assistant you can't select it as the directory to export to. 
Instead you have to go to the directory a level up and select the directory you want to export to there."
+msgid "When you're browsing the folder you want to export to in the <application>FileManager-Actions 
Configuration Tool</application>'s export assistant you can't select it as the directory to export to. 
Instead you have to go to the directory a level up and select the directory you want to export to there."
 msgstr ""
 
 #: C/nautilus-actions-config-tool.xml:25(title)
@@ -2583,7 +2583,7 @@ msgid "Known limitations"
 msgstr ""
 
 #: C/nautilus-actions-config-tool.xml:29(para)
-msgid "As of version 3.0, execution mode may be configured in <application>Nautilus-Actions Configuration 
Tool</application> but is not yet honored by <productname>Nautilus</productname> plugin."
+msgid "As of version 3.0, execution mode may be configured in <application>FileManager-Actions Configuration 
Tool</application> but is not yet honored by <productname>Nautilus</productname> plugin."
 msgstr ""
 
 #: C/nautilus-actions-config-tool.xml:34(para)
@@ -2595,7 +2595,7 @@ msgid "Suggested shortcut"
 msgstr ""
 
 #: C/nautilus-actions-config-tool.xml:41(para)
-msgid "As of version 3.0, suggested shortcut, as described in <ulink 
url=\"http://www.nautilus-actions.org/?q=node/377\"; type=\"http\">DES-EMA specification</ulink> cannot be 
configured in <application>Nautilus-Actions Configuration Tool</application>, and is not honored by 
<productname>Nautilus</productname> plugin."
+msgid "As of version 3.0, suggested shortcut, as described in <ulink 
url=\"http://www.nautilus-actions.org/?q=node/377\"; type=\"http\">DES-EMA specification</ulink> cannot be 
configured in <application>FileManager-Actions Configuration Tool</application>, and is not honored by 
<productname>Nautilus</productname> plugin."
 msgstr ""
 
 #: C/nautilus-actions-config-tool.xml:48(title)
@@ -2603,7 +2603,7 @@ msgid "Menu separator"
 msgstr ""
 
 #: C/nautilus-actions-config-tool.xml:49(para)
-msgid "As of version 3.0, menu separators cannot be configured in <application>Nautilus-Actions 
Configuration Tool</application>, and are not honored by <productname>Nautilus</productname> plugin."
+msgid "As of version 3.0, menu separators cannot be configured in <application>FileManager-Actions 
Configuration Tool</application>, and are not honored by <productname>Nautilus</productname> plugin."
 msgstr ""
 
 #: C/nautilus-actions-config-tool.xml:54(para)
@@ -2611,11 +2611,11 @@ msgid "One has to note that, for now, <productname>Nautilus</productname> file m
 msgstr ""
 
 #: C/nautilus-actions-config-tool.xml:195(title)
-msgid "About <application>Nautilus-Actions Configuration Tool</application>"
+msgid "About <application>FileManager-Actions Configuration Tool</application>"
 msgstr ""
 
 #: C/nautilus-actions-config-tool.xml:196(para)
-msgid "The first version of <productname>Nautilus-Actions</productname> was initially written by Frederic 
Ruaudel (<email>grumz grumz net</email>) and Rodrigo Moya (<email>rodrigo gnome-db org</email>). It has been 
thoroughly improved and is currently maintained by Pierre Wieser (<email>pwieser trychlos org</email>)."
+msgid "The first version of <productname>FileManager-Actions</productname> was initially written by Frederic 
Ruaudel (<email>grumz grumz net</email>) and Rodrigo Moya (<email>rodrigo gnome-db org</email>). It has been 
thoroughly improved and is currently maintained by Pierre Wieser (<email>pwieser trychlos org</email>)."
 msgstr ""
 
 #: C/nautilus-actions-config-tool.xml:203(para)
@@ -2623,11 +2623,11 @@ msgid "Artwork is due to courtesy of Ulisse Perusin (<email>uli peru gmail com</
 msgstr ""
 
 #: C/nautilus-actions-config-tool.xml:209(para)
-msgid "To find more information about <productname>Nautilus-Actions</productname>, please visit the <ulink 
url=\"http://www.nautilus-actions.org/\"; type=\"http\"><productname>Nautilus-Actions</productname> 
website</ulink>."
+msgid "To find more information about <productname>FileManager-Actions</productname>, please visit the 
<ulink url=\"http://www.nautilus-actions.org/\"; type=\"http\"><productname>FileManager-Actions</productname> 
website</ulink>."
 msgstr ""
 
 #: C/nautilus-actions-config-tool.xml:214(para)
-msgid "To report a bug or make a suggestion regarding the <productname>Nautilus-Actions</productname>, the 
<application>Nautilus-Actions Configuration Tool</application> or this manual, follow the directions in the 
<ulink url=\"ghelp:user-guide#feedback\" type=\"help\">GNOME Feedback Page</ulink>, or you may prefer, at 
your convenience, directly open a bug or a request for enhancement to <ulink 
url=\"https://bugzilla.gnome.org/enter_bug.cgi?product=nautilus-actions\"; type=\"http\">Bugzilla 
website</ulink>."
+msgid "To report a bug or make a suggestion regarding the <productname>FileManager-Actions</productname>, 
the <application>FileManager-Actions Configuration Tool</application> or this manual, follow the directions 
in the <ulink url=\"ghelp:user-guide#feedback\" type=\"help\">GNOME Feedback Page</ulink>, or you may prefer, 
at your convenience, directly open a bug or a request for enhancement to <ulink 
url=\"https://bugzilla.gnome.org/enter_bug.cgi?product=nautilus-actions\"; type=\"http\">Bugzilla 
website</ulink>."
 msgstr ""
 
 #: C/nautilus-actions-config-tool.xml:2(title)
diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am
index 8e59eba..0c60dba 100644
--- a/docs/reference/Makefile.am
+++ b/docs/reference/Makefile.am
@@ -1,22 +1,22 @@
-# Nautilus-Actions
-# A Nautilus extension which offers configurable context menu actions.
+# FileManager-Actions
+# A file-manager extension which offers configurable context menu actions.
 #
 # Copyright (C) 2005 The GNOME Foundation
 # Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
 # Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
 #
-# Nautilus-Actions is free software; you can redistribute it and/or
+# FileManager-Actions is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
 # published by the Free Software Foundation; either version 2 of
 # the License, or (at your option) any later version.
 #
-# Nautilus-Actions is distributed in the hope that it will be useful,
+# FileManager-Actions is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
 # General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with Nautilus-Actions; see the file COPYING. If not, see
+# along with FileManager-Actions; see the file COPYING. If not, see
 # <http://www.gnu.org/licenses/>.
 #
 # Authors:
@@ -26,7 +26,7 @@
 #   ... and many others (see AUTHORS)
 
 #
-# Nautilus-Actions Reference Manual
+# FileManager-Actions Reference Manual
 #
 
 # This includes the standard gtk-doc make rules, copied by gtkdocize.
diff --git a/docs/reference/na-about.xml b/docs/reference/na-about.xml
index 995244a..c940c8f 100644
--- a/docs/reference/na-about.xml
+++ b/docs/reference/na-about.xml
@@ -2,7 +2,7 @@
 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
                "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd";
 [
-  <!ENTITY prodname "<productname>Nautilus-Actions</productname>">
+  <!ENTITY prodname "<productname>FileManager-Actions</productname>">
   <!ENTITY nautilus "<productname>Nautilus</productname>">
 ]>
 
@@ -11,7 +11,7 @@
   <refmeta>
     <refentrytitle>About this document</refentrytitle>
     <manvolnum>3</manvolnum>
-    <refmiscinfo>Nautilus-Actions</refmiscinfo>
+    <refmiscinfo>FileManager-Actions</refmiscinfo>
   </refmeta>
 
   <refnamediv>
diff --git a/docs/reference/na-compiling.xml b/docs/reference/na-compiling.xml
index 21b2f40..c7c48b5 100644
--- a/docs/reference/na-compiling.xml
+++ b/docs/reference/na-compiling.xml
@@ -2,22 +2,22 @@
 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
                "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd";
 [
-  <!ENTITY prodname "<productname>Nautilus-Actions</productname>">
+  <!ENTITY prodname "<productname>FileManager-Actions</productname>">
   <!ENTITY nautilus "<productname>Nautilus</productname>">
 ]>
 
 <refentry id="na-compiling" revision="4 Dec 2010">
 
   <refmeta>
-    <refentrytitle>Compiling the Nautilus-Actions package</refentrytitle>
+    <refentrytitle>Compiling the FileManager-Actions package</refentrytitle>
     <manvolnum>3</manvolnum>
-    <refmiscinfo>Nautilus-Actions</refmiscinfo>
+    <refmiscinfo>FileManager-Actions</refmiscinfo>
   </refmeta>
 
   <refnamediv>
-    <refname>Compiling the Nautilus-Actions Package</refname>
+    <refname>Compiling the FileManager-Actions Package</refname>
     <refpurpose>
-      How to compile Nautilus-Actions
+      How to compile FileManager-Actions
     </refpurpose>
   </refnamediv>
 
@@ -137,7 +137,7 @@
       <listitem>
         <para>
           <ulink url="http://www.gnome.org/~ebassi/source/";>libunique</ulink>
-          is required so that the Nautilus-Actions Configuration Tool only
+          is required so that the FileManager-Actions Configuration Tool only
           executes one instance.
         </para>
       </listitem>
diff --git a/docs/reference/na-dist-content.xml b/docs/reference/na-dist-content.xml
index 7c1aece..142f5d1 100644
--- a/docs/reference/na-dist-content.xml
+++ b/docs/reference/na-dist-content.xml
@@ -2,7 +2,7 @@
 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
                "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd";
 [
-  <!ENTITY prodname "<productname>Nautilus-Actions</productname>">
+  <!ENTITY prodname "<productname>FileManager-Actions</productname>">
   <!ENTITY nautilus "<productname>Nautilus</productname>">
 ]>
 
@@ -11,7 +11,7 @@
   <refmeta>
     <refentrytitle>Distribution content</refentrytitle>
     <manvolnum>3</manvolnum>
-    <refmiscinfo>Nautilus-Actions</refmiscinfo>
+    <refmiscinfo>FileManager-Actions</refmiscinfo>
   </refmeta>
 
   <refnamediv>
@@ -42,7 +42,7 @@
             which manages DBus services;
           </listitem>
           <listitem>
-            <application>Nautilus-Actions Configuration Tool</application>
+            <application>FileManager-Actions Configuration Tool</application>
             is the user interface application which lets the user edit,
             create, delete and organize his collection of menus and actions;
           </listitem>
@@ -59,7 +59,7 @@
             <application>nautilus-actions-schemas</application>
             is a command-line utility which outputs
             to stdout the GConf schemas of the
-            <application>Nautilus-Actions Configuration Tool</application>;
+            <application>FileManager-Actions Configuration Tool</application>;
             it rather targets packagers.
           </listitem>
         </itemizedlist>
@@ -76,7 +76,7 @@
           <listitem>
             the &prodname; Configuration Tool User's Manual is the user's
             manual of the
-            <application>Nautilus-Actions Configuration Tool</application>
+            <application>FileManager-Actions Configuration Tool</application>
             management user interface. The distribution contains all
             available translations, both as HTML and PDF documents.
           </listitem>
diff --git a/docs/reference/na-getting.xml b/docs/reference/na-getting.xml
index b4e20f2..fc89ca4 100644
--- a/docs/reference/na-getting.xml
+++ b/docs/reference/na-getting.xml
@@ -3,26 +3,26 @@
                "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd";
 [
   <!ENTITY version_dir SYSTEM "version_dir.xml">
-  <!ENTITY prodname "<productname>Nautilus-Actions</productname>">
+  <!ENTITY prodname "<productname>FileManager-Actions</productname>">
   <!ENTITY nautilus "<productname>Nautilus</productname>">
 ]>
 
 <refentry id="na-getting" revision="6 Dec 2010">
 
   <refmeta>
-    <refentrytitle>Getting Nautilus-Actions</refentrytitle>
-    <refmiscinfo>Nautilus-Actions</refmiscinfo>
+    <refentrytitle>Getting FileManager-Actions</refentrytitle>
+    <refmiscinfo>FileManager-Actions</refmiscinfo>
   </refmeta>
 
   <refnamediv>
-    <refname>Getting Nautilus-Actions</refname>
+    <refname>Getting FileManager-Actions</refname>
     <refpurpose>
       Where to find it ?
     </refpurpose>
   </refnamediv>
 
   <refsect1 id="getting">
-    <title>Getting Nautilus-Actions</title>
+    <title>Getting FileManager-Actions</title>
     <para>
       The latest release may always be found in
     </para>
diff --git a/docs/reference/na-what-is-it.xml b/docs/reference/na-what-is-it.xml
index 7f2714f..f5ec5eb 100644
--- a/docs/reference/na-what-is-it.xml
+++ b/docs/reference/na-what-is-it.xml
@@ -2,7 +2,7 @@
 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
                "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd";
 [
-  <!ENTITY prodname "<productname>Nautilus-Actions</productname>">
+  <!ENTITY prodname "<productname>FileManager-Actions</productname>">
   <!ENTITY nautilus "<productname>Nautilus</productname>">
 ]>
 
@@ -10,18 +10,18 @@
 
   <refmeta>
     <refentrytitle>What is it ?</refentrytitle>
-    <refmiscinfo>Nautilus-Actions</refmiscinfo>
+    <refmiscinfo>FileManager-Actions</refmiscinfo>
   </refmeta>
 
   <refnamediv>
     <refname>What is it ?</refname>
     <refpurpose>
-      What is Nautilus-Actions ?
+      What is FileManager-Actions ?
     </refpurpose>
   </refnamediv>
 
   <refsect1 id="what-is-it">
-    <title>What is Nautilus-Actions ?</title>
+    <title>What is FileManager-Actions ?</title>
     <para>
       &prodname; is a &nautilus; extension whose principal function
       is to allow the user to add arbitrary actions to the file manager
diff --git a/docs/reference/nautilus-actions-docs.xml b/docs/reference/nautilus-actions-docs.xml
index 7fe77b3..1ea16e9 100644
--- a/docs/reference/nautilus-actions-docs.xml
+++ b/docs/reference/nautilus-actions-docs.xml
@@ -4,9 +4,9 @@
 [
   <!ENTITY % local.common.attrib "xmlns:xi CDATA #FIXED 'http://www.w3.org/2003/XInclude'">
   <!ENTITY version SYSTEM "version.xml">
-  <!ENTITY prodname "<productname>Nautilus-Actions</productname>">
+  <!ENTITY prodname "<productname>FileManager-Actions</productname>">
   <!ENTITY nautilus "<productname>Nautilus</productname>">
-  <!ENTITY nact     "<productname>Nautilus-Actions Configuration Tool</productname>">
+  <!ENTITY nact     "<productname>FileManager-Actions Configuration Tool</productname>">
   <!ENTITY lcomment "/*">
   <!ENTITY rcomment "*/">
 ]>
diff --git a/docs/reference/nautilus-actions-sections.txt b/docs/reference/nautilus-actions-sections.txt
index 1116efb..50ad2b1 100644
--- a/docs/reference/nautilus-actions-sections.txt
+++ b/docs/reference/nautilus-actions-sections.txt
@@ -1,6 +1,6 @@
 
 # ---------------------------------------------------------------------
-# Plugins — The Nautilus-Actions extension interface definition v 1
+# Plugins — The FileManager-Actions extension interface definition v 1
 
 <SECTION>
 <FILE>extension</FILE>
diff --git a/icons/16x16/Makefile.am b/icons/16x16/Makefile.am
index b89bab4..fca6c20 100644
--- a/icons/16x16/Makefile.am
+++ b/icons/16x16/Makefile.am
@@ -1,22 +1,22 @@
-# Nautilus-Actions
-# A Nautilus extension which offers configurable context menu actions.
+# FileManager-Actions
+# A file-manager extension which offers configurable context menu actions.
 #
 # Copyright (C) 2005 The GNOME Foundation
 # Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
 # Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
 #
-# Nautilus-Actions is free software; you can redistribute it and/or
+# FileManager-Actions is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
 # published by the Free Software Foundation; either version 2 of
 # the License, or (at your option) any later version.
 #
-# Nautilus-Actions is distributed in the hope that it will be useful,
+# FileManager-Actions is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
 # General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with Nautilus-Actions; see the file COPYING. If not, see
+# along with FileManager-Actions; see the file COPYING. If not, see
 # <http://www.gnu.org/licenses/>.
 #
 # Authors:
diff --git a/icons/16x16/nautilus-actions.svg b/icons/16x16/nautilus-actions.svg
index 33c016f..15e7e4b 100644
--- a/icons/16x16/nautilus-actions.svg
+++ b/icons/16x16/nautilus-actions.svg
@@ -190,7 +190,7 @@
             <dc:title>Ulisse Perusin</dc:title>
           </cc:Agent>
         </dc:creator>
-        <dc:title>Nautilus-Actions</dc:title>
+        <dc:title>FileManager-Actions</dc:title>
         <dc:subject>
           <rdf:Bag>
             <rdf:li>Nautilus</rdf:li>
diff --git a/icons/22x22/Makefile.am b/icons/22x22/Makefile.am
index 96265bc..5a9cd96 100644
--- a/icons/22x22/Makefile.am
+++ b/icons/22x22/Makefile.am
@@ -1,22 +1,22 @@
-# Nautilus-Actions
-# A Nautilus extension which offers configurable context menu actions.
+# FileManager-Actions
+# A file-manager extension which offers configurable context menu actions.
 #
 # Copyright (C) 2005 The GNOME Foundation
 # Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
 # Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
 #
-# Nautilus-Actions is free software; you can redistribute it and/or
+# FileManager-Actions is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
 # published by the Free Software Foundation; either version 2 of
 # the License, or (at your option) any later version.
 #
-# Nautilus-Actions is distributed in the hope that it will be useful,
+# FileManager-Actions is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
 # General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with Nautilus-Actions; see the file COPYING. If not, see
+# along with FileManager-Actions; see the file COPYING. If not, see
 # <http://www.gnu.org/licenses/>.
 #
 # Authors:
diff --git a/icons/22x22/nautilus-actions.svg b/icons/22x22/nautilus-actions.svg
index 49631f9..8e02b5b 100644
--- a/icons/22x22/nautilus-actions.svg
+++ b/icons/22x22/nautilus-actions.svg
@@ -213,7 +213,7 @@
             <dc:title>Ulisse Perusin</dc:title>
           </cc:Agent>
         </dc:creator>
-        <dc:title>Nautilus-Actions</dc:title>
+        <dc:title>FileManager-Actions</dc:title>
         <dc:subject>
           <rdf:Bag>
             <rdf:li>Nautilus</rdf:li>
diff --git a/icons/32x32/Makefile.am b/icons/32x32/Makefile.am
index 7b0b297..9cf8869 100644
--- a/icons/32x32/Makefile.am
+++ b/icons/32x32/Makefile.am
@@ -1,22 +1,22 @@
-# Nautilus-Actions
-# A Nautilus extension which offers configurable context menu actions.
+# FileManager-Actions
+# A file-manager extension which offers configurable context menu actions.
 #
 # Copyright (C) 2005 The GNOME Foundation
 # Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
 # Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
 #
-# Nautilus-Actions is free software; you can redistribute it and/or
+# FileManager-Actions is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
 # published by the Free Software Foundation; either version 2 of
 # the License, or (at your option) any later version.
 #
-# Nautilus-Actions is distributed in the hope that it will be useful,
+# FileManager-Actions is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
 # General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with Nautilus-Actions; see the file COPYING. If not, see
+# along with FileManager-Actions; see the file COPYING. If not, see
 # <http://www.gnu.org/licenses/>.
 #
 # Authors:
diff --git a/icons/32x32/nautilus-actions.svg b/icons/32x32/nautilus-actions.svg
index f865c0b..9c68931 100644
--- a/icons/32x32/nautilus-actions.svg
+++ b/icons/32x32/nautilus-actions.svg
@@ -260,7 +260,7 @@
             <dc:title>Ulisse Perusin</dc:title>
           </cc:Agent>
         </dc:creator>
-        <dc:title>Nautilus-Actions</dc:title>
+        <dc:title>FileManager-Actions</dc:title>
         <dc:subject>
           <rdf:Bag>
             <rdf:li>Nautilus</rdf:li>
diff --git a/icons/48x48/Makefile.am b/icons/48x48/Makefile.am
index 2d567a0..cf7a5c9 100644
--- a/icons/48x48/Makefile.am
+++ b/icons/48x48/Makefile.am
@@ -1,22 +1,22 @@
-# Nautilus-Actions
-# A Nautilus extension which offers configurable context menu actions.
+# FileManager-Actions
+# A file-manager extension which offers configurable context menu actions.
 #
 # Copyright (C) 2005 The GNOME Foundation
 # Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
 # Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
 #
-# Nautilus-Actions is free software; you can redistribute it and/or
+# FileManager-Actions is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
 # published by the Free Software Foundation; either version 2 of
 # the License, or (at your option) any later version.
 #
-# Nautilus-Actions is distributed in the hope that it will be useful,
+# FileManager-Actions is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
 # General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with Nautilus-Actions; see the file COPYING. If not, see
+# along with FileManager-Actions; see the file COPYING. If not, see
 # <http://www.gnu.org/licenses/>.
 #
 # Authors:
diff --git a/icons/Makefile.am b/icons/Makefile.am
index 3c2b4e1..148d76a 100644
--- a/icons/Makefile.am
+++ b/icons/Makefile.am
@@ -1,22 +1,22 @@
-# Nautilus-Actions
-# A Nautilus extension which offers configurable context menu actions.
+# FileManager-Actions
+# A file-manager extension which offers configurable context menu actions.
 #
 # Copyright (C) 2005 The GNOME Foundation
 # Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
 # Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
 #
-# Nautilus-Actions is free software; you can redistribute it and/or
+# FileManager-Actions is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
 # published by the Free Software Foundation; either version 2 of
 # the License, or (at your option) any later version.
 #
-# Nautilus-Actions is distributed in the hope that it will be useful,
+# FileManager-Actions is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
 # General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with Nautilus-Actions; see the file COPYING. If not, see
+# along with FileManager-Actions; see the file COPYING. If not, see
 # <http://www.gnu.org/licenses/>.
 #
 # Authors:
diff --git a/icons/scalable/Makefile.am b/icons/scalable/Makefile.am
index 187aef0..0108ebd 100644
--- a/icons/scalable/Makefile.am
+++ b/icons/scalable/Makefile.am
@@ -1,22 +1,22 @@
-# Nautilus-Actions
-# A Nautilus extension which offers configurable context menu actions.
+# FileManager-Actions
+# A file-manager extension which offers configurable context menu actions.
 #
 # Copyright (C) 2005 The GNOME Foundation
 # Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
 # Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
 #
-# Nautilus-Actions is free software; you can redistribute it and/or
+# FileManager-Actions is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
 # published by the Free Software Foundation; either version 2 of
 # the License, or (at your option) any later version.
 #
-# Nautilus-Actions is distributed in the hope that it will be useful,
+# FileManager-Actions is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
 # General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with Nautilus-Actions; see the file COPYING. If not, see
+# along with FileManager-Actions; see the file COPYING. If not, see
 # <http://www.gnu.org/licenses/>.
 #
 # Authors:
diff --git a/icons/scalable/nautilus-actions.svg b/icons/scalable/nautilus-actions.svg
index eba9f25..02f06d8 100644
--- a/icons/scalable/nautilus-actions.svg
+++ b/icons/scalable/nautilus-actions.svg
@@ -232,7 +232,7 @@
             <dc:title>Ulisse Perusin</dc:title>
           </cc:Agent>
         </dc:creator>
-        <dc:title>Nautilus-Actions</dc:title>
+        <dc:title>FileManager-Actions</dc:title>
         <dc:subject>
           <rdf:Bag>
             <rdf:li>Nautilus</rdf:li>
diff --git a/m4/Makefile.am b/m4/Makefile.am
index 1adef2a..5875e97 100644
--- a/m4/Makefile.am
+++ b/m4/Makefile.am
@@ -1,22 +1,22 @@
-# Nautilus-Actions
-# A Nautilus extension which offers configurable context menu actions.
+# FileManager-Actions
+# A file-manager extension which offers configurable context menu actions.
 #
 # Copyright (C) 2005 The GNOME Foundation
 # Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
 # Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
 #
-# Nautilus-Actions is free software; you can redistribute it and/or
+# FileManager-Actions is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
 # published by the Free Software Foundation; either version 2 of
 # the License, or (at your option) any later version.
 #
-# Nautilus-Actions is distributed in the hope that it will be useful,
+# FileManager-Actions is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
 # General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with Nautilus-Actions; see the file COPYING. If not, see
+# along with FileManager-Actions; see the file COPYING. If not, see
 # <http://www.gnu.org/licenses/>.
 #
 # Authors:
diff --git a/m4/na-check-for-gconf.m4 b/m4/na-check-for-gconf.m4
index ee5c0b4..bd98266 100644
--- a/m4/na-check-for-gconf.m4
+++ b/m4/na-check-for-gconf.m4
@@ -1,22 +1,22 @@
-# Nautilus-Actions
-# A Nautilus extension which offers configurable context menu actions.
+# FileManager-Actions
+# A file-manager extension which offers configurable context menu actions.
 #
 # Copyright (C) 2005 The GNOME Foundation
 # Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
 # Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
 #
-# Nautilus-Actions is free software; you can redistribute it and/or
+# FileManager-Actions is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
 # published by the Free Software Foundation; either version 2 of
 # the License, or (at your option) any later version.
 #
-# Nautilus-Actions is distributed in the hope that it will be useful,
+# FileManager-Actions is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
 # General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with Nautilus-Actions; see the file COPYING. If not, see
+# along with FileManager-Actions; see the file COPYING. If not, see
 # <http://www.gnu.org/licenses/>.
 #
 # Authors:
diff --git a/m4/na-check-for-gtk.m4 b/m4/na-check-for-gtk.m4
index 39847d5..613bf7e 100644
--- a/m4/na-check-for-gtk.m4
+++ b/m4/na-check-for-gtk.m4
@@ -1,22 +1,22 @@
-# Nautilus-Actions
-# A Nautilus extension which offers configurable context menu actions.
+# FileManager-Actions
+# A file-manager extension which offers configurable context menu actions.
 #
 # Copyright (C) 2005 The GNOME Foundation
 # Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
 # Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
 #
-# Nautilus-Actions is free software; you can redistribute it and/or
+# FileManager-Actions is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
 # published by the Free Software Foundation; either version 2 of
 # the License, or (at your option) any later version.
 #
-# Nautilus-Actions is distributed in the hope that it will be useful,
+# FileManager-Actions is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
 # General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with Nautilus-Actions; see the file COPYING. If not, see
+# along with FileManager-Actions; see the file COPYING. If not, see
 # <http://www.gnu.org/licenses/>.
 #
 # Authors:
diff --git a/m4/na-check-module.m4 b/m4/na-check-module.m4
index 82d87c3..0ce0218 100644
--- a/m4/na-check-module.m4
+++ b/m4/na-check-module.m4
@@ -1,22 +1,22 @@
-# Nautilus-Actions
-# A Nautilus extension which offers configurable context menu actions.
+# FileManager-Actions
+# A file-manager extension which offers configurable context menu actions.
 #
 # Copyright (C) 2005 The GNOME Foundation
 # Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
 # Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
 #
-# Nautilus-Actions is free software; you can redistribute it and/or
+# FileManager-Actions is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
 # published by the Free Software Foundation; either version 2 of
 # the License, or (at your option) any later version.
 #
-# Nautilus-Actions is distributed in the hope that it will be useful,
+# FileManager-Actions is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
 # General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with Nautilus-Actions; see the file COPYING. If not, see
+# along with FileManager-Actions; see the file COPYING. If not, see
 # <http://www.gnu.org/licenses/>.
 #
 # Authors:
diff --git a/m4/na-compiler.m4 b/m4/na-compiler.m4
index ff991e1..a0e187a 100644
--- a/m4/na-compiler.m4
+++ b/m4/na-compiler.m4
@@ -1,22 +1,22 @@
-# Nautilus-Actions
-# A Nautilus extension which offers configurable context menu actions.
+# FileManager-Actions
+# A file-manager extension which offers configurable context menu actions.
 #
 # Copyright (C) 2005 The GNOME Foundation
 # Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
 # Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
 #
-# Nautilus-Actions is free software; you can redistribute it and/or
+# FileManager-Actions is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
 # published by the Free Software Foundation; either version 2 of
 # the License, or (at your option) any later version.
 #
-# Nautilus-Actions is distributed in the hope that it will be useful,
+# FileManager-Actions is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
 # General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with Nautilus-Actions; see the file COPYING. If not, see
+# along with FileManager-Actions; see the file COPYING. If not, see
 # <http://www.gnu.org/licenses/>.
 #
 # Authors:
diff --git a/m4/na-default-io-provider.m4 b/m4/na-default-io-provider.m4
index ae1c2d3..044f5a0 100644
--- a/m4/na-default-io-provider.m4
+++ b/m4/na-default-io-provider.m4
@@ -1,22 +1,22 @@
-# Nautilus-Actions
-# A Nautilus extension which offers configurable context menu actions.
+# FileManager-Actions
+# A file-manager extension which offers configurable context menu actions.
 #
 # Copyright (C) 2005 The GNOME Foundation
 # Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
 # Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
 #
-# Nautilus-Actions is free software; you can redistribute it and/or
+# FileManager-Actions is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
 # published by the Free Software Foundation; either version 2 of
 # the License, or (at your option) any later version.
 #
-# Nautilus-Actions is distributed in the hope that it will be useful,
+# FileManager-Actions is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
 # General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with Nautilus-Actions; see the file COPYING. If not, see
+# along with FileManager-Actions; see the file COPYING. If not, see
 # <http://www.gnu.org/licenses/>.
 #
 # Authors:
diff --git a/m4/na-enable-manuals.m4 b/m4/na-enable-manuals.m4
index b5f2ba2..b8774ae 100644
--- a/m4/na-enable-manuals.m4
+++ b/m4/na-enable-manuals.m4
@@ -1,22 +1,22 @@
-# Nautilus-Actions
-# A Nautilus extension which offers configurable context menu actions.
+# FileManager-Actions
+# A file-manager extension which offers configurable context menu actions.
 #
 # Copyright (C) 2005 The GNOME Foundation
 # Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
 # Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
 #
-# Nautilus-Actions is free software; you can redistribute it and/or
+# FileManager-Actions is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
 # published by the Free Software Foundation; either version 2 of
 # the License, or (at your option) any later version.
 #
-# Nautilus-Actions is distributed in the hope that it will be useful,
+# FileManager-Actions is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
 # General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with Nautilus-Actions; see the file COPYING. If not, see
+# along with FileManager-Actions; see the file COPYING. If not, see
 # <http://www.gnu.org/licenses/>.
 #
 # Authors:
diff --git a/m4/na-file-manager.m4 b/m4/na-file-manager.m4
index 256f83a..9488454 100644
--- a/m4/na-file-manager.m4
+++ b/m4/na-file-manager.m4
@@ -1,22 +1,22 @@
-# Nautilus-Actions
-# A Nautilus extension which offers configurable context menu actions.
+# FileManager-Actions
+# A file-manager extension which offers configurable context menu actions.
 #
 # Copyright (C) 2005 The GNOME Foundation
 # Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
 # Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
 #
-# Nautilus-Actions is free software; you can redistribute it and/or
+# FileManager-Actions is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
 # published by the Free Software Foundation; either version 2 of
 # the License, or (at your option) any later version.
 #
-# Nautilus-Actions is distributed in the hope that it will be useful,
+# FileManager-Actions is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
 # General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with Nautilus-Actions; see the file COPYING. If not, see
+# along with FileManager-Actions; see the file COPYING. If not, see
 # <http://www.gnu.org/licenses/>.
 #
 # Authors:
diff --git a/m4/na-log-domains.m4 b/m4/na-log-domains.m4
index d7d7c70..ccc2ada 100644
--- a/m4/na-log-domains.m4
+++ b/m4/na-log-domains.m4
@@ -1,22 +1,22 @@
-# Nautilus-Actions
-# A Nautilus extension which offers configurable context menu actions.
+# FileManager-Actions
+# A file-manager extension which offers configurable context menu actions.
 #
 # Copyright (C) 2005 The GNOME Foundation
 # Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
 # Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
 #
-# Nautilus-Actions is free software; you can redistribute it and/or
+# FileManager-Actions is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
 # published by the Free Software Foundation; either version 2 of
 # the License, or (at your option) any later version.
 #
-# Nautilus-Actions is distributed in the hope that it will be useful,
+# FileManager-Actions is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
 # General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with Nautilus-Actions; see the file COPYING. If not, see
+# along with FileManager-Actions; see the file COPYING. If not, see
 # <http://www.gnu.org/licenses/>.
 #
 # Authors:
diff --git a/m4/na-maintainer.m4 b/m4/na-maintainer.m4
index 398f7fd..0963684 100644
--- a/m4/na-maintainer.m4
+++ b/m4/na-maintainer.m4
@@ -1,22 +1,22 @@
-# Nautilus-Actions
-# A Nautilus extension which offers configurable context menu actions.
+# FileManager-Actions
+# A file-manager extension which offers configurable context menu actions.
 #
 # Copyright (C) 2005 The GNOME Foundation
 # Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
 # Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
 #
-# Nautilus-Actions is free software; you can redistribute it and/or
+# FileManager-Actions is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
 # published by the Free Software Foundation; either version 2 of
 # the License, or (at your option) any later version.
 #
-# Nautilus-Actions is distributed in the hope that it will be useful,
+# FileManager-Actions is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
 # General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with Nautilus-Actions; see the file COPYING. If not, see
+# along with FileManager-Actions; see the file COPYING. If not, see
 # <http://www.gnu.org/licenses/>.
 #
 # Authors:
diff --git a/m4/na-nautilus-extdir.m4 b/m4/na-nautilus-extdir.m4
index 6b5e663..d4fede2 100644
--- a/m4/na-nautilus-extdir.m4
+++ b/m4/na-nautilus-extdir.m4
@@ -1,22 +1,22 @@
-# Nautilus-Actions
-# A Nautilus extension which offers configurable context menu actions.
+# FileManager-Actions
+# A file-manager extension which offers configurable context menu actions.
 #
 # Copyright (C) 2005 The GNOME Foundation
 # Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
 # Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
 #
-# Nautilus-Actions is free software; you can redistribute it and/or
+# FileManager-Actions is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
 # published by the Free Software Foundation; either version 2 of
 # the License, or (at your option) any later version.
 #
-# Nautilus-Actions is distributed in the hope that it will be useful,
+# FileManager-Actions is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
 # General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with Nautilus-Actions; see the file COPYING. If not, see
+# along with FileManager-Actions; see the file COPYING. If not, see
 # <http://www.gnu.org/licenses/>.
 #
 # Authors:
@@ -25,7 +25,7 @@
 #   Pierre Wieser <pwieser trychlos org>
 #   ... and many others (see AUTHORS)
 
-# serial 2 change NACT_ prefix to NA_ (Nautilus-Actions)
+# serial 2 change NACT_ prefix to NA_ (FileManager-Actions)
 
 # let the user specify an alternate nautilus-extension dir
 # --with-nautilus-extdir=<dir>
diff --git a/maintainer/Makefile.am b/maintainer/Makefile.am
index 4509151..5565b5e 100644
--- a/maintainer/Makefile.am
+++ b/maintainer/Makefile.am
@@ -1,22 +1,22 @@
-# Nautilus-Actions
-# A Nautilus extension which offers configurable context menu actions.
+# FileManager-Actions
+# A file-manager extension which offers configurable context menu actions.
 #
 # Copyright (C) 2005 The GNOME Foundation
 # Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
 # Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
 #
-# Nautilus-Actions is free software; you can redistribute it and/or
+# FileManager-Actions is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
 # published by the Free Software Foundation; either version 2 of
 # the License, or (at your option) any later version.
 #
-# Nautilus-Actions is distributed in the hope that it will be useful,
+# FileManager-Actions is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
 # General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with Nautilus-Actions; see the file COPYING. If not, see
+# along with FileManager-Actions; see the file COPYING. If not, see
 # <http://www.gnu.org/licenses/>.
 #
 # Authors:
diff --git a/maintainer/check-headers.sh b/maintainer/check-headers.sh
index 2e652f4..57520f6 100755
--- a/maintainer/check-headers.sh
+++ b/maintainer/check-headers.sh
@@ -1,23 +1,23 @@
 #!/bin/sh
-# Nautilus-Actions
-# A Nautilus extension which offers configurable context menu actions.
+# FileManager-Actions
+# A file-manager extension which offers configurable context menu actions.
 #
 # Copyright (C) 2005 The GNOME Foundation
 # Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
 # Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
 #
-# Nautilus-Actions is free software; you can redistribute it and/or
+# FileManager-Actions is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
 # published by the Free Software Foundation; either version 2 of
 # the License, or (at your option) any later version.
 #
-# Nautilus-Actions is distributed in the hope that it will be useful,
+# FileManager-Actions is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
 # General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with Nautilus-Actions; see the file COPYING. If not, see
+# along with FileManager-Actions; see the file COPYING. If not, see
 # <http://www.gnu.org/licenses/>.
 #
 # Authors:
diff --git a/maintainer/check-po.sh b/maintainer/check-po.sh
index 7fad297..3f4ad52 100755
--- a/maintainer/check-po.sh
+++ b/maintainer/check-po.sh
@@ -1,23 +1,23 @@
 #!/bin/sh
-# Nautilus-Actions
-# A Nautilus extension which offers configurable context menu actions.
+# FileManager-Actions
+# A file-manager extension which offers configurable context menu actions.
 #
 # Copyright (C) 2005 The GNOME Foundation
 # Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
 # Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
 #
-# Nautilus-Actions is free software; you can redistribute it and/or
+# FileManager-Actions is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
 # published by the Free Software Foundation; either version 2 of
 # the License, or (at your option) any later version.
 #
-# Nautilus-Actions is distributed in the hope that it will be useful,
+# FileManager-Actions is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
 # General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with Nautilus-Actions; see the file COPYING. If not, see
+# along with FileManager-Actions; see the file COPYING. If not, see
 # <http://www.gnu.org/licenses/>.
 #
 # Authors:
diff --git a/maintainer/release-tarball.sh b/maintainer/release-tarball.sh
index 5eaf4fe..0959d82 100755
--- a/maintainer/release-tarball.sh
+++ b/maintainer/release-tarball.sh
@@ -1,23 +1,23 @@
 #!/bin/ksh
-# Nautilus-Actions
-# A Nautilus extension which offers configurable context menu actions.
+# FileManager-Actions
+# A file-manager extension which offers configurable context menu actions.
 #
 # Copyright (C) 2005 The GNOME Foundation
 # Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
 # Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
 #
-# Nautilus-Actions is free software; you can redistribute it and/or
+# FileManager-Actions is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
 # published by the Free Software Foundation; either version 2 of
 # the License, or (at your option) any later version.
 #
-# Nautilus-Actions is distributed in the hope that it will be useful,
+# FileManager-Actions is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
 # General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with Nautilus-Actions; see the file COPYING. If not, see
+# along with FileManager-Actions; see the file COPYING. If not, see
 # <http://www.gnu.org/licenses/>.
 #
 # Authors:
@@ -92,7 +92,7 @@ msg_help()
 {
        msg_version
        echo "
- This script releases a new Nautilus-Actions version.
+ This script releases a new FileManager-Actions version.
 
  Usage: ${my_cmd} [options]
    --[no]help                print this message, and exit [${opt_help_def}]
@@ -198,7 +198,7 @@ done
 set -- ${my_parms}
 
 # interpreting command-line arguments
-# pck_name:  Nautilus-Actions
+# pck_name:  FileManager-Actions
 # product:   nautilus-actions
 # version:   most recent found in builddir
 thisdir=$(cd ${0%/*}; pwd)
diff --git a/maintainer/run-autogen.sh b/maintainer/run-autogen.sh
index 759b14b..d9999db 100755
--- a/maintainer/run-autogen.sh
+++ b/maintainer/run-autogen.sh
@@ -1,23 +1,23 @@
 #!/bin/sh
-# Nautilus-Actions
-# A Nautilus extension which offers configurable context menu actions.
+# FileManager-Actions
+# A file-manager extension which offers configurable context menu actions.
 #
 # Copyright (C) 2005 The GNOME Foundation
 # Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
 # Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
 #
-# Nautilus-Actions is free software; you can redistribute it and/or
+# FileManager-Actions is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
 # published by the Free Software Foundation; either version 2 of
 # the License, or (at your option) any later version.
 #
-# Nautilus-Actions is distributed in the hope that it will be useful,
+# FileManager-Actions is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
 # General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with Nautilus-Actions; see the file COPYING. If not, see
+# along with FileManager-Actions; see the file COPYING. If not, see
 # <http://www.gnu.org/licenses/>.
 #
 # Authors:
@@ -89,7 +89,7 @@ echo "> Running gnome-autogen.sh"
 NOCONFIGURE=1 USE_GNOME2_MACROS=1 . gnome-autogen.sh
 
 # pwi 2012-10-12
-# starting with Nautilus-Actions 3.2.3, we let the GNOME-DOC-PREPARE do
+# starting with FileManager-Actions 3.2.3, we let the GNOME-DOC-PREPARE do
 # its stuff, but get rid of the gnome-doc-utils.make standard file, as
 # we are using our own hacked version
 # (see full rationale in docs/nact/gnome-doc-utils-na.make)
@@ -99,25 +99,25 @@ runconf="${top_srcdir}/run-configure.sh"
 echo "> Generating ${runconf}"
 cat <<EOF >${runconf}
 #!/bin/sh
-# Nautilus-Actions
-# A Nautilus extension which offers configurable context menu actions.
+# FileManager-Actions
+# A file-manager extension which offers configurable context menu actions.
 #
 # Copyright (C) 2005 The GNOME Foundation
 # Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
 # Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
 #
-# Nautilus-Actions is free software; you can redistribute it and/or
+# FileManager-Actions is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
 # published by the Free Software Foundation; either version 2 of
 # the License, or (at your option) any later version.
 #
-# Nautilus-Actions is distributed in the hope that it will be useful,
+# FileManager-Actions is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
 # General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with Nautilus-Actions; see the file COPYING. If not, see
+# along with FileManager-Actions; see the file COPYING. If not, see
 # <http://www.gnu.org/licenses/>.
 #
 # Authors:
diff --git a/maintainer/run-distcheck.sh b/maintainer/run-distcheck.sh
index 619af8a..58511b3 100755
--- a/maintainer/run-distcheck.sh
+++ b/maintainer/run-distcheck.sh
@@ -1,23 +1,23 @@
 #!/bin/sh
-# Nautilus-Actions
-# A Nautilus extension which offers configurable context menu actions.
+# FileManager-Actions
+# A file-manager extension which offers configurable context menu actions.
 #
 # Copyright (C) 2005 The GNOME Foundation
 # Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
 # Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
 #
-# Nautilus-Actions is free software; you can redistribute it and/or
+# FileManager-Actions is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
 # published by the Free Software Foundation; either version 2 of
 # the License, or (at your option) any later version.
 #
-# Nautilus-Actions is distributed in the hope that it will be useful,
+# FileManager-Actions is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
 # General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with Nautilus-Actions; see the file COPYING. If not, see
+# along with FileManager-Actions; see the file COPYING. If not, see
 # <http://www.gnu.org/licenses/>.
 #
 # Authors:
diff --git a/nautilus-actions.doap b/nautilus-actions.doap
index 16d785c..a746f8d 100644
--- a/nautilus-actions.doap
+++ b/nautilus-actions.doap
@@ -4,14 +4,14 @@
          xmlns:gnome="http://api.gnome.org/doap-extensions#";
          xmlns="http://usefulinc.com/ns/doap#";>
 
-  <name xml:lang="en">Nautilus-Actions</name>
+  <name xml:lang="en">FileManager-Actions</name>
 
   <category rdf:resource="http://api.gnome.org/doap-extensions#desktop"; />
 
   <shortdesc xml:lang="en">Nautilus extension which offers user configurable context menu actions</shortdesc>
 
   <description xml:lang="en">
-    Nautilus-Actions is a Nautilus extension whose principal function
+    FileManager-Actions is a Nautilus extension whose principal function
     is to allow the user to add arbitrary actions to the file manager
     context menus. These actions may be organized in menus and submenus,
     exported and shared with other desktop environments. 
diff --git a/src/Makefile.am b/src/Makefile.am
index 3992abf..d19f07a 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,22 +1,22 @@
-# Nautilus-Actions
-# A Nautilus extension which offers configurable context menu actions.
+# FileManager-Actions
+# A file-manager extension which offers configurable context menu actions.
 #
 # Copyright (C) 2005 The GNOME Foundation
 # Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
 # Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
 #
-# Nautilus-Actions is free software; you can redistribute it and/or
+# FileManager-Actions is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
 # published by the Free Software Foundation; either version 2 of
 # the License, or (at your option) any later version.
 #
-# Nautilus-Actions is distributed in the hope that it will be useful,
+# FileManager-Actions is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
 # General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with Nautilus-Actions; see the file COPYING. If not, see
+# along with FileManager-Actions; see the file COPYING. If not, see
 # <http://www.gnu.org/licenses/>.
 #
 # Authors:
diff --git a/src/api/Makefile.am b/src/api/Makefile.am
index 29ad84a..fdbb554 100644
--- a/src/api/Makefile.am
+++ b/src/api/Makefile.am
@@ -1,22 +1,22 @@
-# Nautilus-Actions
-# A Nautilus extension which offers configurable context menu actions.
+# FileManager-Actions
+# A file-manager extension which offers configurable context menu actions.
 #
 # Copyright (C) 2005 The GNOME Foundation
 # Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
 # Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
 #
-# Nautilus-Actions is free software; you can redistribute it and/or
+# FileManager-Actions is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
 # published by the Free Software Foundation; either version 2 of
 # the License, or (at your option) any later version.
 #
-# Nautilus-Actions is distributed in the hope that it will be useful,
+# FileManager-Actions is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
 # General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with Nautilus-Actions; see the file COPYING. If not, see
+# along with FileManager-Actions; see the file COPYING. If not, see
 # <http://www.gnu.org/licenses/>.
 #
 # Authors:
diff --git a/src/api/na-boxed.h b/src/api/na-boxed.h
index bf6dbac..c74caf5 100644
--- a/src/api/na-boxed.h
+++ b/src/api/na-boxed.h
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/api/na-core-utils.h b/src/api/na-core-utils.h
index 72a7cc4..cebde32 100644
--- a/src/api/na-core-utils.h
+++ b/src/api/na-core-utils.h
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/api/na-data-boxed.h b/src/api/na-data-boxed.h
index 898cfd2..6e6df60 100644
--- a/src/api/na-data-boxed.h
+++ b/src/api/na-data-boxed.h
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/api/na-data-def.h b/src/api/na-data-def.h
index 431d216..029cbcd 100644
--- a/src/api/na-data-def.h
+++ b/src/api/na-data-def.h
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/api/na-data-types.h b/src/api/na-data-types.h
index 7223245..3653994 100644
--- a/src/api/na-data-types.h
+++ b/src/api/na-data-types.h
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/api/na-dbus.h b/src/api/na-dbus.h
index e598ef6..aa3428f 100644
--- a/src/api/na-dbus.h
+++ b/src/api/na-dbus.h
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/api/na-extension.h b/src/api/na-extension.h
index 3c82fd3..77ea3dc 100644
--- a/src/api/na-extension.h
+++ b/src/api/na-extension.h
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
@@ -33,7 +33,7 @@
 /**
  * SECTION: extension
  * @title: Plugins
- * @short_description: The Nautilus-Actions Extension Interface Definition v 1
+ * @short_description: The FileManager-Actions Extension Interface Definition v 1
  * @include: nautilus-actions/na-extension.h
  *
  * &prodname; accepts extensions as dynamically loadable libraries
@@ -155,12 +155,12 @@ G_BEGIN_DECLS
  * na_extension_startup:
  * @module: the #GTypeModule of the plugin library being loaded.
  *
- * This function is called by the Nautilus-Actions plugin manager when
+ * This function is called by the FileManager-Actions plugin manager when
  * the plugin library is first loaded in memory. The library may so take
  * advantage of this call by initializing itself, registering its
  * internal #GType types, etc.
  *
- * A Nautilus-Actions extension must implement this function in order
+ * A FileManager-Actions extension must implement this function in order
  * to be considered as a valid candidate to dynamic load.
  *
  * <example>
@@ -229,13 +229,13 @@ guint    na_extension_get_version( void );
  * Returned #GType types must already have been registered in the
  * #GType system (e.g. at #na_extension_startup() time), and the objects
  * they describe may implement one or more of the interfaces defined in
- * this Nautilus-Actions public API.
+ * this FileManager-Actions public API.
  *
- * The Nautilus-Actions plugin manager will instantiate one #GTypeInstance-
+ * The FileManager-Actions plugin manager will instantiate one #GTypeInstance-
  * derived object for each returned #GType type, and associate these objects
  * to this library.
  *
- * A Nautilus-Actions extension must implement this function in order
+ * A FileManager-Actions extension must implement this function in order
  * to be considered as a valid candidate to dynamic load.
  *
  * <example>
@@ -275,14 +275,14 @@ guint    na_extension_list_types ( const GType **types );
 /**
  * na_extension_shutdown:
  *
- * This function is called by Nautilus-Actions when it is about to
+ * This function is called by FileManager-Actions when it is about to
  * shutdown itself.
  *
  * The dynamically loaded library may take advantage of this call to
  * release any resource, handle, and so on, it may have previously
  * allocated.
  *
- * A Nautilus-Actions extension must implement this function in order
+ * A FileManager-Actions extension must implement this function in order
  * to be considered as a valid candidate to dynamic load.
  *
  * Since: 2.30
diff --git a/src/api/na-gconf-monitor.h b/src/api/na-gconf-monitor.h
index 9487b36..76a973c 100644
--- a/src/api/na-gconf-monitor.h
+++ b/src/api/na-gconf-monitor.h
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
@@ -42,7 +42,7 @@
  * It is used to monitor both the GConf provider and the GConf runtime
  * preferences.
  *
- * Starting with Nautilus-Actions 3.1.0, GConf, whether it is used as a
+ * Starting with FileManager-Actions 3.1.0, GConf, whether it is used as a
  * preference storage subsystem or as an I/O provider, is deprecated.
  */
 
diff --git a/src/api/na-gconf-utils.h b/src/api/na-gconf-utils.h
index 2bee7cf..cf90d11 100644
--- a/src/api/na-gconf-utils.h
+++ b/src/api/na-gconf-utils.h
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
@@ -37,7 +37,7 @@
  * @short_description: The GConf Library Utilities
  * @include: runtime/na-gconf-utils.h
  *
- * Starting with Nautilus-Actions 3.1.0, GConf, whether it is used as a
+ * Starting with FileManager-Actions 3.1.0, GConf, whether it is used as a
  * preference storage subsystem or as an I/O provider, is deprecated.
  */
 
diff --git a/src/api/na-icontext.h b/src/api/na-icontext.h
index 6c950e0..8c2100f 100644
--- a/src/api/na-icontext.h
+++ b/src/api/na-icontext.h
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/api/na-iduplicable.h b/src/api/na-iduplicable.h
index bdb47ca..648d5c8 100644
--- a/src/api/na-iduplicable.h
+++ b/src/api/na-iduplicable.h
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
@@ -47,7 +47,7 @@
  *
  * <refsect2>
  *  <title>
- *   Modification status in Nautilus-Actions configuration tool
+ *   Modification status in FileManager-Actions configuration tool
  *  </title>
  *  <itemizedlist>
  *   <listitem>
diff --git a/src/api/na-iexporter.h b/src/api/na-iexporter.h
index a39798c..40e4658 100644
--- a/src/api/na-iexporter.h
+++ b/src/api/na-iexporter.h
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
@@ -250,7 +250,7 @@ typedef struct {
  *               since structure version 1.
  * @provider:    the #NAIExporter provider for this format;
  *               since structure version 2.
- * @format:      format identifier (ascii, allocated by the Nautilus-Actions team);
+ * @format:      format identifier (ascii, allocated by the FileManager-Actions team);
  *               since structure version 2.
  * @label:       short label to be displayed in dialog (UTF-8 localized);
  *               since structure version 2.
@@ -403,11 +403,11 @@ typedef struct {
         * get_version:
         * @instance: this NAIExporter instance.
         *
-        * Nautilus-Actions calls this method each time it needs to know
+        * FileManager-Actions calls this method each time it needs to know
         * which version of this interface the plugin implements.
         *
         * If this method is not implemented by the plugin,
-        * Nautilus-Actions considers that the plugin only implements
+        * FileManager-Actions considers that the plugin only implements
         * the version 1 of the NAIImporter interface.
         *
         * Return value: if implemented, this method must return the version
@@ -440,12 +440,12 @@ typedef struct {
         * get_formats:
         * @instance: this NAIExporter instance.
         *
-        * For its own internal needs, Nautilus-Actions requires each export
+        * For its own internal needs, FileManager-Actions requires each export
         * format has its own unique identifier (in fact, just a small ASCII
         * string).
         *
         * To avoid any collision, the format identifier is allocated by the
-        * Nautilus-Actions maintainers team. If you wish develop a new export
+        * FileManager-Actions maintainers team. If you wish develop a new export
         * format, and so need a new format identifier, please contact the
         * maintainers (see nautilus-actions.doap).
         *
diff --git a/src/api/na-ifactory-object-data.h b/src/api/na-ifactory-object-data.h
index dd1679f..9a0f5d1 100644
--- a/src/api/na-ifactory-object-data.h
+++ b/src/api/na-ifactory-object-data.h
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/api/na-ifactory-object.h b/src/api/na-ifactory-object.h
index fada104..3e86eec 100644
--- a/src/api/na-ifactory-object.h
+++ b/src/api/na-ifactory-object.h
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/api/na-ifactory-provider-provider.h b/src/api/na-ifactory-provider-provider.h
index 3faebf7..d52b16c 100644
--- a/src/api/na-ifactory-provider-provider.h
+++ b/src/api/na-ifactory-provider-provider.h
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/api/na-ifactory-provider.h b/src/api/na-ifactory-provider.h
index d57ffe2..702f488 100644
--- a/src/api/na-ifactory-provider.h
+++ b/src/api/na-ifactory-provider.h
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/api/na-iimporter.h b/src/api/na-iimporter.h
index 1e21f91..291c37b 100644
--- a/src/api/na-iimporter.h
+++ b/src/api/na-iimporter.h
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
@@ -127,11 +127,11 @@ typedef struct {
         * get_version:
         * @instance: the NAIImporter provider.
         *
-        * Nautilus-Actions calls this method each time it needs to know
+        * FileManager-Actions calls this method each time it needs to know
         * which version of this interface the plugin implements.
         *
         * If this method is not implemented by the plugin,
-        * Nautilus-Actions considers that the plugin only implements
+        * FileManager-Actions considers that the plugin only implements
         * the version 1 of the NAIImporter interface.
         *
         * Return value: if implemented, this method must return the version
diff --git a/src/api/na-iio-provider.h b/src/api/na-iio-provider.h
index 169415f..0e1e3a8 100644
--- a/src/api/na-iio-provider.h
+++ b/src/api/na-iio-provider.h
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
@@ -231,11 +231,11 @@ typedef struct {
         * get_version:
         * @instance: the NAIIOProvider provider.
         *
-        * Nautilus-Actions calls this method each time it needs to know
+        * FileManager-Actions calls this method each time it needs to know
         * which version of this interface the plugin implements.
         *
         * If this method is not implemented by the plugin,
-        * Nautilus-Actions considers that the plugin only implements
+        * FileManager-Actions considers that the plugin only implements
         * the version 1 of the NAIIOProvider interface.
         *
         * Return value: if implemented, this method must return the version
@@ -315,7 +315,7 @@ typedef struct {
         * create new ones (see e.g. is_able_to_write() method below).
         *
         * Return value: if implemented, this method must return a boolean
-        * value, whose purpose is to let know to Nautilus-Actions whether
+        * value, whose purpose is to let know to FileManager-Actions whether
         * this I/O provider is, or not, willing to write.
         *
         * Defaults to FALSE.
@@ -348,7 +348,7 @@ typedef struct {
         * create new ones (see e.g. 'locked' user preference key).
         *
         * Return value: if implemented, this method must return a boolean
-        * value, whose purpose is to let know to Nautilus-Actions whether
+        * value, whose purpose is to let know to FileManager-Actions whether
         * this I/O provider is eventually able to write.
         *
         * Defaults to FALSE.
@@ -408,7 +408,7 @@ typedef struct {
         * @messages: a pointer to a GSList list of strings; the provider
         *  may append messages to this list, but shouldn't reinitialize it.
         *
-        * Nautilus-Actions typically calls this method while duplicating
+        * FileManager-Actions typically calls this method while duplicating
         * a NAObjectItem-derived object, in order to let the I/O provider
         * duplicates itself specific data (if any) it may have set on
         * @source object.
diff --git a/src/api/na-object-action.h b/src/api/na-object-action.h
index 4be6689..e5dfef6 100644
--- a/src/api/na-object-action.h
+++ b/src/api/na-object-action.h
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/api/na-object-api.h b/src/api/na-object-api.h
index d206962..3d8f841 100644
--- a/src/api/na-object-api.h
+++ b/src/api/na-object-api.h
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/api/na-object-id.h b/src/api/na-object-id.h
index 9e90f9e..9c1f380 100644
--- a/src/api/na-object-id.h
+++ b/src/api/na-object-id.h
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/api/na-object-item.h b/src/api/na-object-item.h
index 20b33ba..e78b4a6 100644
--- a/src/api/na-object-item.h
+++ b/src/api/na-object-item.h
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/api/na-object-menu.h b/src/api/na-object-menu.h
index 88bd246..5db030d 100644
--- a/src/api/na-object-menu.h
+++ b/src/api/na-object-menu.h
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/api/na-object-profile.h b/src/api/na-object-profile.h
index 7349905..e1e1ad0 100644
--- a/src/api/na-object-profile.h
+++ b/src/api/na-object-profile.h
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/api/na-object.h b/src/api/na-object.h
index 7018653..196712b 100644
--- a/src/api/na-object.h
+++ b/src/api/na-object.h
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/api/na-timeout.h b/src/api/na-timeout.h
index 66236db..5ea61ca 100644
--- a/src/api/na-timeout.h
+++ b/src/api/na-timeout.h
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/core/Makefile.am b/src/core/Makefile.am
index 0b3e6a0..7bce5da 100644
--- a/src/core/Makefile.am
+++ b/src/core/Makefile.am
@@ -1,22 +1,22 @@
-# Nautilus-Actions
-# A Nautilus extension which offers configurable context menu actions.
+# FileManager-Actions
+# A file-manager extension which offers configurable context menu actions.
 #
 # Copyright (C) 2005 The GNOME Foundation
 # Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
 # Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
 #
-# Nautilus-Actions is free software; you can redistribute it and/or
+# FileManager-Actions is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
 # published by the Free Software Foundation; either version 2 of
 # the License, or (at your option) any later version.
 #
-# Nautilus-Actions is distributed in the hope that it will be useful,
+# FileManager-Actions is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
 # General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with Nautilus-Actions; see the file COPYING. If not, see
+# along with FileManager-Actions; see the file COPYING. If not, see
 # <http://www.gnu.org/licenses/>.
 #
 # Authors:
diff --git a/src/core/na-about.c b/src/core/na-about.c
index 4c660e3..75e344c 100644
--- a/src/core/na-about.c
+++ b/src/core/na-about.c
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
@@ -69,16 +69,16 @@ na_about_display( GtkWindow *toplevel )
        };
 
        static gchar *license[] = {
-               N_( "Nautilus-Actions Configuration Tool is free software; you can "
+               N_( "FileManager-Actions Configuration Tool is free software; you can "
                        "redistribute it and/or modify it under the terms of the GNU General "
                        "Public License as published by the Free Software Foundation; either "
                        "version 2 of the License, or (at your option) any later version." ),
-               N_( "Nautilus-Actions Configuration Tool is distributed in the hope that it "
+               N_( "FileManager-Actions Configuration Tool is distributed in the hope that it "
                        "will be useful, but WITHOUT ANY WARRANTY; without even the implied "
                        "warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See "
                        "the GNU General Public License for more details." ),
                N_( "You should have received a copy of the GNU General Public License along "
-                       "with Nautilus-Actions Configuration Tool ; if not, write to the Free "
+                       "with FileManager-Actions Configuration Tool ; if not, write to the Free "
                        "Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, "
                        "MA 02110-1301, USA." ),
                NULL
@@ -98,7 +98,7 @@ na_about_display( GtkWindow *toplevel )
                        "artists", artists,
                        "authors", authors,
                        /* i10n: "Nautilus actions" here is not a typo; this does not refer to the
-                        * Nautilus-Actions product, but to the actions which are to be added to Nautilus */
+                        * FileManager-Actions product, but to the actions which are to be added to Nautilus 
*/
                        "comments", _( "A graphical interface to create and edit your Nautilus actions." ),
                        "copyright", copyright,
                        "documenters", documenters,
@@ -129,7 +129,7 @@ gchar *
 na_about_get_application_name( void )
 {
        /* i18n: title of the About dialog box, when seen from Nautilus file manager */
-       return( g_strdup( _( "Nautilus-Actions" )));
+       return( g_strdup( _( "FileManager-Actions" )));
 }
 
 /*
diff --git a/src/core/na-about.h b/src/core/na-about.h
index 5f0b10a..95c0543 100644
--- a/src/core/na-about.h
+++ b/src/core/na-about.h
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
@@ -34,7 +34,7 @@
  * @short_description: The #NAAbout API
  * @include: runtime/na-about.h
  *
- * These functions displays the 'About Nautilus-Actions' dialog box,
+ * These functions displays the 'About FileManager-Actions' dialog box,
  * and provides contant informations about the application.
  */
 
diff --git a/src/core/na-boxed.c b/src/core/na-boxed.c
index 4a9ea03..d8e891b 100644
--- a/src/core/na-boxed.c
+++ b/src/core/na-boxed.c
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/core/na-core-utils.c b/src/core/na-core-utils.c
index 14d33a7..0dbff70 100644
--- a/src/core/na-core-utils.c
+++ b/src/core/na-core-utils.c
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
@@ -1208,10 +1208,10 @@ na_core_utils_file_load_from_uri( const gchar *uri, gsize *length )
  * Print a version message on the console
  *
  * <programlisting>
- *   nautilus-actions-new (Nautilus-Actions) v 2.29.1
+ *   nautilus-actions-new (FileManager-Actions) v 2.29.1
  *   Copyright (C) 2005-2007 Frederic Ruaudel
  *   Copyright (C) 2009, 2010, 2011, 2012 Pierre Wieser
- *   Nautilus-Actions is free software, licensed under GPLv2 or later.
+ *   FileManager-Actions is free software, licensed under GPLv2 or later.
  * </programlisting>
  *
  * Since: 2.30
diff --git a/src/core/na-data-boxed.c b/src/core/na-data-boxed.c
index c1c2188..7a7bd9f 100644
--- a/src/core/na-data-boxed.c
+++ b/src/core/na-data-boxed.c
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/core/na-data-def.c b/src/core/na-data-def.c
index 822a34f..4d9a26e 100644
--- a/src/core/na-data-def.c
+++ b/src/core/na-data-def.c
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/core/na-data-types.c b/src/core/na-data-types.c
index bc77672..ebbd5fa 100644
--- a/src/core/na-data-types.c
+++ b/src/core/na-data-types.c
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/core/na-desktop-environment.c b/src/core/na-desktop-environment.c
index 53e9ea5..2e58005 100644
--- a/src/core/na-desktop-environment.c
+++ b/src/core/na-desktop-environment.c
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/core/na-desktop-environment.h b/src/core/na-desktop-environment.h
index 56db247..e22b5a3 100644
--- a/src/core/na-desktop-environment.h
+++ b/src/core/na-desktop-environment.h
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/core/na-export-format.c b/src/core/na-export-format.c
index b292475..c012f1e 100644
--- a/src/core/na-export-format.c
+++ b/src/core/na-export-format.c
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/core/na-export-format.h b/src/core/na-export-format.h
index 07019e2..9a56580 100644
--- a/src/core/na-export-format.h
+++ b/src/core/na-export-format.h
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/core/na-exporter.c b/src/core/na-exporter.c
index b592fbb..7594160 100644
--- a/src/core/na-exporter.c
+++ b/src/core/na-exporter.c
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/core/na-exporter.h b/src/core/na-exporter.h
index 2ea472b..460944f 100644
--- a/src/core/na-exporter.h
+++ b/src/core/na-exporter.h
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/core/na-factory-object.c b/src/core/na-factory-object.c
index de6cc88..3bc27b7 100644
--- a/src/core/na-factory-object.c
+++ b/src/core/na-factory-object.c
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/core/na-factory-object.h b/src/core/na-factory-object.h
index 5c39e28..fb9ece9 100644
--- a/src/core/na-factory-object.h
+++ b/src/core/na-factory-object.h
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/core/na-factory-provider.c b/src/core/na-factory-provider.c
index 8442882..9191cc6 100644
--- a/src/core/na-factory-provider.c
+++ b/src/core/na-factory-provider.c
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/core/na-factory-provider.h b/src/core/na-factory-provider.h
index a29d489..47b91d4 100644
--- a/src/core/na-factory-provider.h
+++ b/src/core/na-factory-provider.h
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/core/na-gconf-migration.c b/src/core/na-gconf-migration.c
index e2f4691..38735e5 100644
--- a/src/core/na-gconf-migration.c
+++ b/src/core/na-gconf-migration.c
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/core/na-gconf-migration.h b/src/core/na-gconf-migration.h
index 8afd53c..16068c2 100644
--- a/src/core/na-gconf-migration.h
+++ b/src/core/na-gconf-migration.h
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/core/na-gconf-monitor.c b/src/core/na-gconf-monitor.c
index 5366206..29bc63a 100644
--- a/src/core/na-gconf-monitor.c
+++ b/src/core/na-gconf-monitor.c
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/core/na-gconf-utils.c b/src/core/na-gconf-utils.c
index 8f600a5..963f5b8 100644
--- a/src/core/na-gconf-utils.c
+++ b/src/core/na-gconf-utils.c
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/core/na-gnome-vfs-uri.c b/src/core/na-gnome-vfs-uri.c
index ae3b1d1..b1b9c10 100644
--- a/src/core/na-gnome-vfs-uri.c
+++ b/src/core/na-gnome-vfs-uri.c
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/core/na-gnome-vfs-uri.h b/src/core/na-gnome-vfs-uri.h
index a6c1fc5..2986dab 100644
--- a/src/core/na-gnome-vfs-uri.h
+++ b/src/core/na-gnome-vfs-uri.h
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/core/na-gtk-utils.c b/src/core/na-gtk-utils.c
index 6962c13..e9c3855 100644
--- a/src/core/na-gtk-utils.c
+++ b/src/core/na-gtk-utils.c
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/core/na-gtk-utils.h b/src/core/na-gtk-utils.h
index 65fd512..5858e60 100644
--- a/src/core/na-gtk-utils.h
+++ b/src/core/na-gtk-utils.h
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/core/na-icontext-factory.c b/src/core/na-icontext-factory.c
index 4d2246d..6b1745a 100644
--- a/src/core/na-icontext-factory.c
+++ b/src/core/na-icontext-factory.c
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/core/na-icontext.c b/src/core/na-icontext.c
index 90ef170..cafe0ee 100644
--- a/src/core/na-icontext.c
+++ b/src/core/na-icontext.c
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/core/na-iduplicable.c b/src/core/na-iduplicable.c
index 9783c0b..6fdec43 100644
--- a/src/core/na-iduplicable.c
+++ b/src/core/na-iduplicable.c
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/core/na-iexporter.c b/src/core/na-iexporter.c
index c5e3004..a25d5bd 100644
--- a/src/core/na-iexporter.c
+++ b/src/core/na-iexporter.c
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/core/na-ifactory-object.c b/src/core/na-ifactory-object.c
index 49c3998..919129a 100644
--- a/src/core/na-ifactory-object.c
+++ b/src/core/na-ifactory-object.c
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/core/na-ifactory-provider.c b/src/core/na-ifactory-provider.c
index a4b2b3c..d08fc86 100644
--- a/src/core/na-ifactory-provider.c
+++ b/src/core/na-ifactory-provider.c
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/core/na-iimporter.c b/src/core/na-iimporter.c
index 1da3bf0..72619a6 100644
--- a/src/core/na-iimporter.c
+++ b/src/core/na-iimporter.c
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/core/na-iio-provider.c b/src/core/na-iio-provider.c
index ca74d79..a813dbb 100644
--- a/src/core/na-iio-provider.c
+++ b/src/core/na-iio-provider.c
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/core/na-import-mode.c b/src/core/na-import-mode.c
index 2316f59..c70bfc8 100644
--- a/src/core/na-import-mode.c
+++ b/src/core/na-import-mode.c
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/core/na-import-mode.h b/src/core/na-import-mode.h
index 9784488..cda033e 100644
--- a/src/core/na-import-mode.h
+++ b/src/core/na-import-mode.h
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/core/na-importer-ask.c b/src/core/na-importer-ask.c
index 45b1fe8..1ade8cd 100644
--- a/src/core/na-importer-ask.c
+++ b/src/core/na-importer-ask.c
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/core/na-importer-ask.h b/src/core/na-importer-ask.h
index 601b650..d1f18b7 100644
--- a/src/core/na-importer-ask.h
+++ b/src/core/na-importer-ask.h
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/core/na-importer.c b/src/core/na-importer.c
index 917d41a..797015e 100644
--- a/src/core/na-importer.c
+++ b/src/core/na-importer.c
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/core/na-importer.h b/src/core/na-importer.h
index 80a6a6a..2f149e0 100644
--- a/src/core/na-importer.h
+++ b/src/core/na-importer.h
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
@@ -34,7 +34,7 @@
  * @short_description: The #NAIImporter Internal Functions
  * @include: core/na-importer.h
  *
- * Internal Nautilus-Actions code should never directly call a
+ * Internal FileManager-Actions code should never directly call a
  * #NAIImporter interface method, but rather should call the
  * corresponding na_importer_xxx() functions.
  *
diff --git a/src/core/na-io-provider.c b/src/core/na-io-provider.c
index b542cdc..ad8d5a2 100644
--- a/src/core/na-io-provider.c
+++ b/src/core/na-io-provider.c
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/core/na-io-provider.h b/src/core/na-io-provider.h
index 55f1371..689a38f 100644
--- a/src/core/na-io-provider.h
+++ b/src/core/na-io-provider.h
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
@@ -34,12 +34,12 @@
  * @short_description: The NAIOProvider Class Definition
  * @include: core/na-io-provider.h
  *
- * #NAIOProvider is the Nautilus-Actions class which is used to manage
+ * #NAIOProvider is the FileManager-Actions class which is used to manage
  * external I/O Providers which implement #NAIIOProvider interface. Each
  * #NAIOProvider objects may (or not) encapsulates one #NAIIOProvider
  * provider.
  *
- * Internal Nautilus-Actions code should never directly call a
+ * Internal FileManager-Actions code should never directly call a
  * #NAIIOProvider interface method, but rather should call the
  * corresponding NAIOProvider class method.
  *
diff --git a/src/core/na-ioption.c b/src/core/na-ioption.c
index 6798a91..1344601 100644
--- a/src/core/na-ioption.c
+++ b/src/core/na-ioption.c
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/core/na-ioption.h b/src/core/na-ioption.h
index be2b462..51975f4 100644
--- a/src/core/na-ioption.h
+++ b/src/core/na-ioption.h
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/core/na-ioptions-list.c b/src/core/na-ioptions-list.c
index 45bbabc..62ba458 100644
--- a/src/core/na-ioptions-list.c
+++ b/src/core/na-ioptions-list.c
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/core/na-ioptions-list.h b/src/core/na-ioptions-list.h
index d814b7c..7288661 100644
--- a/src/core/na-ioptions-list.h
+++ b/src/core/na-ioptions-list.h
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/core/na-iprefs.c b/src/core/na-iprefs.c
index 3d94780..ab1275f 100644
--- a/src/core/na-iprefs.c
+++ b/src/core/na-iprefs.c
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/core/na-iprefs.h b/src/core/na-iprefs.h
index 9de3ea0..68c3be7 100644
--- a/src/core/na-iprefs.h
+++ b/src/core/na-iprefs.h
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/core/na-module.c b/src/core/na-module.c
index 635a5a6..a7d78cd 100644
--- a/src/core/na-module.c
+++ b/src/core/na-module.c
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/core/na-module.h b/src/core/na-module.h
index c9e871d..ce5d9db 100644
--- a/src/core/na-module.h
+++ b/src/core/na-module.h
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu modules.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu modules.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
@@ -34,7 +34,7 @@
  * @short_description: The #NAModule Class Definition
  * @include: core/na-module.h
  *
- * The NAModule class manages Nautilus-Actions extensions as dynamically
+ * The NAModule class manages FileManager-Actions extensions as dynamically
  * loadable modules (plugins).
  *
  * NAModule
diff --git a/src/core/na-object-action-factory.c b/src/core/na-object-action-factory.c
index 29fea67..5d0cb67 100644
--- a/src/core/na-object-action-factory.c
+++ b/src/core/na-object-action-factory.c
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/core/na-object-action.c b/src/core/na-object-action.c
index 53c2bd1..98265ce 100644
--- a/src/core/na-object-action.c
+++ b/src/core/na-object-action.c
@@ -1,23 +1,23 @@
 /*
  * Nautilus ObjectActions
- * A Nautilus extension which offers configurable context menu actions.
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/core/na-object-id-factory.c b/src/core/na-object-id-factory.c
index b464eaa..9427b00 100644
--- a/src/core/na-object-id-factory.c
+++ b/src/core/na-object-id-factory.c
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/core/na-object-id.c b/src/core/na-object-id.c
index a9267e2..e99d671 100644
--- a/src/core/na-object-id.c
+++ b/src/core/na-object-id.c
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/core/na-object-item-factory.c b/src/core/na-object-item-factory.c
index 87b1e4a..238a43a 100644
--- a/src/core/na-object-item-factory.c
+++ b/src/core/na-object-item-factory.c
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/core/na-object-item.c b/src/core/na-object-item.c
index edb4edb..e9cf53d 100644
--- a/src/core/na-object-item.c
+++ b/src/core/na-object-item.c
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/core/na-object-menu-factory.c b/src/core/na-object-menu-factory.c
index 430c10f..bb84def 100644
--- a/src/core/na-object-menu-factory.c
+++ b/src/core/na-object-menu-factory.c
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/core/na-object-menu.c b/src/core/na-object-menu.c
index 2613d09..011ef30 100644
--- a/src/core/na-object-menu.c
+++ b/src/core/na-object-menu.c
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/core/na-object-profile-factory.c b/src/core/na-object-profile-factory.c
index 9ea0d91..3615f4b 100644
--- a/src/core/na-object-profile-factory.c
+++ b/src/core/na-object-profile-factory.c
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/core/na-object-profile.c b/src/core/na-object-profile.c
index 94459c5..65bebd3 100644
--- a/src/core/na-object-profile.c
+++ b/src/core/na-object-profile.c
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/core/na-object.c b/src/core/na-object.c
index 131455a..4dc8392 100644
--- a/src/core/na-object.c
+++ b/src/core/na-object.c
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/core/na-pivot.c b/src/core/na-pivot.c
index 67bbe0d..c89362f 100644
--- a/src/core/na-pivot.c
+++ b/src/core/na-pivot.c
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
@@ -369,7 +369,7 @@ instance_finalize( GObject *object )
  * menus.
  *
  * When this object is instantiated, it automatically takes care of:
- * - loading Nautilus-Actions dynamic modules;
+ * - loading FileManager-Actions dynamic modules;
  * - initializing the preferences monitoring.
  *
  * Actual loading of items from i/o providers is delayed until a call
diff --git a/src/core/na-pivot.h b/src/core/na-pivot.h
index 845392f..0cae592 100644
--- a/src/core/na-pivot.h
+++ b/src/core/na-pivot.h
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu pivots.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu pivots.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
@@ -137,7 +137,7 @@ typedef enum {
 NAPivot      *na_pivot_new ( void );
 void          na_pivot_dump( const NAPivot *pivot );
 
-/* Management of the plugins which claim to implement a Nautilus-Actions interface.
+/* Management of the plugins which claim to implement a FileManager-Actions interface.
  * As of 2.30, these may be NAIIOProvider, NAIImporter or NAIExporter
  */
 GList        *na_pivot_get_providers ( const NAPivot *pivot, GType type );
diff --git a/src/core/na-selected-info.c b/src/core/na-selected-info.c
index ce52968..a3eda02 100644
--- a/src/core/na-selected-info.c
+++ b/src/core/na-selected-info.c
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/core/na-selected-info.h b/src/core/na-selected-info.h
index 0348627..1e12e5d 100644
--- a/src/core/na-selected-info.h
+++ b/src/core/na-selected-info.h
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu selected_infos.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu selected_infos.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/core/na-settings.c b/src/core/na-settings.c
index 8660fc4..75a6cd9 100644
--- a/src/core/na-settings.c
+++ b/src/core/na-settings.c
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/core/na-settings.h b/src/core/na-settings.h
index efe9841..e768543 100644
--- a/src/core/na-settings.h
+++ b/src/core/na-settings.h
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu modules.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu modules.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/core/na-timeout.c b/src/core/na-timeout.c
index ec482bf..ed038ba 100644
--- a/src/core/na-timeout.c
+++ b/src/core/na-timeout.c
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/core/na-tokens.c b/src/core/na-tokens.c
index 247bc83..393548a 100644
--- a/src/core/na-tokens.c
+++ b/src/core/na-tokens.c
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/core/na-tokens.h b/src/core/na-tokens.h
index 8856cd1..577bd4f 100644
--- a/src/core/na-tokens.h
+++ b/src/core/na-tokens.h
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu modules.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu modules.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/core/na-updater.c b/src/core/na-updater.c
index 6991777..7ebcab2 100644
--- a/src/core/na-updater.c
+++ b/src/core/na-updater.c
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/core/na-updater.h b/src/core/na-updater.h
index ce46738..94a2c2d 100644
--- a/src/core/na-updater.h
+++ b/src/core/na-updater.h
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu pivots.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu pivots.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/io-desktop/Makefile.am b/src/io-desktop/Makefile.am
index 27d469a..51ccb97 100644
--- a/src/io-desktop/Makefile.am
+++ b/src/io-desktop/Makefile.am
@@ -1,22 +1,22 @@
-# Nautilus-Actions
-# A Nautilus extension which offers configurable context menu actions.
+# FileManager-Actions
+# A file-manager extension which offers configurable context menu actions.
 #
 # Copyright (C) 2005 The GNOME Foundation
 # Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
 # Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
 #
-# Nautilus-Actions is free software; you can redistribute it and/or
+# FileManager-Actions is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
 # published by the Free Software Foundation; either version 2 of
 # the License, or (at your option) any later version.
 #
-# Nautilus-Actions is distributed in the hope that it will be useful,
+# FileManager-Actions is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
 # General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with Nautilus-Actions; see the file COPYING. If not, see
+# along with FileManager-Actions; see the file COPYING. If not, see
 # <http://www.gnu.org/licenses/>.
 #
 # Authors:
diff --git a/src/io-desktop/nadp-desktop-file.c b/src/io-desktop/nadp-desktop-file.c
index 29d6e8a..2de0051 100644
--- a/src/io-desktop/nadp-desktop-file.c
+++ b/src/io-desktop/nadp-desktop-file.c
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/io-desktop/nadp-desktop-file.h b/src/io-desktop/nadp-desktop-file.h
index 2cafbfa..201f885 100644
--- a/src/io-desktop/nadp-desktop-file.h
+++ b/src/io-desktop/nadp-desktop-file.h
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/io-desktop/nadp-desktop-provider.c b/src/io-desktop/nadp-desktop-provider.c
index abb4c07..1772671 100644
--- a/src/io-desktop/nadp-desktop-provider.c
+++ b/src/io-desktop/nadp-desktop-provider.c
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
@@ -256,7 +256,7 @@ iio_provider_get_id( const NAIIOProvider *provider )
 static gchar *
 iio_provider_get_name( const NAIIOProvider *provider )
 {
-       return( g_strdup( _( "Nautilus-Actions Desktop I/O Provider" )));
+       return( g_strdup( _( "FileManager-Actions Desktop I/O Provider" )));
 }
 
 static void
diff --git a/src/io-desktop/nadp-desktop-provider.h b/src/io-desktop/nadp-desktop-provider.h
index a4161bd..1b1dd27 100644
--- a/src/io-desktop/nadp-desktop-provider.h
+++ b/src/io-desktop/nadp-desktop-provider.h
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/io-desktop/nadp-formats.c b/src/io-desktop/nadp-formats.c
index e8fd0ef..8b98bbe 100644
--- a/src/io-desktop/nadp-formats.c
+++ b/src/io-desktop/nadp-formats.c
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
@@ -61,8 +61,8 @@ static NadpExportFormat nadp_formats[] = {
                                "as long as their own application implements the DES-EMA specification " \
                                "which describes this format.\n" \
                                "The exported .desktop file may later be imported via :\n" \
-                               "- Import assistant of the Nautilus-Actions Configuration Tool,\n" \
-                               "- drag-n-drop into the Nautilus-Actions Configuration Tool,\n" \
+                               "- Import assistant of the FileManager-Actions Configuration Tool,\n" \
+                               "- drag-n-drop into the FileManager-Actions Configuration Tool,\n" \
                                "- or by copying it into a XDG_DATA_DIRS/file-manager/actions directory." ),
                        "export-desktop.png" },
 
diff --git a/src/io-desktop/nadp-formats.h b/src/io-desktop/nadp-formats.h
index dc75081..89681eb 100644
--- a/src/io-desktop/nadp-formats.h
+++ b/src/io-desktop/nadp-formats.h
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/io-desktop/nadp-keys.c b/src/io-desktop/nadp-keys.c
index b754008..dad6d37 100644
--- a/src/io-desktop/nadp-keys.c
+++ b/src/io-desktop/nadp-keys.c
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/io-desktop/nadp-keys.h b/src/io-desktop/nadp-keys.h
index e645f44..e971f8d 100644
--- a/src/io-desktop/nadp-keys.h
+++ b/src/io-desktop/nadp-keys.h
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/io-desktop/nadp-module.c b/src/io-desktop/nadp-module.c
index ce579fa..cfab226 100644
--- a/src/io-desktop/nadp-module.c
+++ b/src/io-desktop/nadp-module.c
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/io-desktop/nadp-monitor.c b/src/io-desktop/nadp-monitor.c
index eb1270d..41e5b5d 100644
--- a/src/io-desktop/nadp-monitor.c
+++ b/src/io-desktop/nadp-monitor.c
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/io-desktop/nadp-monitor.h b/src/io-desktop/nadp-monitor.h
index 9d496dd..1bbdaed 100644
--- a/src/io-desktop/nadp-monitor.h
+++ b/src/io-desktop/nadp-monitor.h
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/io-desktop/nadp-reader.c b/src/io-desktop/nadp-reader.c
index 310937d..99416c0 100644
--- a/src/io-desktop/nadp-reader.c
+++ b/src/io-desktop/nadp-reader.c
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/io-desktop/nadp-reader.h b/src/io-desktop/nadp-reader.h
index 2d70494..2c02223 100644
--- a/src/io-desktop/nadp-reader.h
+++ b/src/io-desktop/nadp-reader.h
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/io-desktop/nadp-utils.c b/src/io-desktop/nadp-utils.c
index b928bb0..841d5c7 100644
--- a/src/io-desktop/nadp-utils.c
+++ b/src/io-desktop/nadp-utils.c
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/io-desktop/nadp-utils.h b/src/io-desktop/nadp-utils.h
index 3007da4..c74b1bf 100644
--- a/src/io-desktop/nadp-utils.h
+++ b/src/io-desktop/nadp-utils.h
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/io-desktop/nadp-writer.c b/src/io-desktop/nadp-writer.c
index 18dbe2a..6db499e 100644
--- a/src/io-desktop/nadp-writer.c
+++ b/src/io-desktop/nadp-writer.c
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/io-desktop/nadp-writer.h b/src/io-desktop/nadp-writer.h
index e21684c..c562c7e 100644
--- a/src/io-desktop/nadp-writer.h
+++ b/src/io-desktop/nadp-writer.h
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/io-desktop/nadp-xdg-dirs.c b/src/io-desktop/nadp-xdg-dirs.c
index 3dcf0c6..0434074 100644
--- a/src/io-desktop/nadp-xdg-dirs.c
+++ b/src/io-desktop/nadp-xdg-dirs.c
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/io-desktop/nadp-xdg-dirs.h b/src/io-desktop/nadp-xdg-dirs.h
index fd1273c..14e460e 100644
--- a/src/io-desktop/nadp-xdg-dirs.h
+++ b/src/io-desktop/nadp-xdg-dirs.h
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/io-gconf/Makefile.am b/src/io-gconf/Makefile.am
index 9134998..20b89ee 100644
--- a/src/io-gconf/Makefile.am
+++ b/src/io-gconf/Makefile.am
@@ -1,22 +1,22 @@
-# Nautilus-Actions
-# A Nautilus extension which offers configurable context menu actions.
+# FileManager-Actions
+# A file-manager extension which offers configurable context menu actions.
 #
 # Copyright (C) 2005 The GNOME Foundation
 # Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
 # Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
 #
-# Nautilus-Actions is free software; you can redistribute it and/or
+# FileManager-Actions is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
 # published by the Free Software Foundation; either version 2 of
 # the License, or (at your option) any later version.
 #
-# Nautilus-Actions is distributed in the hope that it will be useful,
+# FileManager-Actions is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
 # General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with Nautilus-Actions; see the file COPYING. If not, see
+# along with FileManager-Actions; see the file COPYING. If not, see
 # <http://www.gnu.org/licenses/>.
 #
 # Authors:
diff --git a/src/io-gconf/nagp-gconf-provider.c b/src/io-gconf/nagp-gconf-provider.c
index df96629..1fb30ae 100644
--- a/src/io-gconf/nagp-gconf-provider.c
+++ b/src/io-gconf/nagp-gconf-provider.c
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
@@ -244,7 +244,7 @@ iio_provider_get_id( const NAIIOProvider *provider )
 static gchar *
 iio_provider_get_name( const NAIIOProvider *provider )
 {
-       return( g_strdup( _( "Nautilus-Actions GConf I/O Provider" )));
+       return( g_strdup( _( "FileManager-Actions GConf I/O Provider" )));
 }
 
 static guint
diff --git a/src/io-gconf/nagp-gconf-provider.h b/src/io-gconf/nagp-gconf-provider.h
index 38c8f3c..249a5ab 100644
--- a/src/io-gconf/nagp-gconf-provider.h
+++ b/src/io-gconf/nagp-gconf-provider.h
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/io-gconf/nagp-keys.c b/src/io-gconf/nagp-keys.c
index 2ddfb99..70f4e7b 100644
--- a/src/io-gconf/nagp-keys.c
+++ b/src/io-gconf/nagp-keys.c
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/io-gconf/nagp-keys.h b/src/io-gconf/nagp-keys.h
index a878c21..ba9d1f6 100644
--- a/src/io-gconf/nagp-keys.h
+++ b/src/io-gconf/nagp-keys.h
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/io-gconf/nagp-module.c b/src/io-gconf/nagp-module.c
index 65ad226..6236d7e 100644
--- a/src/io-gconf/nagp-module.c
+++ b/src/io-gconf/nagp-module.c
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/io-gconf/nagp-reader.c b/src/io-gconf/nagp-reader.c
index 09d0ca4..92b389e 100644
--- a/src/io-gconf/nagp-reader.c
+++ b/src/io-gconf/nagp-reader.c
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/io-gconf/nagp-reader.h b/src/io-gconf/nagp-reader.h
index fca97bb..ecb0e29 100644
--- a/src/io-gconf/nagp-reader.h
+++ b/src/io-gconf/nagp-reader.h
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/io-gconf/nagp-writer.c b/src/io-gconf/nagp-writer.c
index ce6773a..3c47c0c 100644
--- a/src/io-gconf/nagp-writer.c
+++ b/src/io-gconf/nagp-writer.c
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/io-gconf/nagp-writer.h b/src/io-gconf/nagp-writer.h
index 9892265..ad363fe 100644
--- a/src/io-gconf/nagp-writer.h
+++ b/src/io-gconf/nagp-writer.h
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/io-xml/Makefile.am b/src/io-xml/Makefile.am
index ad7847f..94d094b 100644
--- a/src/io-xml/Makefile.am
+++ b/src/io-xml/Makefile.am
@@ -1,22 +1,22 @@
-# Nautilus-Actions
-# A Nautilus extension which offers configurable context menu actions.
+# FileManager-Actions
+# A file-manager extension which offers configurable context menu actions.
 #
 # Copyright (C) 2005 The GNOME Foundation
 # Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
 # Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
 #
-# Nautilus-Actions is free software; you can redistribute it and/or
+# FileManager-Actions is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
 # published by the Free Software Foundation; either version 2 of
 # the License, or (at your option) any later version.
 #
-# Nautilus-Actions is distributed in the hope that it will be useful,
+# FileManager-Actions is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
 # General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with Nautilus-Actions; see the file COPYING. If not, see
+# along with FileManager-Actions; see the file COPYING. If not, see
 # <http://www.gnu.org/licenses/>.
 #
 # Authors:
diff --git a/src/io-xml/naxml-formats.c b/src/io-xml/naxml-formats.c
index 220e212..367edd4 100644
--- a/src/io-xml/naxml-formats.c
+++ b/src/io-xml/naxml-formats.c
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
@@ -55,8 +55,8 @@ static NaxmlExportFormat naxml_formats[] = {
                        N_( "Export as a _full GConf schema file" ),
                        N_( "This used to be the historical export format.\n" \
                                "The exported schema file may later be imported via :\n" \
-                               "- Import assistant of the Nautilus-Actions Configuration Tool,\n" \
-                               "- drag-n-drop into the Nautilus-Actions Configuration Tool,\n" \
+                               "- Import assistant of the FileManager-Actions Configuration Tool,\n" \
+                               "- drag-n-drop into the FileManager-Actions Configuration Tool,\n" \
                                "- or via the gconftool-2 --import-schema-file command-line tool." ),
                        "export-schemas-v1.png" },
 
@@ -67,11 +67,11 @@ static NaxmlExportFormat naxml_formats[] = {
                        N_( "Export as a _light GConf schema (v2) file" ),
                        N_( "This format has been introduced in v 1.11 serie.\n" \
                                "This is the lightest schema still compatible with GConf command-line tools, 
" \
-                               "while keeping backward compatibility with the Nautilus-Actions Configuration 
" \
+                               "while keeping backward compatibility with the FileManager-Actions 
Configuration " \
                                "Tool oldest versions.\n"
                                "The exported schema file may later be imported via :\n" \
-                               "- Import assistant of the Nautilus-Actions Configuration Tool,\n" \
-                               "- drag-n-drop into the Nautilus-Actions Configuration Tool,\n" \
+                               "- Import assistant of the FileManager-Actions Configuration Tool,\n" \
+                               "- drag-n-drop into the FileManager-Actions Configuration Tool,\n" \
                                "- or via the gconftool-2 --import-schema-file command-line tool." ),
                        "export-schemas-v2.png" },
 
@@ -81,12 +81,12 @@ static NaxmlExportFormat naxml_formats[] = {
        { NAXML_FORMAT_GCONF_ENTRY,
                        N_( "Export as a GConf _dump file" ),
                        N_( "This format has been introduced in v 1.11 serie.\n" \
-                               "Tough not backward compatible with Nautilus-Actions " \
+                               "Tough not backward compatible with FileManager-Actions " \
                                "Configuration Tool versions previous to 1.11, " \
                                "it may still be imported via standard GConf command-line tools.\n" \
                                "The exported dump file may later be imported via :\n" \
-                               "- Import assistant of the Nautilus-Actions Configuration Tool (1.11 and 
above),\n" \
-                               "- drag-n-drop into the Nautilus-Actions Configuration Tool (1.11 and 
above),\n" \
+                               "- Import assistant of the FileManager-Actions Configuration Tool (1.11 and 
above),\n" \
+                               "- drag-n-drop into the FileManager-Actions Configuration Tool (1.11 and 
above),\n" \
                                "- or via the gconftool-2 --load command-line tool." ),
                        "export-dump.png" },
 
diff --git a/src/io-xml/naxml-formats.h b/src/io-xml/naxml-formats.h
index ec1d6f6..0ca18a0 100644
--- a/src/io-xml/naxml-formats.h
+++ b/src/io-xml/naxml-formats.h
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/io-xml/naxml-keys.c b/src/io-xml/naxml-keys.c
index 9a7cc63..5788b51 100644
--- a/src/io-xml/naxml-keys.c
+++ b/src/io-xml/naxml-keys.c
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/io-xml/naxml-keys.h b/src/io-xml/naxml-keys.h
index f34a8e5..8d7e513 100644
--- a/src/io-xml/naxml-keys.h
+++ b/src/io-xml/naxml-keys.h
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/io-xml/naxml-module.c b/src/io-xml/naxml-module.c
index 9f7ee6d..50b6126 100644
--- a/src/io-xml/naxml-module.c
+++ b/src/io-xml/naxml-module.c
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/io-xml/naxml-provider.c b/src/io-xml/naxml-provider.c
index 89a2051..a884a99 100644
--- a/src/io-xml/naxml-provider.c
+++ b/src/io-xml/naxml-provider.c
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/io-xml/naxml-provider.h b/src/io-xml/naxml-provider.h
index 45e5c4d..82024b4 100644
--- a/src/io-xml/naxml-provider.h
+++ b/src/io-xml/naxml-provider.h
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/io-xml/naxml-reader.c b/src/io-xml/naxml-reader.c
index 1672e2a..178b5f3 100644
--- a/src/io-xml/naxml-reader.c
+++ b/src/io-xml/naxml-reader.c
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/io-xml/naxml-reader.h b/src/io-xml/naxml-reader.h
index 914a2d8..326f4d9 100644
--- a/src/io-xml/naxml-reader.h
+++ b/src/io-xml/naxml-reader.h
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/io-xml/naxml-writer.c b/src/io-xml/naxml-writer.c
index 5f0c3d0..4dc3e0e 100644
--- a/src/io-xml/naxml-writer.c
+++ b/src/io-xml/naxml-writer.c
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/io-xml/naxml-writer.h b/src/io-xml/naxml-writer.h
index e7b7584..4619b7e 100644
--- a/src/io-xml/naxml-writer.h
+++ b/src/io-xml/naxml-writer.h
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
@@ -35,7 +35,7 @@
  * @short_description: #NAXMLWriter class definition.
  * @include: io-xml/naxml-writer.h
  *
- * This class exports Nautilus-Actions actions and menus as XML files.
+ * This class exports FileManager-Actions actions and menus as XML files.
  */
 
 #include <api/na-data-boxed.h>
diff --git a/src/nact/Makefile.am b/src/nact/Makefile.am
index fe33512..2847ca5 100644
--- a/src/nact/Makefile.am
+++ b/src/nact/Makefile.am
@@ -1,22 +1,22 @@
-# Nautilus-Actions
-# A Nautilus extension which offers configurable context menu actions.
+# FileManager-Actions
+# A file-manager extension which offers configurable context menu actions.
 #
 # Copyright (C) 2005 The GNOME Foundation
 # Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
 # Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
 #
-# Nautilus-Actions is free software; you can redistribute it and/or
+# FileManager-Actions is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
 # published by the Free Software Foundation; either version 2 of
 # the License, or (at your option) any later version.
 #
-# Nautilus-Actions is distributed in the hope that it will be useful,
+# FileManager-Actions is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
 # General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with Nautilus-Actions; see the file COPYING. If not, see
+# along with FileManager-Actions; see the file COPYING. If not, see
 # <http://www.gnu.org/licenses/>.
 #
 # Authors:
diff --git a/src/nact/base-assistant.c b/src/nact/base-assistant.c
index b7c9c49..0d159fc 100644
--- a/src/nact/base-assistant.c
+++ b/src/nact/base-assistant.c
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/nact/base-assistant.h b/src/nact/base-assistant.h
index 440878e..a269cb4 100644
--- a/src/nact/base-assistant.h
+++ b/src/nact/base-assistant.h
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
@@ -36,7 +36,7 @@
  * @include: nact/base-assistant.h
  *
  * This class is derived from BaseWindow class, and serves as a base
- * class for all Nautilus-Actions assistants.
+ * class for all FileManager-Actions assistants.
  */
 
 #include "base-window.h"
diff --git a/src/nact/base-builder.c b/src/nact/base-builder.c
index a3d1017..e27b4ea 100644
--- a/src/nact/base-builder.c
+++ b/src/nact/base-builder.c
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/nact/base-builder.h b/src/nact/base-builder.h
index 4ac4eae..b9e80f3 100644
--- a/src/nact/base-builder.h
+++ b/src/nact/base-builder.h
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/nact/base-dialog.c b/src/nact/base-dialog.c
index 734dd5a..bd62174 100644
--- a/src/nact/base-dialog.c
+++ b/src/nact/base-dialog.c
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/nact/base-dialog.h b/src/nact/base-dialog.h
index 3b407af..2b633de 100644
--- a/src/nact/base-dialog.h
+++ b/src/nact/base-dialog.h
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
@@ -37,7 +37,7 @@
  * @include: base-dialog.h
  *
  * This class is derived from BaseWindow class, and serves as a base
- * class for all Nautilus-Actions dialogs.
+ * class for all FileManager-Actions dialogs.
  */
 
 #include "base-window.h"
diff --git a/src/nact/base-gtk-utils.c b/src/nact/base-gtk-utils.c
index 5b626a0..750a1ba 100644
--- a/src/nact/base-gtk-utils.c
+++ b/src/nact/base-gtk-utils.c
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/nact/base-gtk-utils.h b/src/nact/base-gtk-utils.h
index cd1d880..5d4a251 100644
--- a/src/nact/base-gtk-utils.h
+++ b/src/nact/base-gtk-utils.h
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/nact/base-isession.c b/src/nact/base-isession.c
index b63c487..6341d37 100644
--- a/src/nact/base-isession.c
+++ b/src/nact/base-isession.c
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/nact/base-isession.h b/src/nact/base-isession.h
index e9e6346..35b38ce 100644
--- a/src/nact/base-isession.h
+++ b/src/nact/base-isession.h
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/nact/base-keysyms.h b/src/nact/base-keysyms.h
index d98c6b4..a86bf92 100644
--- a/src/nact/base-keysyms.h
+++ b/src/nact/base-keysyms.h
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/nact/base-window.c b/src/nact/base-window.c
index 49b3bda..f1257ac 100644
--- a/src/nact/base-window.c
+++ b/src/nact/base-window.c
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/nact/base-window.h b/src/nact/base-window.h
index c677ff3..afa5389 100644
--- a/src/nact/base-window.h
+++ b/src/nact/base-window.h
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/nact/egg-tree-multi-dnd.c b/src/nact/egg-tree-multi-dnd.c
index ae80e10..6bc1bc9 100644
--- a/src/nact/egg-tree-multi-dnd.c
+++ b/src/nact/egg-tree-multi-dnd.c
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/nact/egg-tree-multi-dnd.h b/src/nact/egg-tree-multi-dnd.h
index bc2c4dd..9f21320 100644
--- a/src/nact/egg-tree-multi-dnd.h
+++ b/src/nact/egg-tree-multi-dnd.h
@@ -16,7 +16,7 @@
  * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  * Boston, MA 02111-1307, USA.
  *
- * Adapted by Pierre Wieser for the needs of Nautilus-Actions
+ * Adapted by Pierre Wieser for the needs of FileManager-Actions
  */
 
 #ifndef __EGG_TREE_MULTI_DND_H__
diff --git a/src/nact/main.c b/src/nact/main.c
index 7a592d3..79823f6 100644
--- a/src/nact/main.c
+++ b/src/nact/main.c
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/nact/nact-add-capability-dialog.c b/src/nact/nact-add-capability-dialog.c
index ca4327e..89a0b08 100644
--- a/src/nact/nact-add-capability-dialog.c
+++ b/src/nact/nact-add-capability-dialog.c
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/nact/nact-add-capability-dialog.h b/src/nact/nact-add-capability-dialog.h
index 983a4ab..a42e29d 100644
--- a/src/nact/nact-add-capability-dialog.h
+++ b/src/nact/nact-add-capability-dialog.h
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/nact/nact-add-scheme-dialog.c b/src/nact/nact-add-scheme-dialog.c
index 1173efa..89368b8 100644
--- a/src/nact/nact-add-scheme-dialog.c
+++ b/src/nact/nact-add-scheme-dialog.c
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/nact/nact-add-scheme-dialog.h b/src/nact/nact-add-scheme-dialog.h
index aeb609d..b4ca4d5 100644
--- a/src/nact/nact-add-scheme-dialog.h
+++ b/src/nact/nact-add-scheme-dialog.h
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/nact/nact-application.c b/src/nact/nact-application.c
index 99946b6..8d812f9 100644
--- a/src/nact/nact-application.c
+++ b/src/nact/nact-application.c
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
@@ -58,7 +58,7 @@ struct _NactApplicationPrivate {
        NAUpdater      *updater;
 };
 
-static const gchar *st_application_name        = N_( "Nautilus-Actions Configuration Tool" );
+static const gchar *st_application_name        = N_( "FileManager-Actions Configuration Tool" );
 static const gchar *st_description             = N_( "A user interface to edit your own contextual actions" 
);
 static const gchar *st_application_id   = "org.gnome.nautilus-actions.ConfigurationTool";
 
diff --git a/src/nact/nact-application.h b/src/nact/nact-application.h
index d83ecc2..ef04057 100644
--- a/src/nact/nact-application.h
+++ b/src/nact/nact-application.h
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/nact/nact-assistant-export.c b/src/nact/nact-assistant-export.c
index c2c1c84..f0ba222 100644
--- a/src/nact/nact-assistant-export.c
+++ b/src/nact/nact-assistant-export.c
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/nact/nact-assistant-export.h b/src/nact/nact-assistant-export.h
index 609cb81..6287c39 100644
--- a/src/nact/nact-assistant-export.h
+++ b/src/nact/nact-assistant-export.h
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/nact/nact-assistant-import.c b/src/nact/nact-assistant-import.c
index a7af553..64b1ba5 100644
--- a/src/nact/nact-assistant-import.c
+++ b/src/nact/nact-assistant-import.c
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/nact/nact-assistant-import.h b/src/nact/nact-assistant-import.h
index 214dbef..d1544d0 100644
--- a/src/nact/nact-assistant-import.h
+++ b/src/nact/nact-assistant-import.h
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/nact/nact-clipboard.c b/src/nact/nact-clipboard.c
index a8a0089..245997b 100644
--- a/src/nact/nact-clipboard.c
+++ b/src/nact/nact-clipboard.c
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/nact/nact-clipboard.h b/src/nact/nact-clipboard.h
index 9cdcbfb..40856b8 100644
--- a/src/nact/nact-clipboard.h
+++ b/src/nact/nact-clipboard.h
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/nact/nact-confirm-logout.c b/src/nact/nact-confirm-logout.c
index b2fa6e8..628520d 100644
--- a/src/nact/nact-confirm-logout.c
+++ b/src/nact/nact-confirm-logout.c
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/nact/nact-confirm-logout.h b/src/nact/nact-confirm-logout.h
index 5af880d..42040f7 100644
--- a/src/nact/nact-confirm-logout.h
+++ b/src/nact/nact-confirm-logout.h
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/nact/nact-export-ask.c b/src/nact/nact-export-ask.c
index 1bc60c1..5913727 100644
--- a/src/nact/nact-export-ask.c
+++ b/src/nact/nact-export-ask.c
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/nact/nact-export-ask.h b/src/nact/nact-export-ask.h
index 6e1ee12..c526b40 100644
--- a/src/nact/nact-export-ask.h
+++ b/src/nact/nact-export-ask.h
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/nact/nact-iaction-tab.c b/src/nact/nact-iaction-tab.c
index 52589d9..068335c 100644
--- a/src/nact/nact-iaction-tab.c
+++ b/src/nact/nact-iaction-tab.c
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/nact/nact-iaction-tab.h b/src/nact/nact-iaction-tab.h
index 2c562f3..4e9ca0e 100644
--- a/src/nact/nact-iaction-tab.h
+++ b/src/nact/nact-iaction-tab.h
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/nact/nact-ibasenames-tab.c b/src/nact/nact-ibasenames-tab.c
index 251954e..16252c5 100644
--- a/src/nact/nact-ibasenames-tab.c
+++ b/src/nact/nact-ibasenames-tab.c
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/nact/nact-ibasenames-tab.h b/src/nact/nact-ibasenames-tab.h
index 82b4fe4..598d6a3 100644
--- a/src/nact/nact-ibasenames-tab.h
+++ b/src/nact/nact-ibasenames-tab.h
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/nact/nact-icapabilities-tab.c b/src/nact/nact-icapabilities-tab.c
index 6facfbb..2643881 100644
--- a/src/nact/nact-icapabilities-tab.c
+++ b/src/nact/nact-icapabilities-tab.c
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/nact/nact-icapabilities-tab.h b/src/nact/nact-icapabilities-tab.h
index ac7c94f..2a19974 100644
--- a/src/nact/nact-icapabilities-tab.h
+++ b/src/nact/nact-icapabilities-tab.h
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/nact/nact-icommand-tab.c b/src/nact/nact-icommand-tab.c
index ef846dc..3956c07 100644
--- a/src/nact/nact-icommand-tab.c
+++ b/src/nact/nact-icommand-tab.c
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/nact/nact-icommand-tab.h b/src/nact/nact-icommand-tab.h
index 965cfcc..403bbf8 100644
--- a/src/nact/nact-icommand-tab.h
+++ b/src/nact/nact-icommand-tab.h
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/nact/nact-icon-chooser.c b/src/nact/nact-icon-chooser.c
index dc0a870..cc0f5b8 100644
--- a/src/nact/nact-icon-chooser.c
+++ b/src/nact/nact-icon-chooser.c
@@ -1,23 +1,23 @@
 /*
  * Nautilus Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/nact/nact-icon-chooser.h b/src/nact/nact-icon-chooser.h
index 519efab..9eb2906 100644
--- a/src/nact/nact-icon-chooser.h
+++ b/src/nact/nact-icon-chooser.h
@@ -1,23 +1,23 @@
 /*
  * Nautilus Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/nact/nact-ienvironment-tab.c b/src/nact/nact-ienvironment-tab.c
index 5f7bf5b..e99cba0 100644
--- a/src/nact/nact-ienvironment-tab.c
+++ b/src/nact/nact-ienvironment-tab.c
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/nact/nact-ienvironment-tab.h b/src/nact/nact-ienvironment-tab.h
index 00db6b5..df46d23 100644
--- a/src/nact/nact-ienvironment-tab.h
+++ b/src/nact/nact-ienvironment-tab.h
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/nact/nact-iexecution-tab.c b/src/nact/nact-iexecution-tab.c
index 8b1e595..1e7ac0f 100644
--- a/src/nact/nact-iexecution-tab.c
+++ b/src/nact/nact-iexecution-tab.c
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/nact/nact-iexecution-tab.h b/src/nact/nact-iexecution-tab.h
index 3b1245b..9158104 100644
--- a/src/nact/nact-iexecution-tab.h
+++ b/src/nact/nact-iexecution-tab.h
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/nact/nact-ifolders-tab.c b/src/nact/nact-ifolders-tab.c
index 1109b56..ceb43c8 100644
--- a/src/nact/nact-ifolders-tab.c
+++ b/src/nact/nact-ifolders-tab.c
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/nact/nact-ifolders-tab.h b/src/nact/nact-ifolders-tab.h
index 22c6f25..38afb55 100644
--- a/src/nact/nact-ifolders-tab.h
+++ b/src/nact/nact-ifolders-tab.h
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/nact/nact-imimetypes-tab.c b/src/nact/nact-imimetypes-tab.c
index 4527390..0f0e974 100644
--- a/src/nact/nact-imimetypes-tab.c
+++ b/src/nact/nact-imimetypes-tab.c
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/nact/nact-imimetypes-tab.h b/src/nact/nact-imimetypes-tab.h
index d75bdb3..b0e0dec 100644
--- a/src/nact/nact-imimetypes-tab.h
+++ b/src/nact/nact-imimetypes-tab.h
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/nact/nact-iproperties-tab.c b/src/nact/nact-iproperties-tab.c
index 29ec1bf..dda984f 100644
--- a/src/nact/nact-iproperties-tab.c
+++ b/src/nact/nact-iproperties-tab.c
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/nact/nact-iproperties-tab.h b/src/nact/nact-iproperties-tab.h
index 964dac2..4437fef 100644
--- a/src/nact/nact-iproperties-tab.h
+++ b/src/nact/nact-iproperties-tab.h
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/nact/nact-ischemes-tab.c b/src/nact/nact-ischemes-tab.c
index 4025986..cfe80e2 100644
--- a/src/nact/nact-ischemes-tab.c
+++ b/src/nact/nact-ischemes-tab.c
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/nact/nact-ischemes-tab.h b/src/nact/nact-ischemes-tab.h
index 268a050..919104d 100644
--- a/src/nact/nact-ischemes-tab.h
+++ b/src/nact/nact-ischemes-tab.h
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/nact/nact-main-tab.c b/src/nact/nact-main-tab.c
index 1720508..ec53d30 100644
--- a/src/nact/nact-main-tab.c
+++ b/src/nact/nact-main-tab.c
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/nact/nact-main-tab.h b/src/nact/nact-main-tab.h
index 7195fd9..3eb70ef 100644
--- a/src/nact/nact-main-tab.h
+++ b/src/nact/nact-main-tab.h
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/nact/nact-main-window-def.h b/src/nact/nact-main-window-def.h
index 59c121d..1a3c8c3 100644
--- a/src/nact/nact-main-window-def.h
+++ b/src/nact/nact-main-window-def.h
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/nact/nact-main-window.c b/src/nact/nact-main-window.c
index 147717b..8c63c8e 100644
--- a/src/nact/nact-main-window.c
+++ b/src/nact/nact-main-window.c
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/nact/nact-main-window.h b/src/nact/nact-main-window.h
index c6ed407..52ec9ae 100644
--- a/src/nact/nact-main-window.h
+++ b/src/nact/nact-main-window.h
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/nact/nact-main-window.ui b/src/nact/nact-main-window.ui
index c73b3a4..8f99dd8 100644
--- a/src/nact/nact-main-window.ui
+++ b/src/nact/nact-main-window.ui
@@ -2286,7 +2286,7 @@ If unchecked, then the item will never appear in the file manager context menus
                                 <property name="can_focus">True</property>
                                 <property name="receives_default">True</property>
                                 <property name="tooltip_text" translatable="yes">Enter here the keyboard 
touch combination you suggest as a shortcut to your action.
-Note: this is not yet implemented in Nautilus-Actions.</property>
+Note: this is not yet implemented in FileManager-Actions.</property>
                               </object>
                               <packing>
                                 <property name="left_attach">1</property>
diff --git a/src/nact/nact-match-list.c b/src/nact/nact-match-list.c
index 89751d1..6fd529f 100644
--- a/src/nact/nact-match-list.c
+++ b/src/nact/nact-match-list.c
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/nact/nact-match-list.h b/src/nact/nact-match-list.h
index 07a5087..457cfe2 100644
--- a/src/nact/nact-match-list.h
+++ b/src/nact/nact-match-list.h
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/nact/nact-menu-edit.c b/src/nact/nact-menu-edit.c
index c0c0e8e..ab87957 100644
--- a/src/nact/nact-menu-edit.c
+++ b/src/nact/nact-menu-edit.c
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/nact/nact-menu-edit.h b/src/nact/nact-menu-edit.h
index 926329f..03be1d3 100644
--- a/src/nact/nact-menu-edit.h
+++ b/src/nact/nact-menu-edit.h
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/nact/nact-menu-file.c b/src/nact/nact-menu-file.c
index 8371f20..9e55e4e 100644
--- a/src/nact/nact-menu-file.c
+++ b/src/nact/nact-menu-file.c
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/nact/nact-menu-file.h b/src/nact/nact-menu-file.h
index c45c5ef..4b95f73 100644
--- a/src/nact/nact-menu-file.h
+++ b/src/nact/nact-menu-file.h
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/nact/nact-menu-view.c b/src/nact/nact-menu-view.c
index f8e5f58..27e8085 100644
--- a/src/nact/nact-menu-view.c
+++ b/src/nact/nact-menu-view.c
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/nact/nact-menu-view.h b/src/nact/nact-menu-view.h
index c0ef0b5..6fb8dd5 100644
--- a/src/nact/nact-menu-view.h
+++ b/src/nact/nact-menu-view.h
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/nact/nact-menu.c b/src/nact/nact-menu.c
index 18414b1..7afafdd 100644
--- a/src/nact/nact-menu.c
+++ b/src/nact/nact-menu.c
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/nact/nact-menu.h b/src/nact/nact-menu.h
index 05ba8d2..5b5d3d0 100644
--- a/src/nact/nact-menu.h
+++ b/src/nact/nact-menu.h
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/nact/nact-preferences-editor.c b/src/nact/nact-preferences-editor.c
index 96f0c46..2d4b2c8 100644
--- a/src/nact/nact-preferences-editor.c
+++ b/src/nact/nact-preferences-editor.c
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
@@ -729,7 +729,7 @@ root_menu_on_toggled( GtkToggleButton *button, NactPreferencesEditor *editor )
 /*
  * add an about item
  *
- * The About item is only added if the Nautilus-Actions root menu exists
+ * The About item is only added if the FileManager-Actions root menu exists
  */
 static void
 about_item_setup( NactPreferencesEditor *editor )
diff --git a/src/nact/nact-preferences-editor.h b/src/nact/nact-preferences-editor.h
index eee5737..aec5b76 100644
--- a/src/nact/nact-preferences-editor.h
+++ b/src/nact/nact-preferences-editor.h
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/nact/nact-preferences.ui b/src/nact/nact-preferences.ui
index 3f7b6d9..bce0c2c 100644
--- a/src/nact/nact-preferences.ui
+++ b/src/nact/nact-preferences.ui
@@ -4,7 +4,7 @@
   <!-- interface-naming-policy toplevel-contextual -->
   <object class="GtkDialog" id="PreferencesDialog">
     <property name="border_width">5</property>
-    <property name="title" translatable="yes">Nautilus-Actions Preferences</property>
+    <property name="title" translatable="yes">FileManager-Actions Preferences</property>
     <property name="modal">True</property>
     <property name="type_hint">dialog</property>
     <child internal-child="vbox">
@@ -113,11 +113,11 @@
                             <property name="homogeneous">True</property>
                             <child>
                               <object class="GtkCheckButton" id="CreateRootMenuButton">
-                                <property name="label" translatable="yes">_Create a root 'Nautilus-Actions' 
menu</property>
+                                <property name="label" translatable="yes">_Create a root 
'FileManager-Actions' menu</property>
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
                                 <property name="receives_default">False</property>
-                                <property name="tooltip_text" translatable="yes">When this option is 
checked, menus and actions will actually be displayed as sub-items of a root 'Nautilus-Actions' menu in the 
Nautilus context menu.</property>
+                                <property name="tooltip_text" translatable="yes">When this option is 
checked, menus and actions will actually be displayed as sub-items of a root 'FileManager-Actions' menu in 
the Nautilus context menu.</property>
                                 <property name="use_underline">True</property>
                                 <property name="draw_indicator">True</property>
                               </object>
@@ -127,12 +127,12 @@
                             </child>
                             <child>
                               <object class="GtkCheckButton" id="AddAboutButton">
-                                <property name="label" translatable="yes">Add an 'A_bout Nautilus-Actions' 
item in the Nautilus context menus</property>
+                                <property name="label" translatable="yes">Add an 'A_bout 
FileManager-Actions' item in the Nautilus context menus</property>
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
                                 <property name="receives_default">False</property>
-                                <property name="tooltip_text" translatable="yes">When this option is 
checked, an 'About Nautilus-Actions' item will be added to the root Nautilus-Actions menu in the Nautilus 
context menu.
-Note that this item will be displayed only if a unique menu is defined in the Nautilus context menu (e.g. 
when having checked the root 'Nautilus-Actions' menu option above).</property>
+                                <property name="tooltip_text" translatable="yes">When this option is 
checked, an 'About FileManager-Actions' item will be added to the root FileManager-Actions menu in the 
Nautilus context menu.
+Note that this item will be displayed only if a unique menu is defined in the Nautilus context menu (e.g. 
when having checked the root 'FileManager-Actions' menu option above).</property>
                                 <property name="use_underline">True</property>
                                 <property name="draw_indicator">True</property>
                               </object>
@@ -632,7 +632,7 @@ This command should include a 'COMMAND' keyword, which will be substituted at ru
             <child type="tab">
               <object class="GtkLabel" id="label40">
                 <property name="visible">True</property>
-                <property name="tooltip_text" translatable="yes">This tab allows the user to choose custom 
preferences for the Nautilus-Actions Configuration Tool user interface.</property>
+                <property name="tooltip_text" translatable="yes">This tab allows the user to choose custom 
preferences for the FileManager-Actions Configuration Tool user interface.</property>
                 <property name="label" translatable="yes">_UI Preferences</property>
                 <property name="use_underline">True</property>
               </object>
diff --git a/src/nact/nact-providers-list.c b/src/nact/nact-providers-list.c
index a9e3b68..c034108 100644
--- a/src/nact/nact-providers-list.c
+++ b/src/nact/nact-providers-list.c
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/nact/nact-providers-list.h b/src/nact/nact-providers-list.h
index 6ec6b97..402564d 100644
--- a/src/nact/nact-providers-list.h
+++ b/src/nact/nact-providers-list.h
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/nact/nact-schemes-list.c b/src/nact/nact-schemes-list.c
index aef77d5..3dbc7b6 100644
--- a/src/nact/nact-schemes-list.c
+++ b/src/nact/nact-schemes-list.c
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/nact/nact-schemes-list.h b/src/nact/nact-schemes-list.h
index 6a95053..1cb14f8 100644
--- a/src/nact/nact-schemes-list.h
+++ b/src/nact/nact-schemes-list.h
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/nact/nact-sort-buttons.c b/src/nact/nact-sort-buttons.c
index d8c3155..b4a5a48 100644
--- a/src/nact/nact-sort-buttons.c
+++ b/src/nact/nact-sort-buttons.c
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/nact/nact-sort-buttons.h b/src/nact/nact-sort-buttons.h
index fea9a78..bee9bed 100644
--- a/src/nact/nact-sort-buttons.h
+++ b/src/nact/nact-sort-buttons.h
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/nact/nact-statusbar.c b/src/nact/nact-statusbar.c
index ea05041..dfc96d9 100644
--- a/src/nact/nact-statusbar.c
+++ b/src/nact/nact-statusbar.c
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/nact/nact-statusbar.h b/src/nact/nact-statusbar.h
index bac2233..57b02d8 100644
--- a/src/nact/nact-statusbar.h
+++ b/src/nact/nact-statusbar.h
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context statusbar actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context statusbar actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/nact/nact-tree-ieditable.c b/src/nact/nact-tree-ieditable.c
index a28dad1..bdfc4e2 100644
--- a/src/nact/nact-tree-ieditable.c
+++ b/src/nact/nact-tree-ieditable.c
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/nact/nact-tree-ieditable.h b/src/nact/nact-tree-ieditable.h
index f10c751..41d292d 100644
--- a/src/nact/nact-tree-ieditable.h
+++ b/src/nact/nact-tree-ieditable.h
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/nact/nact-tree-model-dnd.c b/src/nact/nact-tree-model-dnd.c
index 1a08ae1..47d5e81 100644
--- a/src/nact/nact-tree-model-dnd.c
+++ b/src/nact/nact-tree-model-dnd.c
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
@@ -73,7 +73,7 @@
  *       nact_clipboard_get_from_dnd_clipboard_callback
  *     nact_clipboard_dnd_clear
  *
- * when we drop in Nautilus-Actions
+ * when we drop in FileManager-Actions
  *   call once egg_tree_multi_dnd_on_drag_data_get( treeview, context, selection_data, info=0, time )
  *   call once nact_tree_model_imulti_drag_source_drag_data_get( drag_source, context, selection_data, 
path_list, atom=XdndNautilusActions )
  *   call once nact_clipboard_get_data_for_intern_use
diff --git a/src/nact/nact-tree-model-priv.h b/src/nact/nact-tree-model-priv.h
index 8cabd3a..961f792 100644
--- a/src/nact/nact-tree-model-priv.h
+++ b/src/nact/nact-tree-model-priv.h
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/nact/nact-tree-model.c b/src/nact/nact-tree-model.c
index 649d3bc..9115d11 100644
--- a/src/nact/nact-tree-model.c
+++ b/src/nact/nact-tree-model.c
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/nact/nact-tree-model.h b/src/nact/nact-tree-model.h
index 0ee43b9..be0f52f 100644
--- a/src/nact/nact-tree-model.h
+++ b/src/nact/nact-tree-model.h
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/nact/nact-tree-view.c b/src/nact/nact-tree-view.c
index bd504f1..278a897 100644
--- a/src/nact/nact-tree-view.c
+++ b/src/nact/nact-tree-view.c
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/nact/nact-tree-view.h b/src/nact/nact-tree-view.h
index 1bbe294..650cd70 100644
--- a/src/nact/nact-tree-view.h
+++ b/src/nact/nact-tree-view.h
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/nact/nact.desktop.in b/src/nact/nact.desktop.in
index da47e5e..e77da6f 100644
--- a/src/nact/nact.desktop.in
+++ b/src/nact/nact.desktop.in
@@ -1,7 +1,7 @@
 [Desktop Entry]
 Version=1.0
 Type=Application
-_Name=Nautilus-Actions Configuration Tool
+_Name=FileManager-Actions Configuration Tool
 _Comment=Configure items to be added to the Nautilus context menus
 Exec=nautilus-actions-config-tool
 Icon=nautilus-actions
diff --git a/src/nact/nautilus-actions-config-tool.actions b/src/nact/nautilus-actions-config-tool.actions
index c8086ad..26ab591 100644
--- a/src/nact/nautilus-actions-config-tool.actions
+++ b/src/nact/nautilus-actions-config-tool.actions
@@ -12,7 +12,7 @@
           <attribute name="accel">F1</attribute>
         </item>
         <item>
-          <attribute name="label" translatable="yes">_About Nautilus-Actions</attribute>
+          <attribute name="label" translatable="yes">_About FileManager-Actions</attribute>
           <attribute name="action">app.about</attribute>
         </item>
         <item>
@@ -176,7 +176,7 @@
           <attribute name="accel">F1</attribute>
         </item>
         <item>
-          <attribute name="label" translatable="yes">_About Nautilus-Actions</attribute>
+          <attribute name="label" translatable="yes">_About FileManager-Actions</attribute>
           <attribute name="action">app.about</attribute>
         </item>
       </section>
diff --git a/src/plugin-menu/Makefile.am b/src/plugin-menu/Makefile.am
index fa050b8..43f6edc 100644
--- a/src/plugin-menu/Makefile.am
+++ b/src/plugin-menu/Makefile.am
@@ -1,22 +1,22 @@
-# Nautilus-Actions
-# A Nautilus extension which offers configurable context menu actions.
+# FileManager-Actions
+# A file-manager extension which offers configurable context menu actions.
 #
 # Copyright (C) 2005 The GNOME Foundation
 # Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
 # Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
 #
-# Nautilus-Actions is free software; you can redistribute it and/or
+# FileManager-Actions is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
 # published by the Free Software Foundation; either version 2 of
 # the License, or (at your option) any later version.
 #
-# Nautilus-Actions is distributed in the hope that it will be useful,
+# FileManager-Actions is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
 # General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with Nautilus-Actions; see the file COPYING. If not, see
+# along with FileManager-Actions; see the file COPYING. If not, see
 # <http://www.gnu.org/licenses/>.
 #
 # Authors:
diff --git a/src/plugin-menu/nautilus-actions.c b/src/plugin-menu/nautilus-actions.c
index 37de281..bd4e425 100644
--- a/src/plugin-menu/nautilus-actions.c
+++ b/src/plugin-menu/nautilus-actions.c
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
@@ -192,8 +192,8 @@ instance_init( GTypeInstance *instance, gpointer klass )
  * - whether the items list has changed (we have to reload a new pivot)
  *   > registering for notifications against NAPivot
  *
- * - whether to add the 'About Nautilus-Actions' item
- * - whether to create a 'Nautilus-Actions actions' root menu
+ * - whether to add the 'About FileManager-Actions' item
+ * - whether to create a 'FileManager-Actions actions' root menu
  *   > registering for notifications against NASettings
  */
 static void
@@ -932,9 +932,9 @@ create_root_menu( NautilusActions *plugin, GList *menu )
        root_item = nautilus_menu_item_new(
                        "NautilusActionsExtensions",
                        /* i18n: label of an automagic root submenu */
-                       _( "Nautilus-Actions actions" ),
+                       _( "FileManager-Actions actions" ),
                        /* i18n: tooltip of an automagic root submenu */
-                       _( "A submenu which embeds the currently available Nautilus-Actions actions and 
menus" ),
+                       _( "A submenu which embeds the currently available FileManager-Actions actions and 
menus" ),
                        na_about_get_icon_name());
        attach_submenu_to_item( root_item, menu );
        nautilus_menu = g_list_append( NULL, root_item );
@@ -978,8 +978,8 @@ add_about_item( NautilusActions *plugin, GList *menu )
        if( have_root_menu ){
                about_item = nautilus_menu_item_new(
                                "AboutNautilusActions",
-                               _( "About Nautilus-Actions" ),
-                               _( "Display some information about Nautilus-Actions" ),
+                               _( "About FileManager-Actions" ),
+                               _( "Display some information about FileManager-Actions" ),
                                na_about_get_icon_name());
 
                g_signal_connect_data(
diff --git a/src/plugin-menu/nautilus-actions.h b/src/plugin-menu/nautilus-actions.h
index bf33a3c..60d3218 100644
--- a/src/plugin-menu/nautilus-actions.h
+++ b/src/plugin-menu/nautilus-actions.h
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/plugin-menu/nautilus-module.c b/src/plugin-menu/nautilus-module.c
index 1637c86..c32f1f8 100644
--- a/src/plugin-menu/nautilus-module.c
+++ b/src/plugin-menu/nautilus-module.c
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
@@ -141,7 +141,7 @@ set_log_handler( void )
 
 /*
  * we used to install a log handler for each and every log domain used
- * in Nautilus-Actions ; this led to a fastidious enumeration
+ * in FileManager-Actions ; this led to a fastidious enumeration
  * instead we install a default log handler which will receive all
  * debug messages, i.e. not only from N-A, but also from other code
  * in the Nautilus process
diff --git a/src/plugin-tracker/Makefile.am b/src/plugin-tracker/Makefile.am
index 5eb6282..b4aaab2 100644
--- a/src/plugin-tracker/Makefile.am
+++ b/src/plugin-tracker/Makefile.am
@@ -1,22 +1,22 @@
-# Nautilus-Actions
-# A Nautilus extension which offers configurable context menu actions.
+# FileManager-Actions
+# A file-manager extension which offers configurable context menu actions.
 #
 # Copyright (C) 2005 The GNOME Foundation
 # Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
 # Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
 #
-# Nautilus-Actions is free software; you can redistribute it and/or
+# FileManager-Actions is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
 # published by the Free Software Foundation; either version 2 of
 # the License, or (at your option) any later version.
 #
-# Nautilus-Actions is distributed in the hope that it will be useful,
+# FileManager-Actions is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
 # General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with Nautilus-Actions; see the file COPYING. If not, see
+# along with FileManager-Actions; see the file COPYING. If not, see
 # <http://www.gnu.org/licenses/>.
 #
 # Authors:
diff --git a/src/plugin-tracker/na-tracker-plugin.c b/src/plugin-tracker/na-tracker-plugin.c
index 290a271..1ea4e54 100644
--- a/src/plugin-tracker/na-tracker-plugin.c
+++ b/src/plugin-tracker/na-tracker-plugin.c
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
@@ -116,7 +116,7 @@ set_log_handler( void )
 
 /*
  * we used to install a log handler for each and every log domain used
- * in Nautilus-Actions ; this led to a fastidious enumeration
+ * in FileManager-Actions ; this led to a fastidious enumeration
  * instead we install a default log handler which will receive all
  * debug messages, i.e. not only from N-A, but also from other code
  * in the Nautilus process
diff --git a/src/plugin-tracker/na-tracker.c b/src/plugin-tracker/na-tracker.c
index 0b28681..42ee6e9 100644
--- a/src/plugin-tracker/na-tracker.c
+++ b/src/plugin-tracker/na-tracker.c
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/plugin-tracker/na-tracker.h b/src/plugin-tracker/na-tracker.h
index c2f2696..d9c9fc7 100644
--- a/src/plugin-tracker/na-tracker.h
+++ b/src/plugin-tracker/na-tracker.h
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/utils/Makefile.am b/src/utils/Makefile.am
index 3ee974d..13a082e 100644
--- a/src/utils/Makefile.am
+++ b/src/utils/Makefile.am
@@ -1,22 +1,22 @@
-# Nautilus-Actions
-# A Nautilus extension which offers configurable context menu actions.
+# FileManager-Actions
+# A file-manager extension which offers configurable context menu actions.
 #
 # Copyright (C) 2005 The GNOME Foundation
 # Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
 # Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
 #
-# Nautilus-Actions is free software; you can redistribute it and/or
+# FileManager-Actions is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
 # published by the Free Software Foundation; either version 2 of
 # the License, or (at your option) any later version.
 #
-# Nautilus-Actions is distributed in the hope that it will be useful,
+# FileManager-Actions is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
 # General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with Nautilus-Actions; see the file COPYING. If not, see
+# along with FileManager-Actions; see the file COPYING. If not, see
 # <http://www.gnu.org/licenses/>.
 #
 # Authors:
diff --git a/src/utils/console-utils.c b/src/utils/console-utils.c
index 71552ad..55560fd 100644
--- a/src/utils/console-utils.c
+++ b/src/utils/console-utils.c
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/utils/console-utils.h b/src/utils/console-utils.h
index dd4738b..5420bf8 100644
--- a/src/utils/console-utils.h
+++ b/src/utils/console-utils.h
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/utils/na-delete-xmltree.c b/src/utils/na-delete-xmltree.c
index 196b4bb..afb4074 100644
--- a/src/utils/na-delete-xmltree.c
+++ b/src/utils/na-delete-xmltree.c
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/utils/na-gconf2key.sh.in b/src/utils/na-gconf2key.sh.in
index 1713a6f..9e8f720 100644
--- a/src/utils/na-gconf2key.sh.in
+++ b/src/utils/na-gconf2key.sh.in
@@ -1,23 +1,23 @@
 #!/bin/ksh
-# Nautilus-Actions
-# A Nautilus extension which offers configurable context menu actions.
+# FileManager-Actions
+# A file-manager extension which offers configurable context menu actions.
 #
 # Copyright (C) 2005 The GNOME Foundation
 # Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
 # Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
 #
-# Nautilus-Actions is free software; you can redistribute it and/or
+# FileManager-Actions is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
 # published by the Free Software Foundation; either version 2 of
 # the License, or (at your option) any later version.
 #
-# Nautilus-Actions is distributed in the hope that it will be useful,
+# FileManager-Actions is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
 # General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with Nautilus-Actions; see the file COPYING. If not, see
+# along with FileManager-Actions; see the file COPYING. If not, see
 # <http://www.gnu.org/licenses/>.
 #
 # Authors:
@@ -94,7 +94,7 @@ function msg_help
        echo "
  This program is meant to safely migrate items, menus and actions, and
  preferences from GConf to .desktop files.
- Users items and preferences are automatically migrated when Nautilus-Actions
+ Users items and preferences are automatically migrated when FileManager-Actions
  menu plugin is loaded by Nautilus file-manager, or when one of the utilities
  is run by the user.
  A system administrator should nonetheless run himself this script with '--admin'
diff --git a/src/utils/na-print-schemas.c b/src/utils/na-print-schemas.c
index d06f951..ced228c 100644
--- a/src/utils/na-print-schemas.c
+++ b/src/utils/na-print-schemas.c
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
@@ -159,7 +159,7 @@ init_options( void )
        GOptionGroup *type_group;
        GOptionGroup *misc_group;
 
-       context = g_option_context_new( _( "Output the Nautilus-Actions GConf schemas on stdout." ));
+       context = g_option_context_new( _( "Output the FileManager-Actions GConf schemas on stdout." ));
        g_option_context_set_translation_domain( context, GETTEXT_PACKAGE );
 
        g_option_context_set_summary( context, _(
diff --git a/src/utils/na-set-conf.c b/src/utils/na-set-conf.c
index 2dcc219..a4a9b90 100644
--- a/src/utils/na-set-conf.c
+++ b/src/utils/na-set-conf.c
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/utils/nautilus-actions-new.c b/src/utils/nautilus-actions-new.c
index 9c93aa0..da40fa9 100644
--- a/src/utils/nautilus-actions-new.c
+++ b/src/utils/nautilus-actions-new.c
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
@@ -354,7 +354,7 @@ init_options( void )
        g_option_context_set_summary( context, _(
                        "The created action defaults to be written to stdout.\n"
                        "It can also be written to an output folder, in a file later suitable for an import 
in NACT.\n"
-                       "Or you may choose to directly write the action into your Nautilus-Actions 
configuration." ));
+                       "Or you may choose to directly write the action into your FileManager-Actions 
configuration." ));
 
        g_option_context_set_translation_domain( context, GETTEXT_PACKAGE );
 
diff --git a/src/utils/nautilus-actions-print.c b/src/utils/nautilus-actions-print.c
index fd962fa..6506d37 100644
--- a/src/utils/nautilus-actions-print.c
+++ b/src/utils/nautilus-actions-print.c
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/src/utils/nautilus-actions-run.c b/src/utils/nautilus-actions-run.c
index e25d858..c265d37 100644
--- a/src/utils/nautilus-actions-run.c
+++ b/src/utils/nautilus-actions-run.c
@@ -1,23 +1,23 @@
 /*
- * Nautilus-Actions
- * A Nautilus extension which offers configurable context menu actions.
+ * FileManager-Actions
+ * A file-manager extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
  * Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
  *
- * Nautilus-Actions is free software; you can redistribute it and/or
+ * FileManager-Actions is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  *
- * Nautilus-Actions is distributed in the hope that it will be useful,
+ * FileManager-Actions is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Nautilus-Actions; see the file COPYING. If not, see
+ * along with FileManager-Actions; see the file COPYING. If not, see
  * <http://www.gnu.org/licenses/>.
  *
  * Authors:
diff --git a/tools/Makefile.am b/tools/Makefile.am
index 4509151..5565b5e 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -1,22 +1,22 @@
-# Nautilus-Actions
-# A Nautilus extension which offers configurable context menu actions.
+# FileManager-Actions
+# A file-manager extension which offers configurable context menu actions.
 #
 # Copyright (C) 2005 The GNOME Foundation
 # Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
 # Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
 #
-# Nautilus-Actions is free software; you can redistribute it and/or
+# FileManager-Actions is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
 # published by the Free Software Foundation; either version 2 of
 # the License, or (at your option) any later version.
 #
-# Nautilus-Actions is distributed in the hope that it will be useful,
+# FileManager-Actions is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
 # General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with Nautilus-Actions; see the file COPYING. If not, see
+# along with FileManager-Actions; see the file COPYING. If not, see
 # <http://www.gnu.org/licenses/>.
 #
 # Authors:


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]