Commit dae58ab327a1e025fb806cbd9e542b0375dcd995
1 parent
2e8b9be7
Exists in
master
and in
67 other branches
ENH: Updating/correcting translations to Brazilian Portuguese (pt_BR).
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
invesalius/data/polydata_utils.py
@@ -129,7 +129,7 @@ def JoinSeedsParts(polydata, point_id_list): | @@ -129,7 +129,7 @@ def JoinSeedsParts(polydata, point_id_list): | ||
129 | pos = 1 | 129 | pos = 1 |
130 | for seed in point_id_list: | 130 | for seed in point_id_list: |
131 | conn.AddSeed(seed) | 131 | conn.AddSeed(seed) |
132 | - UpdateProgress(pos, _("Getting selected parts")) | 132 | + UpdateProgress(pos, _("Analysing selected regions...")) |
133 | pos += 1 | 133 | pos += 1 |
134 | 134 | ||
135 | conn.AddObserver("ProgressEvent", lambda obj, evt: | 135 | conn.AddObserver("ProgressEvent", lambda obj, evt: |
@@ -188,6 +188,6 @@ def SplitDisconectedParts(polydata): | @@ -188,6 +188,6 @@ def SplitDisconectedParts(polydata): | ||
188 | 188 | ||
189 | polydata_collection.append(p) | 189 | polydata_collection.append(p) |
190 | if progress: | 190 | if progress: |
191 | - UpdateProgress(region, _("Splitting disconected parts")) | 191 | + UpdateProgress(region, _("Splitting disconnected regions...")) |
192 | 192 | ||
193 | return polydata_collection | 193 | return polydata_collection |