I found this string in anaconda:
#: ../gui.py:638 ../text.py:283 #, python-format msgid "" "The following error was found while parsing your kickstart configuration:n\n" "%s"
The question is if that "n" after the colon in "configuration:n" should be there or not. Jeremy?
Thanks!
/Josep
On Tue, 2004-06-08 at 22:30 +0200, Josep Puigdemont wrote:
I found this string in anaconda:
[snip]
The question is if that "n" after the colon in "configuration:n" should be there or not. Jeremy?
Typo, should be \n.
I've corrected it in the source and should be updating the pot file later tonight (I've got a few things half done in my tree with strings and so don't want to update and commit those changes yet)
Jeremy
On Tue, 2004-06-08 at 22:43, Jeremy Katz wrote:
On Tue, 2004-06-08 at 22:30 +0200, Josep Puigdemont wrote:
I found this string in anaconda:
[snip]
The question is if that "n" after the colon in "configuration:n" should be there or not. Jeremy?
Typo, should be \n.
I've got yet another question...
#: ../image.py:284 #, fuzzy, python-format msgid "Please insert %s disc %d to continue."
What does the string "%s" refer to, is it the name of the disk like: "Please insert _drivers_ disc 1 to continue."? Could you give a couple of examples?
Thanks!
/Josep
Op vr 11-06-2004, om 02:32 schreef Josep Puigdemont:
On Tue, 2004-06-08 at 22:43, Jeremy Katz wrote:
On Tue, 2004-06-08 at 22:30 +0200, Josep Puigdemont wrote:
I found this string in anaconda:
[snip]
The question is if that "n" after the colon in "configuration:n" should be there or not. Jeremy?
Typo, should be \n.
I've got yet another question...
#: ../image.py:284 #, fuzzy, python-format msgid "Please insert %s disc %d to continue."
What does the string "%s" refer to, is it the name of the disk like: "Please insert _drivers_ disc 1 to continue."? Could you give a couple of examples?
It very likely is the name of the distribution. So it used to be: Please insert Redhat disc 1 to continue
but it is now: Please insert Fedora Core disc 1 to continue.
But anaconda is used in lots of different distributions so other distribution names might appear there as well
Tino Meinen