Here: #: ../bin/drakguard:309 #, c-format msgid "The support for Access Control Lists was enabled." #: ../bin/drakguard:309 ../bin/drakguard:317 #, c-format msgid "It is necessary to restart your computer to activate it." The two messages are shown without space between them after the dot. The message in the window is shown like this: "The support for Access Control Lists was enabled.It is necessary to restart your computer to activate it."
Source RPM: (none) => drakguard
Keywords: (none) => Junior_job
Fixed in SVN.
CC: (none) => mageia
We need also a fix in the po file iirc
Assignee: dmorganec => mageia-i18n
Oliver, can you please edit the source file on transiflex to add a carriage return please?
CC: (none) => oliver.bgr
Will do. I just read this, sorry for the delay.
The pot file (as well in trunk as in branches/1) were not changed in the last few months. So what should I fix? I'm a bit puzzled...
Oliver, in fact I added a carriage return in the cauldron pot file... I thought it was a "cauldron only" bug.
That's the problem. According to the svn, you did not. Did you by any chance forget to commit it? http://svnweb.mageia.org/soft/drakguard/trunk/po/drakguard.pot?view=log
(In reply to comment #6) > Oliver, in fact I added a carriage return in the cauldron pot file... I thought > it was a "cauldron only" bug. hum this is wrong, you need to modify the code too or the string will never be used by drakguard iirc
CC: (none) => dmorganec
CC: (none) => djmarian4uSummary: A space needed in drakguard.po => a space needed in drakguard.po
Created attachment 2059 [details] A screenshot for this report Still present in Mageia 2 beta 3
Removing assignment to mageia-i18n, since this is not a translation bug. According to Sophie, the package has no maintainer, so I don't know whom to assign the bug to. A space or carriage return must be added in the source code IINM, and the po files wouldn't have to be changed.
CC: (none) => remiAssignee: mageia-i18n => bugsquadSummary: a space needed in drakguard.po => a space needed in a drakguard stringSeverity: minor => enhancement
CC: (none) => ennael1
>According to Sophie, the package has no maintainer, so I don't know whom to >assign the bug to. I have added all committer of the package (only two)
Version: 1 => Cauldron
Pinging contributors who fixed things in drakguard, you might be able to fix this bug pretty easily. The line which should be changed is this one: $in->ask_warn(N("Warning"), N("The support for Access Control Lists was enabled.") . N("It is necessary to restart your computer to activate it.")); There is an other occurence following the same scheme, it might lack a space too: $in->ask_warn(N("Warning"), N("The support for Access Control Lists, required by the Block programs feature, is enabled, but not yet activated.") . N("It is necessary to restart your computer to activate it."), $acl_active = 0); I don't know Perl so I can't say how to hardcode the carriage return. It can also be added *inside* the first string, but then the pot and po files have to be regenerated and fixed without fuzzying the translations, so I think changing the code is better.
CC: (none) => derekjenn, jani.valimaa
commit 972ac98bcd891bf6f7eda1b3462a13726bc6a8e2 Author: Thierry Vignaud <thierry.vignaud@...> Date: Sun Jan 19 17:05:54 2014 +0100 add missing spaces (mga#2583) --- Commit Link: http://gitweb.mageia.org/software/drakguard/commit/?id=972ac98bcd891bf6f7eda1b3462a13726bc6a8e2
Fixed in git
Status: NEW => RESOLVEDCC: (none) => thierry.vignaudResolution: (none) => FIXED