diff options
author | lpsolit%gmail.com <> | 2007-07-13 22:16:06 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2007-07-13 22:16:06 +0200 |
commit | 5ab86735ff66381698b1e8e0bc587970dacc69fe (patch) | |
tree | dafa13576648805699686cbeb91ee3077f801e54 /Bugzilla/Install | |
parent | ff222adc4a6cb0349f7642d61bb63d2ff970607c (diff) | |
download | bugzilla-5ab86735ff66381698b1e8e0bc587970dacc69fe.tar.gz bugzilla-5ab86735ff66381698b1e8e0bc587970dacc69fe.tar.xz |
Bug 387678: Warnings thrown when running ./runtests -v 11 - Patch by Frédéric Buclin <LpSolit@gmail.com> r=dkl a=LpSolit
Diffstat (limited to 'Bugzilla/Install')
-rw-r--r-- | Bugzilla/Install/Util.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Install/Util.pm b/Bugzilla/Install/Util.pm index 32860732b..a590238e4 100644 --- a/Bugzilla/Install/Util.pm +++ b/Bugzilla/Install/Util.pm @@ -430,7 +430,7 @@ This allows for localization of strings used during installation. Let's say your template string looks like this: The ##animal## jumped over the ##plant##. - + Let's say that string is called 'animal_jump_plant'. So you call the function like this: |