aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbru <bru@texto-plano.xyz>2021-04-03 17:58:41 -0300
committerbru <bru@texto-plano.xyz>2021-04-03 17:58:41 -0300
commitf586b2ed594df49e942cc5c219310742087614ea (patch)
treee75c3d5f0979f029c8a34fc44aa7f895514cab46
parenta7cdb7c55d5be3ed34cadedbba2b98556df6051d (diff)
downloadbbj-f586b2ed594df49e942cc5c219310742087614ea.tar.gz
Unas cuantas traducciones más
-rw-r--r--clients/urwid/main.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/clients/urwid/main.py b/clients/urwid/main.py
index 37a1162..a020f9d 100644
--- a/clients/urwid/main.py
+++ b/clients/urwid/main.py
@@ -158,7 +158,7 @@ format_help = [
"Puedes usar [rainbow: rainbow], [red: red], [yellow: "
"yellow], [green: green], [blue: blue], [cyan: "
"cyan] [magenta: y magenta], [dim: dim], **bold** y "
- "__underline__ dentro de tus posts. \**bold se usa así\* "
+ "__underline__ dentro de tus posts. \**bold se usa así\** "
"\__y underline así\__. Puedes escapar estas expresiones "
"\\\**así\\\**. Pueden abarcar hasta todo el ancho de la misma línea. "
"Funcionan mejor para frases más cortas. "
@@ -1856,7 +1856,7 @@ class MessageBody(urwid.Text):
color = str(_c)
if user != "anonymous" and user["user_name"] == network.user_name:
- display = "[You]"
+ display = "[Tú]"
# bold it
color += "0"
else:
@@ -2138,7 +2138,7 @@ class ExternalEditor(urwid.Terminal):
app.last_pos = None
app.index()
else:
- app.temp_footer_message("EMPTY POST DISCARDED")
+ app.temp_footer_message("POST VACÍO DESCARTADO")
def keypress(self, size, key):
Un proyecto texto-plano.xyz