[anjuta] Revert "am-project: Fix typos overwritting -> overwriting"
- From: Sebastien Granjoux <sgranjoux src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [anjuta] Revert "am-project: Fix typos overwritting -> overwriting"
- Date: Sat, 7 Mar 2015 17:01:02 +0000 (UTC)
commit efbaf7dba49bca04d8b030edfea56929cf9b5066
Author: Sébastien Granjoux <seb sfo free fr>
Date: Sat Mar 7 17:59:39 2015 +0100
Revert "am-project: Fix typos overwritting -> overwriting"
This reverts commit 0512e908086c0ecf6521541ffbf9205662e261fa.
plugins/am-project/am-properties.c | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/plugins/am-project/am-properties.c b/plugins/am-project/am-properties.c
index 556b0ca..7de2aeb 100644
--- a/plugins/am-project/am-properties.c
+++ b/plugins/am-project/am-properties.c
@@ -473,7 +473,7 @@ static AmpPropertyInfo AmpTargetNodeProperties[] = {
N_("Do not use prefix:"),
ANJUTA_PROJECT_PROPERTY_BOOLEAN,
ANJUTA_PROJECT_PROPERTY_READ_ONLY | ANJUTA_PROJECT_PROPERTY_STATIC,
- N_("Do not rename the target with an optional prefix, used to avoid overwriting
system program. ")},
+ N_("Do not rename the target with an optional prefix, used to avoid overwritting
system program. ")},
AM_TOKEN__PROGRAMS, 1, NULL,
AM_PROPERTY_IN_MAKEFILE,
"0"
@@ -648,7 +648,7 @@ static AmpPropertyInfo AmpProgramTargetProperties[] = {
N_("Do not use prefix:"),
ANJUTA_PROJECT_PROPERTY_BOOLEAN,
ANJUTA_PROJECT_PROPERTY_READ_WRITE | ANJUTA_PROJECT_PROPERTY_STATIC,
- N_("Do not rename the target with an optional prefix, used to avoid overwriting
system program. ")},
+ N_("Do not rename the target with an optional prefix, used to avoid overwritting
system program. ")},
AM_TOKEN__PROGRAMS, 1, "notrans_",
AM_PROPERTY_IN_MAKEFILE,
"0"
@@ -823,7 +823,7 @@ static AmpPropertyInfo AmpLibraryTargetProperties[] = {
N_("Do not use prefix:"),
ANJUTA_PROJECT_PROPERTY_BOOLEAN,
ANJUTA_PROJECT_PROPERTY_READ_WRITE | ANJUTA_PROJECT_PROPERTY_STATIC,
- N_("Do not rename the target with an optional prefix, used to avoid overwriting
system program. ")},
+ N_("Do not rename the target with an optional prefix, used to avoid overwritting
system program. ")},
AM_TOKEN__PROGRAMS, 1, "notrans_",
AM_PROPERTY_IN_MAKEFILE,
"0"
@@ -999,7 +999,7 @@ static AmpPropertyInfo AmpModuleTargetProperties[] = {
N_("Do not use prefix:"),
ANJUTA_PROJECT_PROPERTY_BOOLEAN,
ANJUTA_PROJECT_PROPERTY_READ_WRITE | ANJUTA_PROJECT_PROPERTY_STATIC,
- N_("Do not rename the target with an optional prefix, used to avoid overwriting
system program. ")},
+ N_("Do not rename the target with an optional prefix, used to avoid overwritting
system program. ")},
AM_TOKEN__PROGRAMS, 1, "notrans_",
AM_PROPERTY_IN_MAKEFILE,
"0"
@@ -1036,7 +1036,7 @@ static AmpPropertyInfo AmpManTargetProperties[] = {
N_("Do not use prefix:"),
ANJUTA_PROJECT_PROPERTY_BOOLEAN,
ANJUTA_PROJECT_PROPERTY_READ_WRITE | ANJUTA_PROJECT_PROPERTY_STATIC,
- N_("Do not rename the target with an optional prefix, used to avoid overwriting
system program. ")},
+ N_("Do not rename the target with an optional prefix, used to avoid overwritting
system program. ")},
AM_TOKEN__PROGRAMS, 1, "notrans_",
AM_PROPERTY_IN_MAKEFILE,
"0"
@@ -1110,7 +1110,7 @@ static AmpPropertyInfo AmpDataTargetProperties[] = {
N_("Do not use prefix:"),
ANJUTA_PROJECT_PROPERTY_BOOLEAN,
ANJUTA_PROJECT_PROPERTY_READ_WRITE | ANJUTA_PROJECT_PROPERTY_STATIC,
- N_("Do not rename the target with an optional prefix, used to avoid overwriting
system program. ")},
+ N_("Do not rename the target with an optional prefix, used to avoid overwritting
system program. ")},
AM_TOKEN__PROGRAMS, 1, "notrans_",
AM_PROPERTY_IN_MAKEFILE,
"0"
@@ -1183,7 +1183,7 @@ static AmpPropertyInfo AmpScriptTargetProperties[] = {
N_("Do not use prefix:"),
ANJUTA_PROJECT_PROPERTY_BOOLEAN,
ANJUTA_PROJECT_PROPERTY_READ_WRITE | ANJUTA_PROJECT_PROPERTY_STATIC,
- N_("Do not rename the target with an optional prefix, used to avoid overwriting
system program. ")},
+ N_("Do not rename the target with an optional prefix, used to avoid overwritting
system program. ")},
AM_TOKEN__PROGRAMS, 1, "notrans_",
AM_PROPERTY_IN_MAKEFILE
},
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]