Skip to content
This repository has been archived by the owner on Sep 15, 2022. It is now read-only.

Commit

Permalink
Fix typo - sorry translators (again)!
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.pgadmin.org/trunk@5611 a7884b65-44f6-0310-8a51-81a127f17b15
  • Loading branch information
dpage committed Nov 9, 2006
1 parent ae348f2 commit ba4b88c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frm/frmReport.cpp
Expand Up @@ -1285,7 +1285,7 @@ void reportObjectDataDictionaryFactory::GenerateReport(frmReport *report, pgObje
pgTable *table = (pgTable *)object;

wxString title;
title.Printf(_("%s Data dictionnary report - %s"), object->GetTypeName().c_str(), object->GetIdentifier().c_str());
title.Printf(_("%s Data dictionary report - %s"), object->GetTypeName().c_str(), object->GetIdentifier().c_str());
report->SetReportTitle(title);

// Columns
Expand Down

0 comments on commit ba4b88c

Please sign in to comment.