Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCristian García <cristian99garcia@gmail.com>2013-09-07 10:46:27 (GMT)
committer Cristian García <cristian99garcia@gmail.com>2013-09-07 10:46:27 (GMT)
commit79d5064cc4901d4f302fe7ac300323dcd165edfc (patch)
treecbae913f5911b4dc4834d80e18eb3df4cfa4efde
parentfe9a99304f1e75aa7b4bbf3fa4f418e62e7f9db6 (diff)
Corrigiendo el contenido de un label
-rw-r--r--CristianEdit/objetos.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/CristianEdit/objetos.py b/CristianEdit/objetos.py
index 5896c72..6ff182e 100644
--- a/CristianEdit/objetos.py
+++ b/CristianEdit/objetos.py
@@ -1158,7 +1158,7 @@ class Configuraciones(Gtk.Dialog):
label1 = Gtk.Label('Editor')
label2 = Gtk.Label('Tabulador')
- label3 = Gtk.Label('Sangría')
+ label3 = Gtk.Label('Ajuste de Texto')
label4 = Gtk.Label('Tipografías')
label5 = Gtk.Label('Tema de colores')