From 2243967c4645592c8a5edc07d9dbb1f0d029973b Mon Sep 17 00:00:00 2001 From: Michael Schmitt Date: Sat, 1 Apr 2006 13:23:24 +0000 Subject: [PATCH] 2006-04-01 Michael Gerz * 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 | 2 +- lib/ui/stdtoolbars.ui | 2 +- src/converter.C | 2 +- src/lyx_main.C | 8 ++++---- src/support/package.C.in | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/lib/ui/stdmenus.ui b/lib/ui/stdmenus.ui index ad611fb855..0cd352acfa 100644 --- a/lib/ui/stdmenus.ui +++ b/lib/ui/stdmenus.ui @@ -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" diff --git a/lib/ui/stdtoolbars.ui b/lib/ui/stdtoolbars.ui index eb6aeefe1e..6b40aa97de 100644 --- a/lib/ui/stdtoolbars.ui +++ b/lib/ui/stdtoolbars.ui @@ -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" diff --git a/src/converter.C b/src/converter.C index 1d5b67c197..69fbe6c126 100644 --- a/src/converter.C +++ b/src/converter.C @@ -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; } diff --git a/src/lyx_main.C b/src/lyx_main.C index f19801213e..b7f54fdb74 100644 --- a/src/lyx_main.C +++ b/src/lyx_main.C @@ -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" diff --git a/src/support/package.C.in b/src/support/package.C.in index 2ac24d02e5..1cc8ba0302 100644 --- a/src/support/package.C.in +++ b/src/support/package.C.in @@ -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'."), -- 2.39.2