aboutsummaryrefslogtreecommitdiffstats
path: root/include/text.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2015-01-01 17:08:34 -0800
committerfriendica <info@friendica.com>2015-01-01 17:08:34 -0800
commit0a18ea58c692bfb7c5e8e692fd9c180e2148f557 (patch)
treee222887c9c3491d351d8649ec78e56ba0b16190e /include/text.php
parentc0885c81e67789a91e3784aeb49e9d5f0832a7fe (diff)
parent93b94704878c1b66ee95987de2b24dc39163763a (diff)
downloadvolse-hubzilla-0a18ea58c692bfb7c5e8e692fd9c180e2148f557.tar.gz
volse-hubzilla-0a18ea58c692bfb7c5e8e692fd9c180e2148f557.tar.bz2
volse-hubzilla-0a18ea58c692bfb7c5e8e692fd9c180e2148f557.zip
Merge branch 'master' into trinidad
Diffstat (limited to 'include/text.php')
-rw-r--r--include/text.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/text.php b/include/text.php
index cd34fd88d..ca9c51bc3 100644
--- a/include/text.php
+++ b/include/text.php
@@ -1629,7 +1629,7 @@ function lang_selector() {
$ll = substr($l,5);
$ll = substr($ll,0,strrpos($ll,'/'));
$selected = (($ll === $a->language && (x($_SESSION, 'language'))) ? $ll : $selected);
- $lang_options[$ll]=$ll;
+ $lang_options[$ll] = get_language_name($ll, $ll) . " ($ll)";
}
}