diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2011-02-10 17:38:16 +0100 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2011-02-10 17:38:16 +0100 |
commit | edc0ef102b5100acb6930ff27c4296eb101a35e7 (patch) | |
tree | 21d6ea9f3711aa2f60b49f9365035099cac98f53 /test | |
parent | 4c6cf49317769725fee34a132c52ec1fe076b8b5 (diff) |
* merged lp:~evfool/apt/fix641673
- String-fix in the source and the translations for the grammatical
mistake reported in bug LP: #641673, thanks to Robert Roth
Diffstat (limited to 'test')
-rw-r--r-- | test/integration/framework | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/integration/framework b/test/integration/framework index fe1db14bc..fe0ffb64f 100644 --- a/test/integration/framework +++ b/test/integration/framework @@ -590,12 +590,12 @@ testequalor2() { } testshowvirtual() { - local VIRTUAL="N: Can't select versions from package '$1' as it purely virtual" + local VIRTUAL="N: Can't select versions from package '$1' as it is purely virtual" local PACKAGE="$1" shift while [ -n "$1" ]; do VIRTUAL="${VIRTUAL} -N: Can't select versions from package '$1' as it purely virtual" +N: Can't select versions from package '$1' as it is purely virtual" PACKAGE="${PACKAGE} $1" shift done |