strings fixes

From: Timon <timosha(at)gmail(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: strings fixes
Date: 2011-04-07 10:03:37
Message-ID: BANLkTikMB40-qiC8JvXoUHSBek0pbb69+g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

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 can just run little script:
find -name *.cpp -exec sed -i 's/\\"%s?\\"/\\"%s\\"?/' {} \;

--
All bugs reserved

Attachment Content-Type Size
0001-fix-typpos.patch text/x-patch 25.3 KB

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2011-04-07 10:10:08 Rework on the dialogs UI
Previous Message Dave Page 2011-04-06 07:33:36 Google Summer of Code 2011