[anjuta] project-wizard: bgo #627595 - Ambiguous strings for translation



commit 8a68e5b2f903361169c5e5f3e1b5312e2bdd9c4d
Author: Sébastien Granjoux <seb sfo free fr>
Date:   Sun Aug 22 15:43:07 2010 +0200

    project-wizard: bgo #627595 - Ambiguous strings for translation

 plugins/project-wizard/plugin.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/project-wizard/plugin.c b/plugins/project-wizard/plugin.c
index 48302a5..37360e7 100644
--- a/plugins/project-wizard/plugin.c
+++ b/plugins/project-wizard/plugin.c
@@ -47,7 +47,7 @@ npw_open_project_template (GFile *destination, GFile *tarfile, gpointer data, GE
 	{
 		gchar *tarname = g_file_get_path (tarfile);
 		
-		anjuta_util_dialog_error (GTK_WINDOW (ANJUTA_PLUGIN (plugin)->shell),_("Unable to extrat project template %s: %s"), tarname, error->message);
+		anjuta_util_dialog_error (GTK_WINDOW (ANJUTA_PLUGIN (plugin)->shell),_("Unable to extract project template %s: %s"), tarname, error->message);
 	}
 	else
 	{



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