1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 17:52:10 +02:00

Showing Apply and Edit on its right places in Speed Dial now.

This commit is contained in:
nowrep 2011-12-30 17:56:49 +01:00
parent b8a0b52982
commit c38e063580

View File

@ -239,7 +239,7 @@ QString QupZillaSchemeReply::speeddialPage()
dPage.replace("%SITE-TITLE%", tr("Speed Dial"));
dPage.replace("%ADD-TITLE%", tr("Add New Page"));
dPage.replace("%TITLE-EDIT%", tr("Apply"));
dPage.replace("%TITLE-EDIT%", tr("Edit"));
dPage.replace("%TITLE-REMOVE%", tr("Remove"));
dPage.replace("%TITLE-RELOAD%", tr("Reload"));
dPage.replace("%TITLE-FETCHTITLE%", tr("Load title from page"));
@ -248,7 +248,7 @@ QString QupZillaSchemeReply::speeddialPage()
dPage.replace("%LOADING-IMG%", "qrc:html/loading.gif");
dPage.replace("%URL%", tr("Url"));
dPage.replace("%TITLE%", tr("Title"));
dPage.replace("%EDIT%", tr("Edit"));
dPage.replace("%EDIT%", tr("Apply"));
dPage.replace("%NEW-PAGE%", tr("New Page"));
}