Bug 102529 - Unwanted space character in string
Summary: Unwanted space character in string
Status: RESOLVED FIXED
Alias: None
Product: PackageKit
Classification: Unclassified
Component: client-library (show other bugs)
Version: unspecified
Hardware: All All
: medium trivial
Assignee: Richard Hughes
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-09-03 14:53 UTC by Yuri Myasoedov
Modified: 2017-09-04 17:43 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Yuri Myasoedov 2017-09-03 14:53:29 UTC
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;
Comment 1 Richard Hughes 2017-09-04 17:43:57 UTC
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.