mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-26 11:16:55 +00:00
* insets/insetbase.h:
* buffer.C: * LaTeX.C: * frontends/qt4/ui/QPrefFileformatsUi.ui: * MenuBackend.C: fix typo: "can not" => "cannot" git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15981 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
55249b6dbd
commit
653c52e2d2
@ -725,7 +725,7 @@ void handleFoundFile(string const & ff, DepTable & head)
|
||||
lyxerr[Debug::DEPEND] << "AbsolutePath file: "
|
||||
<< foundfile << endl;
|
||||
// On initial insert we want to do the update at once
|
||||
// since this file can not be a file generated by
|
||||
// since this file cannot be a file generated by
|
||||
// the latex run.
|
||||
if (fs::exists(foundfile) && !fs::is_directory(foundfile))
|
||||
head.insert(foundfile, true);
|
||||
|
@ -778,7 +778,7 @@ void expandToolbars(Menu & tomenu)
|
||||
|
||||
for (; cit != end; ++cit) {
|
||||
docstring label = _(cit->gui_name);
|
||||
// frontends are not supposed to turn on/off toolbars, if they can not
|
||||
// frontends are not supposed to turn on/off toolbars, if they cannot
|
||||
// update ToolbarBackend::flags. That is to say, ToolbarsBackend::flags
|
||||
// should reflect the true state of toolbars.
|
||||
//
|
||||
|
@ -1451,7 +1451,7 @@ docstring const Buffer::translateLabel(docstring const & label) const
|
||||
// Probably standard layout, try to translate
|
||||
return B_(to_ascii(label));
|
||||
else
|
||||
// This must be a user defined layout. We can not translate
|
||||
// This must be a user defined layout. We cannot translate
|
||||
// this, since gettext accepts only ascii keys.
|
||||
return label;
|
||||
}
|
||||
|
@ -162,7 +162,7 @@
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="toolTip" >
|
||||
<string>Tell whether this format is a document format. A document can not be exported to or viewed in a non-document format.</string>
|
||||
<string>Tell whether this format is a document format. A document cannot be exported to or viewed in a non-document format.</string>
|
||||
</property>
|
||||
<property name="text" >
|
||||
<string>&Document format</string>
|
||||
|
@ -201,7 +201,7 @@ public:
|
||||
OutputParams const &) const { return 0; };
|
||||
|
||||
/** This enum indicates by which means the inset can be modified:
|
||||
- NOT_EDITABLE: the inset's content can not be modified at all
|
||||
- NOT_EDITABLE: the inset's content cannot be modified at all
|
||||
(e.g. printindex, insetspecialchar)
|
||||
- IS_EDITABLE: content can be edited via dialog (e.g. bibtex, index, url)
|
||||
- HIGHLY_EDITABLE: content can be edited on screen (normally means that
|
||||
|
Loading…
Reference in New Issue
Block a user