X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserPC.git;a=blobdiff_plain;f=src%2Fdialogs%2FCookiesDialog.cpp;fp=src%2Fdialogs%2FCookiesDialog.cpp;h=4e85efe4d112f9bbf35e34121b34fd3a58af8e61;hp=cfd8f8b269325cd9785f6ef35cd3a76578158d6a;hb=ab3422aabe802b11f4ddf32df6a2a33e1fff9c96;hpb=83e7c484d2440bfff54e8d02b2d532c2aba755ef diff --git a/src/dialogs/CookiesDialog.cpp b/src/dialogs/CookiesDialog.cpp index cfd8f8b..4e85efe 100644 --- a/src/dialogs/CookiesDialog.cpp +++ b/src/dialogs/CookiesDialog.cpp @@ -274,7 +274,7 @@ CookiesDialog::CookiesDialog(std::list *originalCookieListPointe // Create the keyboard shortcuts. QShortcut *aShortcutPointer = new QShortcut(QKeySequence(i18nc("The add cookie key shortcut.", "a")), this); - QShortcut *eShortcutPointer = new QShortcut(QKeySequence(i18nc("The edit cookie key shorcut.", "e")), this); + QShortcut *eShortcutPointer = new QShortcut(QKeySequence(i18nc("The edit cookie key shortcut.", "e")), this); QShortcut *dShortcutPointer = new QShortcut(QKeySequence(i18nc("The delete cookie key shortcut.", "d")), this); QShortcut *deleteShortcutPointer = new QShortcut(QKeySequence::Delete, this); QShortcut *lShortcutPointer = new QShortcut(QKeySequence(i18nc("The delete all key shortcut.", "l")), this);