mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-21 23:09:40 +00:00
fix typo in gchanges
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9081 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
e05e237c60
commit
0f3e1aa0f9
@ -90,8 +90,8 @@ void GChanges::onNext()
|
||||
void GChanges::promptChange()
|
||||
{
|
||||
string const header = _("Accept highlighted change?");
|
||||
string const author = controller().getChangeAuthor();
|
||||
string const date = controller().getChangeDate();
|
||||
string author = controller().getChangeAuthor();
|
||||
string date = controller().getChangeDate();
|
||||
if(author.empty())
|
||||
author = _("unknown author");
|
||||
if(date.empty())
|
||||
|
Loading…
x
Reference in New Issue
Block a user