[anjuta] pm: unmark an EOL as translatable



commit b61096952e6477461b17def7ba7056586ff76a83
Author: Sébastien Granjoux <seb sfo free fr>
Date:   Sun Jan 17 18:00:55 2010 +0100

    pm: unmark an EOL as translatable

 plugins/project-manager/plugin.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/project-manager/plugin.c b/plugins/project-manager/plugin.c
index 3e1e26f..12f713b 100644
--- a/plugins/project-manager/plugin.c
+++ b/plugins/project-manager/plugin.c
@@ -730,7 +730,7 @@ confirm_removal (ProjectManagerPlugin *plugin, GList *selected)
 
 	if (group || source)
 	{
-		g_string_append (mesg, _("\n"));
+		g_string_append (mesg, "\n");
 		if (group)
 			g_string_append (mesg, _("The group will not be deleted from the file system."));
 		if (source)



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