[Gimp-developer] strange ) character in two strings

2010-05-27 Thread Cristian Secară
What is the purpose of the ending ) in these strings ?

#: ../plug-ins/common/file-xmc.c:1512
#, c-format
msgid Width of '%s' is too large. Please reduce more than %dpx)

#: ../plug-ins/common/file-xmc.c:1519
#, c-format
msgid Height of '%s' is too large. Please reduce more than %dpx)

Cristi

-- 
Cristian Secară
http://www.secarica.ro/
___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


Re: [Gimp-developer] strange ) character in two strings

2010-05-27 Thread Martin Nordholts
On 05/27/2010 02:10 PM, Cristian Secară wrote:
 What is the purpose of the ending ) in these strings ?

 #: ../plug-ins/common/file-xmc.c:1512
 #, c-format
 msgid Width of '%s' is too large. Please reduce more than %dpx)

 #: ../plug-ins/common/file-xmc.c:1519
 #, c-format
 msgid Height of '%s' is too large. Please reduce more than %dpx)

 Cristi


They have no purpose, I replaced them with '.' now:

commit e942d1e91399cc92f1e8944de91a85c39a30fe1b
Author: Martin Nordholts mart...@src.gnome.org
Date:   Thu May 27 18:53:14 2010 +0200

 plug-ins: Remove bogus ) in file-xmc.c


-- 

My GIMP Blog:
http://www.chromecode.com/
GIMP 2.8 development still under control
___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer