summaryrefslogtreecommitdiff
path: root/program/include/rcube_json_output.php
diff options
context:
space:
mode:
Diffstat (limited to 'program/include/rcube_json_output.php')
-rw-r--r--program/include/rcube_json_output.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/program/include/rcube_json_output.php b/program/include/rcube_json_output.php
index 6bf4f8a2a..04d16bf92 100644
--- a/program/include/rcube_json_output.php
+++ b/program/include/rcube_json_output.php
@@ -130,7 +130,7 @@ class rcube_json_output
{
$arg_list = func_get_args();
foreach ($arg_list as $i => $name) {
- $this->texts[$name] = rcube::gettext($name);
+ $this->texts[$name] = rcube_label($name);
}
}
@@ -147,7 +147,7 @@ class rcube_json_output
{
$this->command(
'display_message',
- rcube::gettext(array('name' => $message, 'vars' => $vars)),
+ rcube_label(array('name' => $message, 'vars' => $vars)),
$type
);
}