[gedit-latex] Fixed typo (closes bug #753235)



commit f7e702935b3d8eb10305022ae2d90641053ab771
Author: Pietro Battiston <pbattiston src gnome org>
Date:   Sun May 1 10:21:16 2016 +0200

    Fixed typo (closes bug #753235)

 latex/latex/actions.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/latex/latex/actions.py b/latex/latex/actions.py
index 1681692..78bcee5 100644
--- a/latex/latex/actions.py
+++ b/latex/latex/actions.py
@@ -255,8 +255,8 @@ class LaTeXBlackboardBoldAction(LaTeXTemplateAction):
 
 
 class LaTeXCaligraphyAction(LaTeXTemplateAction):
-    label = _("Caligraphy")
-    tooltip = _("Caligraphy")
+    label = _("Calligraphy")
+    tooltip = _("Calligraphy")
     icon_name = "cal"
     snippet_source = "\ensuremath{\mathcal{$0}}"
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]