[anjuta] am-project: "Fortran" instead of "Fortan" is the name of the programming language



commit d8991f721ddd74631bb6c4900ce4f3f825fcad47
Author: Johannes Schmid <jhs gnome org>
Date:   Thu Jan 6 15:05:56 2011 +0100

    am-project: "Fortran" instead of "Fortan" is the name of the programming language

 plugins/am-project/am-properties.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/plugins/am-project/am-properties.c b/plugins/am-project/am-properties.c
index b8d7f35..8546d2a 100644
--- a/plugins/am-project/am-properties.c
+++ b/plugins/am-project/am-properties.c
@@ -142,7 +142,7 @@ static AmpProperty AmpGroupNodeProperties[] =
 		AM_PROPERTY_IN_MAKEFILE
 	},
 	{
-		{N_("Fortan compiler flags:"),
+		{N_("Fortran compiler flags:"),
 			ANJUTA_PROJECT_PROPERTY_LIST,
 			ANJUTA_PROJECT_PROPERTY_READ_WRITE,
 			N_("Common additional Fortran compiler flags for all targets in this group.")},
@@ -269,7 +269,7 @@ static AmpProperty AmpTargetNodeProperties[] = {
 		AM_PROPERTY_IN_MAKEFILE
 	},
 	{
-		{N_("Fortan compiler flags:"),	
+		{N_("Fortran compiler flags:"),	
 			ANJUTA_PROJECT_PROPERTY_LIST,
 			ANJUTA_PROJECT_PROPERTY_READ_WRITE,
 			N_("Additional Fortran compiler flags for this target.")},
@@ -421,7 +421,7 @@ static AmpProperty AmpProgramTargetProperties[] = {
 		AM_PROPERTY_IN_MAKEFILE
 	},
 	{
-		{N_("Fortan compiler flags:"),	
+		{N_("Fortran compiler flags:"),	
 			ANJUTA_PROJECT_PROPERTY_LIST,
 			ANJUTA_PROJECT_PROPERTY_READ_WRITE,
 			N_("Additional Fortran compiler flags for this target.")},
@@ -573,7 +573,7 @@ static AmpProperty AmpLibraryTargetProperties[] = {
 		AM_PROPERTY_IN_MAKEFILE
 	},
 	{
-		{N_("Fortan compiler flags:"),	
+		{N_("Fortran compiler flags:"),	
 			ANJUTA_PROJECT_PROPERTY_LIST,
 			ANJUTA_PROJECT_PROPERTY_READ_WRITE,
 			N_("Additional Fortran compiler flags for this target.")},



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