diff options
Diffstat (limited to 'core/views')
-rw-r--r-- | core/views/l10n_client.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/views/l10n_client.html.php b/core/views/l10n_client.html.php index fc5925f0..8f4092c7 100644 --- a/core/views/l10n_client.html.php +++ b/core/views/l10n_client.html.php @@ -5,7 +5,7 @@ <div class="label strings"><h2><?= t("Page Text") ?></h2></div> <div class="label source"><h2><?= t("Source") ?></div> <div class="label translation"><h2><?= t("Translation to %language", - array("%language" => "TODO")) ?></h2></div> + array("language" => locale::display_name())) ?></h2></div> </div> <div id="l10n-client-string-select"> <ul class="string-list"> |