[PATCH] thgimport: fix typo in p0 checkbox label

1 view
Skip to first unread message

David Wilhelm

unread,
Aug 22, 2010, 10:42:50 PM8/22/10
to thg...@googlegroups.com
# HG changeset patch
# User David Wilhelm <da...@jumbledpile.com>
# Date 1282382710 25200
# Branch stable
# Node ID 615ce146da0721cb99e0412f5531dae30d1964da
# Parent cab081f47a5ca8694d52828ee8c111cd5406c70c
thgimport: fix typo in p0 checkbox label

diff --git a/tortoisehg/hgtk/thgimport.py b/tortoisehg/hgtk/thgimport.py
--- a/tortoisehg/hgtk/thgimport.py
+++ b/tortoisehg/hgtk/thgimport.py
@@ -82,7 +82,7 @@
table.add_row(_('Source:'), self.src_combo, 1,
self.files_btn, menubtn, expand=0)

- self.p0check = gtk.CheckButton(_('Do no strip paths '
+ self.p0check = gtk.CheckButton(_('Do not strip paths '
'(-p0), required for SVN patches'))
table.add_row(None, self.p0check, 1, expand=0)

Steve Borho

unread,
Aug 22, 2010, 10:57:37 PM8/22/10
to thg...@googlegroups.com
On Sun, Aug 22, 2010 at 9:42 PM, David Wilhelm <da...@jumbledpile.com> wrote:
> # HG changeset patch
> # User David Wilhelm <da...@jumbledpile.com>
> # Date 1282382710 25200
> # Branch stable
> # Node ID 615ce146da0721cb99e0412f5531dae30d1964da
> # Parent  cab081f47a5ca8694d52828ee8c111cd5406c70c
> thgimport: fix typo in p0 checkbox label

Nice catch. Pushed, thanks.

> diff --git a/tortoisehg/hgtk/thgimport.py b/tortoisehg/hgtk/thgimport.py
> --- a/tortoisehg/hgtk/thgimport.py
> +++ b/tortoisehg/hgtk/thgimport.py
> @@ -82,7 +82,7 @@
>         table.add_row(_('Source:'), self.src_combo, 1,
>                       self.files_btn, menubtn, expand=0)
>
> -        self.p0check = gtk.CheckButton(_('Do no strip paths '
> +        self.p0check = gtk.CheckButton(_('Do not strip paths '
>                                          '(-p0), required for SVN patches'))
>         table.add_row(None, self.p0check, 1, expand=0)
>
>

--
Steve Borho

David Wilhelm

unread,
Aug 22, 2010, 11:07:41 PM8/22/10
to thg...@googlegroups.com
On Sun, Aug 22, 2010 at 09:57:37PM -0500, Steve Borho wrote:
> On Sun, Aug 22, 2010 at 9:42 PM, David Wilhelm <da...@jumbledpile.com> wrote:
> > # HG changeset patch
> > # User David Wilhelm <da...@jumbledpile.com>
> > # Date 1282382710 25200
> > # Branch stable
> > # Node ID 615ce146da0721cb99e0412f5531dae30d1964da
> > # Parent �cab081f47a5ca8694d52828ee8c111cd5406c70c
> > thgimport: fix typo in p0 checkbox label
>
> Nice catch. Pushed, thanks.

It just occurred to me that this will probably show up somehow in
translation work. Since the string changed but not the meaning, would
it help translators to change the string directly in the *.po files?
Or does this still go through the launchpad repo? I'm fuzzy on how that
process works.

Thanks!

Steve Borho

unread,
Aug 22, 2010, 11:14:33 PM8/22/10
to thg...@googlegroups.com

It does go through launchpad. I'll try to remember to ping Wagner
tomorrow, but he's usually right on top of string changes.

--
Steve Borho

Reply all
Reply to author
Forward
0 new messages