[nautilus-actions] Menubar: do not talk about XML files on import/export
- From: Pierre Wieser <pwieser src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus-actions] Menubar: do not talk about XML files on import/export
- Date: Thu, 22 Dec 2011 00:07:08 +0000 (UTC)
commit ad186b82d18cc028061abe62c43f51987a6ffb28
Author: Pierre Wieser <pwieser trychlos org>
Date: Tue Dec 20 19:49:28 2011 +0100
Menubar: do not talk about XML files on import/export
ChangeLog | 2 ++
src/nact/nact-menubar.c | 4 ++--
2 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 5e23aa9..b6a61ce 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2011-12-20 Pierre Wieser <pwieser trychlos org>
+ * src/nact/nact-menubar.c: Do not talk about XML files on import/export.
+
* src/nact/nact-assistant-import.c
(prepare_confirm, prepare_importdone):
Force immediate redraw with Gtk2.
diff --git a/src/nact/nact-menubar.c b/src/nact/nact-menubar.c
index 6f58410..b314a9d 100644
--- a/src/nact/nact-menubar.c
+++ b/src/nact/nact-menubar.c
@@ -127,11 +127,11 @@ static const GtkActionEntry entries[] = {
{ "ImportItem" , GTK_STOCK_CONVERT, N_( "_Import assistant..." ), "",
/* i18n: tooltip displayed in the status bar when selecting the Import item */
- N_( "Import one or more actions from external (XML) files into your configuration" ),
+ N_( "Import one or more actions from external files into your configuration" ),
G_CALLBACK( nact_menubar_tools_on_import ) },
{ "ExportItem", NULL, N_( "E_xport assistant..." ), NULL,
/* i18n: tooltip displayed in the status bar when selecting the Export item */
- N_( "Export one or more actions from your configuration to external XML files" ),
+ N_( "Export one or more actions from your configuration to external files" ),
G_CALLBACK( nact_menubar_tools_on_export ) },
{ "DumpSelectionItem", NULL, N_( "_Dump the selection" ), NULL,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]