Skip to content

Commit

Permalink
Typo as in fileattachment in PDFWindow.cpp (#86)
Browse files Browse the repository at this point in the history
* Typo as in fileattachment in PDFWindow.cpp

I corrected the typo in fileattachment by entering a space in between.
  • Loading branch information
Nabanita Dash authored and humdinger committed Jul 12, 2019
1 parent 29021a6 commit d45848f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bepdf/beos/PDFWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1724,7 +1724,7 @@ static AnnotDesc annotDescs[] = {
{ PDFWindow::ADD_STAMP_ANNOT_CMD, B_TRANSLATE("Add stamp annotation"), "ANNOT_STAMP"},
{ PDFWindow::ADD_INK_ANNOT_CMD, B_TRANSLATE("Add ink annotation"), "ANNOT_INK"},
{ PDFWindow::ADD_POPUP_ANNOT_CMD, B_TRANSLATE("Add popup annotation"), "ANNOT_POPUP"},
{ PDFWindow::ADD_FILEATTACHMENT_ANNOT_CMD, B_TRANSLATE("Add fileattachment annotation"), "ANNOT_FILEATTACHMENT"},
{ PDFWindow::ADD_FILEATTACHMENT_ANNOT_CMD, B_TRANSLATE("Add file attachment annotation"), "ANNOT_FILEATTACHMENT"},
{ PDFWindow::ADD_SOUND_ANNOT_CMD, B_TRANSLATE("Add sound annotation"), "ANNOT_SOUND"},
{ PDFWindow::ADD_MOVIE_ANNOT_CMD, B_TRANSLATE("Add movie annotation"), "ANNOT_MOVIE"},
{ PDFWindow::ADD_WIDGET_ANNOT_CMD, B_TRANSLATE("Add widget annotation"), "ANNOT_WIDGET"},
Expand Down

0 comments on commit d45848f

Please sign in to comment.