RSS/Atom feed Twitter
Site is read-only, email is disabled

strange ) character in two strings

This discussion is connected to the gimp-developer-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

2 of 2 messages available
Toggle history

Please log in to manage your subscriptions.

strange ) character in two strings Cristian Secar? 27 May 14:10
  strange ) character in two strings Martin Nordholts 27 May 19:53
Cristian Secar?
2010-05-27 14:10:10 UTC (over 14 years ago)

strange ) character in two strings

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

Martin Nordholts
2010-05-27 19:53:08 UTC (over 14 years ago)

strange ) character in two strings

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
Date: Thu May 27 18:53:14 2010 +0200

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