[latexila] Structure: "files included" -> "included files"



commit 8df2bf06a922de3faac643676ea578b7a1037ae3
Author: SÃbastien Wilmet <swilmet gnome org>
Date:   Thu Aug 9 20:59:57 2012 +0200

    Structure: "files included" -> "included files"

 src/structure.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/structure.vala b/src/structure.vala
index a705b79..52fe413 100644
--- a/src/structure.vala
+++ b/src/structure.vala
@@ -181,7 +181,7 @@ public class Structure : Grid
     private void init_simple_list_buttons ()
     {
         create_simple_list_button (StructType.LABEL, _("Show labels"));
-        create_simple_list_button (StructType.INCLUDE, _("Show files included"));
+        create_simple_list_button (StructType.INCLUDE, _("Show included files"));
         create_simple_list_button (StructType.TABLE, _("Show tables"));
         create_simple_list_button (StructType.FIGURE, _("Show figures and images"));
         create_simple_list_button (StructType.TODO, _("Show TODOs and FIXMEs"));



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