Issue #3127960 by Kartagis: Incorrectly put underscore in string

(cherry picked from commit a4ddcd27c6)
merge-requests/64/head
catch 2020-04-17 12:25:31 +01:00
parent 443d627da0
commit 2ee60874c5
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ class Shortcut extends DrupalSqlBase {
public function fields() {
return [
'mlid' => $this->t("The menu.mlid primary key for this menu item (= shortcut link)."),
'menu_name' => $this->t("The menu_name (= set name) for this shortcut link."),
'menu_name' => $this->t("The menu name (= set name) for this shortcut link."),
'link_path' => $this->t("The link for this shortcut."),
'link_title' => $this->t("The title for this shortcut."),
'weight' => $this->t("The weight for this shortcut"),