| Summary: | Unwanted space character in string | ||
|---|---|---|---|
| Product: | PackageKit | Reporter: | Yuri Myasoedov <ymyasoedov> |
| Component: | client-library | Assignee: | Richard Hughes <richard> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | trivial | ||
| Priority: | medium | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
| i915 platform: | i915 features: | ||
commit a358d23611144d1ca6372bfe12c8231dbb9c17a7 (HEAD -> master) Author: Richard Hughes <richard@hughsie.com> Date: Mon Sep 4 18:40:34 2017 +0100 trivial: Fix unwanted space char in translation Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=102529 |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.
There is an unwanted space character in the string "Bug fix ": lib/packagekit-glib2/pk-enum.c: case PK_INFO_ENUM_BUGFIX: /* TRANSLATORS: The type of update */ text = dgettext("PackageKit", "Bug fix "); break;