]> git.lyx.org Git - features.git/commitdiff
2006-04-01 Michael Gerz <michael.gerz@teststep.org>
authorMichael Schmitt <michael.schmitt@teststep.org>
Sat, 1 Apr 2006 13:23:24 +0000 (13:23 +0000)
committerMichael Schmitt <michael.schmitt@teststep.org>
Sat, 1 Apr 2006 13:23:24 +0000 (13:23 +0000)
        * lib/ui/stdmenus.ui:
        * lib/ui/stdtoolbars.ui:
        * src/converter.C
        * src/lyx_main.C
        * src/support/package.C.in: tiny changes to text messages

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13545 a592a061-630c-0410-9148-cb99ea01b6c8

lib/ui/stdmenus.ui
lib/ui/stdtoolbars.ui
src/converter.C
src/lyx_main.C
src/support/package.C.in

index ad611fb855b34616e2076592b2b88ffe3d8f7eaa..0cd352acfa65e22e54eb20d8e8aa2a29c56ba93c 100644 (file)
@@ -95,7 +95,7 @@ Menuset
 # 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 eb6aeefe1eed020cd85df0816e4dfa6c5b2055ae..6b40aa97de8062f00d4adeea264eb45e7b317a80 100644 (file)
@@ -134,7 +134,7 @@ Toolbar "math" "Math"
        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 1d5b67c19700e6184a836709c0ff96499763cabf..69fbe6c12686bf20be4978b164eb777ca3b0a905 100644 (file)
@@ -317,7 +317,7 @@ bool Converters::convert(Buffer const * buffer,
                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 f19801213e45725b82930232e67a873ca271d13b..b7f54fdb742f309faf0185ed1e56d60dd6cd9b8d 100644 (file)
@@ -645,8 +645,8 @@ bool LyX::queryUserLyXDir(bool explicit_userdir)
                              "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 @@ int parse_help(string const &, string const &)
                _("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 2ac24d02e5311bd32c5e7f684b6a2998c41f7a08..1cc8ba0302c54b359957684f8e4fce950b27eb21 100644 (file)
@@ -545,7 +545,7 @@ get_system_support_dir(string const & abs_binary,
        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'."),