bug-parted
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

translatable strings contain unnecessary formatting


From: Benno Schulenberg
Subject: translatable strings contain unnecessary formatting
Date: Wed, 16 May 2007 16:04:32 +0200
User-agent: KMail/1.9.6

In libparted/labels/fdasd.c and libparted/labels/vtoc.c the 
functions that print out error messages put several "%s" and "\n" 
in the gettextized strings, unnecessarily  Patches that make this 
simpler are coming up in a minute.

The patches also gettextize a few messages that were overlooked.

Further, vtoc.c speaks of "opening device '%s'", for example, but 
what is filled in for '%s' is a function name, not a device name.  
The first patch corrects also this.

And as an aside: the vtoc.c file does not contain a license yet.

Benno




reply via email to

[Prev in Thread] Current Thread [Next in Thread]