mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
Disambiguate time (period) from time (of day).
This commit is contained in:
parent
cc8051c0a1
commit
dd3ae00f74
@ -331,8 +331,8 @@ Style Entry
|
||||
LatexName cventry
|
||||
Argument 1
|
||||
Mandatory 1
|
||||
LabelString "Time"
|
||||
Tooltip "Time"
|
||||
LabelString "Time[[period]]"
|
||||
Tooltip "Time[[period]]"
|
||||
EndArgument
|
||||
Argument 2
|
||||
Mandatory 1
|
||||
|
@ -266,7 +266,7 @@ vector<pair<string,docstring>> InsetInfoParams::getArguments(Buffer const * buf,
|
||||
result.push_back(make_pair("tree-revision", _("Tree revision")));
|
||||
result.push_back(make_pair("author", _("Author")));
|
||||
result.push_back(make_pair("date", _("Date")));
|
||||
result.push_back(make_pair("time", _("Time")));
|
||||
result.push_back(make_pair("time", _("Time[[of day]]")));
|
||||
break;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user