From: Danilo Figueiredo Rocha Date: Wed, 4 Jul 2018 19:37:44 +0000 (-0300) Subject: Fixed wrong value parsed when selected (show completed jobs) X-Git-Tag: v2.3b6~122^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a552da601d5455bbf9a8b34f4d4e91aa1c18aeef;p=thirdparty%2Fcups.git Fixed wrong value parsed when selected (show completed jobs) --- diff --git a/templates/pt_BR/jobs-header.tmpl b/templates/pt_BR/jobs-header.tmpl index 7b977193ff..91f061a13e 100644 --- a/templates/pt_BR/jobs-header.tmpl +++ b/templates/pt_BR/jobs-header.tmpl @@ -1,5 +1,5 @@ {?which_jobs=?:
} -{?which_jobs=completed?:
} +{?which_jobs=completed?:
} {?which_jobs=all?:
}

{?which_jobs=?Jobs listed in print order; held jobs appear first.:{which_jobs=Jobs listed in ascending order.?:Jobs listed in descending order.}}