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)
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
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!
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