[nautilus-actions] Fix minor typo



commit 11e4d407b36bc7436c095ae98a1feff4e26ce470
Author: pierre <pierre vfedora10 virtuals pwi>
Date:   Tue Jun 29 13:38:26 2010 +0200

    Fix minor typo

 src/nact/nact-assistant-import.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/nact/nact-assistant-import.c b/src/nact/nact-assistant-import.c
index e0fe84d..84247b8 100644
--- a/src/nact/nact-assistant-import.c
+++ b/src/nact/nact-assistant-import.c
@@ -822,7 +822,7 @@ prepare_importdone( NactAssistantImport *window, GtkAssistant *assistant, GtkWid
 			window->private->items = g_list_prepend( window->private->items, str->item );
 
 		} else {
-			/* i18n: indicate that the file was not iported */
+			/* i18n: indicate that the file was not imported */
 			tmp = g_strdup_printf( "%s\t\t%s\n", text, _( "Not imported" ));
 			g_free( text );
 			text = tmp;



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