diff options
author | Joas Schilling <nickvergessen@owncloud.com> | 2015-08-28 12:04:52 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@owncloud.com> | 2015-08-28 12:04:52 +0200 |
commit | a12d3547627611a933b3e70ab5b51c2e130b0e24 (patch) | |
tree | 41985ca866fbef97d97833e2e5697811c507828a /lib/public | |
parent | c3c7689b6743e5d36a6d46730a53b058499ca97a (diff) | |
download | nextcloud-server-a12d3547627611a933b3e70ab5b51c2e130b0e24.tar.gz nextcloud-server-a12d3547627611a933b3e70ab5b51c2e130b0e24.zip |
Deprecate OC_L10N::get()
Diffstat (limited to 'lib/public')
-rw-r--r-- | lib/public/il10n.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/il10n.php b/lib/public/il10n.php index e1d0102105b..c6e076a21f8 100644 --- a/lib/public/il10n.php +++ b/lib/public/il10n.php @@ -100,7 +100,7 @@ interface IL10N { /** - * The code (en, de, ...) of the language that is used for this OC_L10N object + * The code (en, de, ...) of the language that is used for this IL10N object * * @return string language * @since 7.0.0 |