Bug 23478 - remove duplicate part of msgid
Summary: remove duplicate part of msgid
Status: RESOLVED NOTABUG
Alias: None
Product: PackageKit
Classification: Unclassified
Component: General (show other bugs)
Version: unspecified
Hardware: Other All
: lowest trivial
Assignee: Richard Hughes
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-24 00:55 UTC by Ivan Masár
Modified: 2018-08-21 15:52 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments

Description Ivan Masár 2009-08-24 00:55:38 UTC
This sentence is part of multiple msgids and should be moved to a separate msgid so that it will need to be translated only once.

"More information is available in the detailed report."
Comment 1 Richard Hughes 2009-08-24 02:15:19 UTC
I'm not sure how to do that as I need to return a const char*, and can't append them and return a char* -- got any ideas?
Comment 2 Ivan Masár 2009-08-24 03:05:45 UTC
I do very little programming in C but I think your assumption you cannot write to a const char * is wrong. After all, _() (shortcut for gettext()) returns a char *, so it is writing to const char *.

If I'm wrong, please close this bug as WONTFIX because it's really not worth the effort.
Comment 3 Ivan Masár 2009-08-24 03:10:09 UTC
Here's something that may help:
http://answers.yahoo.com/question/index?qid=20080913101931AALnVP9
Comment 4 Richard Hughes 2018-08-21 15:52:43 UTC
We moved the upstream bugtracker to GitHub a long time ago. If this issue still affects you please re-create the issue here: https://github.com/hughsie/PackageKit/issues
 
Sorry for the impersonal message, and fingers crossed your issue no longer happens. Thanks.


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.