Re: [pgadmin-hackers] strings fixes

2011-04-12 Thread Guillaume Lelarge
Le 12/04/2011 10:06, Timon a écrit : > Just one more little fix in attachment :) > keyrs -> keys > Commited, thanks. -- Guillaume http://www.postgresql.fr http://dalibo.com -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription: http:

Re: [pgadmin-hackers] strings fixes

2011-04-12 Thread Timon
Just one more little fix in attachment :) keyrs -> keys 2011/4/7 Dave Page : > Thanks, patch applied. > > On Thu, Apr 7, 2011 at 11:03 AM, Timon wrote: >> In some files I found strings like this: >> Are you sure you wish to drop column \"%s?\" >> but they should be like this >> Are you sure you w

Re: [pgadmin-hackers] strings fixes

2011-04-07 Thread Dave Page
Thanks, patch applied. On Thu, Apr 7, 2011 at 11:03 AM, Timon wrote: > In some files I found strings like this: > Are you sure you wish to drop column \"%s?\" > but they should be like this > Are you sure you wish to drop column \"%s\"? > > Patch in attachment fixes all such occurrences. > Or you