summaryrefslogtreecommitdiff
path: root/debian/templates
diff options
context:
space:
mode:
Diffstat (limited to 'debian/templates')
-rw-r--r--debian/templates6
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/templates b/debian/templates
index 565c703..87f634b 100644
--- a/debian/templates
+++ b/debian/templates
@@ -11,10 +11,10 @@ Template: etckeeper/unclean
Type: boolean
Default: true
#flag:translate!:3
-_Description: Commit changed files in /etc to git?
+_Description: Commit changed files in /etc to ${VCS}?
The /etc directory contains uncommitted files
or other changes. It's best for all files in /etc to be committed
- to git before running APT. Added and changed files listed below can
+ to ${VCS} before running APT. Added and changed files listed below can
be committed automatically:
.
${STATUS}
@@ -22,7 +22,7 @@ _Description: Commit changed files in /etc to git?
Template: etckeeper/commit_failed
Type: error
_Description: Commit failed
- An attempt to commit /etc changes to git failed.
+ An attempt to commit /etc changes to ${VCS} failed.
.
You may manually resolve the issues with the uncommitted changes
before continuing.