Commit 79788fa382d1e5edbc30b29be8286dbd558b285d
1 parent
936bc3a0
Exists in
master
and in
5 other branches
ENH: Updated translation
Showing
3 changed files
with
2 additions
and
2 deletions
Show diff stats
invesalius/utils.py
@@ -379,7 +379,7 @@ def UpdateChecker(): | @@ -379,7 +379,7 @@ def UpdateChecker(): | ||
379 | last = response.readline().rstrip() | 379 | last = response.readline().rstrip() |
380 | url = response.readline().rstrip() | 380 | url = response.readline().rstrip() |
381 | print last, url | 381 | print last, url |
382 | - if (last!="3.0 beta 3"): | 382 | + if (last!="3.0 beta 32"): |
383 | print "New update found!!! -> version:", last, ", url=",url | 383 | print "New update found!!! -> version:", last, ", url=",url |
384 | from time import sleep | 384 | from time import sleep |
385 | sleep(5) | 385 | sleep(5) |
locale/pt_BR/LC_MESSAGES/invesalius.mo
No preview for this file type
po/pt_BR.po
@@ -1269,7 +1269,7 @@ msgstr "Criar superfície" | @@ -1269,7 +1269,7 @@ msgstr "Criar superfície" | ||
1269 | 1269 | ||
1270 | #: task_slice.py:113 | 1270 | #: task_slice.py:113 |
1271 | msgid "Overwrite last surface" | 1271 | msgid "Overwrite last surface" |
1272 | -msgstr "Sobrescrever a anterior" | 1272 | +msgstr "Sobrescrever anterior" |
1273 | 1273 | ||
1274 | #: task_slice.py:238 | 1274 | #: task_slice.py:238 |
1275 | msgid "Mask properties" | 1275 | msgid "Mask properties" |