mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 09:32:12 +01:00
Showing Apply and Edit on its right places in Speed Dial now.
This commit is contained in:
parent
b8a0b52982
commit
c38e063580
|
@ -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"));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user