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 | 379 | last = response.readline().rstrip() |
380 | 380 | url = response.readline().rstrip() |
381 | 381 | print last, url |
382 | - if (last!="3.0 beta 3"): | |
382 | + if (last!="3.0 beta 32"): | |
383 | 383 | print "New update found!!! -> version:", last, ", url=",url |
384 | 384 | from time import sleep |
385 | 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 | 1269 | |
1270 | 1270 | #: task_slice.py:113 |
1271 | 1271 | msgid "Overwrite last surface" |
1272 | -msgstr "Sobrescrever a anterior" | |
1272 | +msgstr "Sobrescrever anterior" | |
1273 | 1273 | |
1274 | 1274 | #: task_slice.py:238 |
1275 | 1275 | msgid "Mask properties" | ... | ... |