summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Quinson <martin.quinson@loria.fr>2013-12-08 23:32:08 +0100
committerMartin Quinson <martin.quinson@loria.fr>2013-12-08 23:32:52 +0100
commit5217641b8998a6fef1742814545c07014dea2e35 (patch)
tree4f5370a099d1e29347c76c930722df8fa31a0810
parenteeb69930c83314c4ebf659f82cd28241b6b79e7b (diff)
downloadquilt-5217641b8998a6fef1742814545c07014dea2e35.tar.gz
make some more strings as translatable
-rw-r--r--quilt.changes5
-rw-r--r--quilt/mail.in6
-rw-r--r--quilt/setup.in2
3 files changed, 9 insertions, 4 deletions
diff --git a/quilt.changes b/quilt.changes
index b917875..b63bbbf 100644
--- a/quilt.changes
+++ b/quilt.changes
@@ -1,4 +1,9 @@
-------------------------------------------------------------------
+Sun Dec 8 23:32:16 CET 2013 - mquinson@debian.org
+
+- Mark some more strings as translatable
+
+-------------------------------------------------------------------
Sun Dec 8 21:50:33 CET 2013 - mquinson@debian.org
- configure*: Bump version to 0.61 "better releasing quilt than working"
diff --git a/quilt/mail.in b/quilt/mail.in
index 8b682d5..109782a 100644
--- a/quilt/mail.in
+++ b/quilt/mail.in
@@ -186,7 +186,7 @@ do
-m)
if [ -n "$opt_message" ]
then
- echo "Introduction message already specified" >&2
+ echo $"Introduction message already specified" >&2
exit 1
fi
opt_message=$2
@@ -194,7 +194,7 @@ do
-M)
if [ -n "$opt_message" ]
then
- echo "Introduction message already specified" >&2
+ echo $"Introduction message already specified" >&2
exit 1
fi
opt_message=$(< "$2")
@@ -256,7 +256,7 @@ fi
# check if formail is installed before doing anything
if ! type formail &> /dev/null
then
- echo "You have to install 'formail' to use 'quilt mail'" >&2
+ echo $"You have to install 'formail' to use 'quilt mail'" >&2
exit 1
fi
diff --git a/quilt/setup.in b/quilt/setup.in
index cc1c72e..0930a89 100644
--- a/quilt/setup.in
+++ b/quilt/setup.in
@@ -249,7 +249,7 @@ done < $tmpfile
if ! check_for_existing_files
then
- echo "Trying alternative patches and series names..." >&2
+ echo $"Trying alternative patches and series names..." >&2
QUILT_PATCHES=quilt_patches
QUILT_SERIES=quilt_series
check_for_existing_files || exit 1