Ticket #6610: bookmarktextfix.diff

File bookmarktextfix.diff, 715 bytes (added by robert.mcnamara@…, 16 years ago)

changes "Show bookmark" to "Show Bookmark" to remain consistent with other entries

  • mythbrowser/mythbookmarkmanager/bookmarkmanager.cpp

     
    295295            {
    296296                m_menuPopup->AddButton(tr("Edit Bookmark"), SLOT(slotEditBookmark()));
    297297                m_menuPopup->AddButton(tr("Delete Bookmark"), SLOT(slotDeleteCurrent()));
    298                 m_menuPopup->AddButton(tr("Show bookmark"), SLOT(slotShowCurrent()));
     298                m_menuPopup->AddButton(tr("Show Bookmark"), SLOT(slotShowCurrent()));
    299299            }
    300300
    301301            if (GetMarkedCount() > 0)