Jean-Marc,

I have a few trivial text changes in my queue. For instance, I don't like buttons with a period. And "Cols" sounds a bit too colloquial, doesn't it?

Michael
Index: lib/ui/stdmenus.ui
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/lib/ui/stdmenus.ui,v
retrieving revision 1.50
diff -u -r1.50 stdmenus.ui
--- lib/ui/stdmenus.ui	24 Jun 2005 10:14:32 -0000	1.50
+++ lib/ui/stdmenus.ui	1 Jan 2006 15:14:10 -0000
@@ -95,7 +95,7 @@
 # Mathed b0rkage means these don't work properly
 		OptSubmenu "Table|T" "edit_tabular"
 		OptSubmenu "Math|M" "edit_math"
-		OptSubmenu "Rows & Cols|C" "tabular_features"
+		OptSubmenu "Rows & Columns|C" "tabular_features"
 		Separator
 		OptItem "Increase List Depth|I" "depth-increment"
 		OptItem "Decrease List Depth|D" "depth-decrement"
Index: lib/ui/stdtoolbars.ui
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/lib/ui/stdtoolbars.ui,v
retrieving revision 1.19
diff -u -r1.19 stdtoolbars.ui
--- lib/ui/stdtoolbars.ui	22 May 2005 23:01:21 -0000	1.19
+++ lib/ui/stdtoolbars.ui	1 Jan 2006 15:14:10 -0000
@@ -134,7 +134,7 @@
 	Item "Insert { }" "math-delim { }"
 	Separator
 	Item "Insert matrix" "math-matrix 2 2"
-	Item "Insert cases" "math-insert \cases"
+	Item "Insert cases environment" "math-insert \cases"
 	Item "Add row" "tabular-feature append-row"
 	Item "Add column" "tabular-feature append-column"
 	Item "Delete row" "tabular-feature delete-row"
Index: src/converter.C
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/converter.C,v
retrieving revision 1.107
diff -u -r1.107 converter.C
--- src/converter.C	16 Jul 2005 16:57:53 -0000	1.107
+++ src/converter.C	1 Jan 2006 15:14:12 -0000
@@ -315,7 +315,7 @@
 		Alert::error(_("Cannot convert file"),
 			bformat(_("No information for converting %1$s "
 				"format files to %2$s.\n"
-				"Try defining a convertor in the preferences."),
+				"Define a convertor in the preferences."),
 			from_format, to_format));
 		return false;
 	}
Index: src/lyx_main.C
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/lyx_main.C,v
retrieving revision 1.213
diff -u -r1.213 lyx_main.C
--- src/lyx_main.C	15 Dec 2005 16:59:58 -0000	1.213
+++ src/lyx_main.C	1 Jan 2006 15:14:13 -0000
@@ -645,8 +645,8 @@
 			      "It is needed to keep your own configuration."),
 			    package().user_support()),
 		    1, 0,
-		    _("&Create directory."),
-		    _("&Exit LyX."))) {
+		    _("&Create directory"),
+		    _("&Exit LyX"))) {
 		lyxerr << _("No user LyX directory. Exiting.") << endl;
 		exit(1);
 	}
@@ -826,8 +826,8 @@
 		_("Usage: lyx [ command line switches ] [ name.lyx ... ]\n"
 		  "Command line switches (case sensitive):\n"
 		  "\t-help              summarize LyX usage\n"
-		  "\t-userdir dir       try to set user directory to dir\n"
-		  "\t-sysdir dir        try to set system directory to dir\n"
+		  "\t-userdir dir       set user directory to dir\n"
+		  "\t-sysdir dir        set system directory to dir\n"
 		  "\t-geometry WxH+X+Y  set geometry of the main window\n"
 		  "\t-dbg feature[,feature]...\n"
 		  "                  select the features to debug.\n"
Index: src/frontends/qt2/ui/QIncludeDialogBase.ui
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/frontends/qt2/ui/QIncludeDialogBase.ui,v
retrieving revision 1.3
diff -u -r1.3 QIncludeDialogBase.ui
--- src/frontends/qt2/ui/QIncludeDialogBase.ui	7 May 2005 12:12:24 -0000	1.3
+++ src/frontends/qt2/ui/QIncludeDialogBase.ui	1 Jan 2006 15:14:16 -0000
@@ -131,13 +131,13 @@
                     <item>
                         <property>
                             <name>text</name>
-                            <string>Input</string>
+                            <string>LaTeX \input</string>
                         </property>
                     </item>
                     <item>
                         <property>
                             <name>text</name>
-                            <string>Include</string>
+                            <string>LaTeX \include</string>
                         </property>
                     </item>
                     <item>
Index: src/support/package.C.in
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/support/package.C.in,v
retrieving revision 1.16
diff -u -r1.16 package.C.in
--- src/support/package.C.in	13 Oct 2005 14:45:12 -0000	1.16
+++ src/support/package.C.in	1 Jan 2006 15:14:18 -0000
@@ -545,7 +545,7 @@
 	lyxerr << bformat(_("Unable to determine the system directory "
 			    "having searched\n"
 			    "\t%1$s\n"
-			    "Try the '-sysdir' command line parameter or "
+			    "Use the '-sysdir' command line parameter or "
 			    "set the environment variable LYX_DIR_14x to "
 			    "the LyX system directory containing the file "
 			    "`chkconfig.ltx'."),

Reply via email to