forked from Wavyzz/dolibarr
Qual: Fix spelling (#31515)
# Qual: Fix spelling Fix some typos in the comments (codespell).
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
/* Copyright (C) 2004-2022 Laurent Destailleur <eldy@users.sourceforge.net>
|
||||
* Copyright (C) 2018-2019 Nicolas ZABOURI <info@inovea-conseil.com>
|
||||
* Copyright (C) 2019-2020 Frédéric France <frederic.france@netlogic.fr>
|
||||
* Copyright (C) 2024 MDW <mdeweerd@users.noreply.github.com>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
@@ -199,7 +200,7 @@ class modWebhook extends DolibarrModules
|
||||
/* Example:
|
||||
$this->dictionaries=array(
|
||||
'langs'=>'',
|
||||
// List of tables we want to see into dictonnary editor
|
||||
// List of tables we want to see into dictionary editor
|
||||
'tabname'=>array(MAIN_DB_PREFIX."table1", MAIN_DB_PREFIX."table2", MAIN_DB_PREFIX."table3"),
|
||||
// Label of tables
|
||||
'tablib'=>array("Table1", "Table2", "Table3"),
|
||||
|
||||
Reference in New Issue
Block a user