Merge remote-tracking branch 'origin/QA_4_4' into QA_4_4
This commit is contained in:
commit
42ee547bb6
@ -66,8 +66,8 @@ class SchemaDia extends SchemaPlugin
|
||||
$leaf->setText(__('Orientation'));
|
||||
$leaf->setValues(
|
||||
array(
|
||||
'L' => 'Landscape',
|
||||
'P' => 'Portrait',
|
||||
'L' => __('Landscape'),
|
||||
'P' => __('Portrait'),
|
||||
)
|
||||
);
|
||||
$specificOptions->addProperty($leaf);
|
||||
|
||||
@ -72,8 +72,8 @@ class SchemaEps extends SchemaPlugin
|
||||
$leaf->setText(__('Orientation'));
|
||||
$leaf->setValues(
|
||||
array(
|
||||
'L' => 'Landscape',
|
||||
'P' => 'Portrait',
|
||||
'L' => __('Landscape'),
|
||||
'P' => __('Portrait'),
|
||||
)
|
||||
);
|
||||
$specificOptions->addProperty($leaf);
|
||||
|
||||
@ -72,8 +72,8 @@ class SchemaPdf extends SchemaPlugin
|
||||
$leaf->setText(__('Orientation'));
|
||||
$leaf->setValues(
|
||||
array(
|
||||
'L' => 'Landscape',
|
||||
'P' => 'Portrait',
|
||||
'L' => __('Landscape'),
|
||||
'P' => __('Portrait'),
|
||||
)
|
||||
);
|
||||
$specificOptions->addProperty($leaf);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user