diff options
Diffstat (limited to 'lib/plugins/authplain')
-rw-r--r-- | lib/plugins/authplain/lang/sr/lang.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/plugins/authplain/lang/sr/lang.php b/lib/plugins/authplain/lang/sr/lang.php index 2d85ca42a..19bd8b766 100644 --- a/lib/plugins/authplain/lang/sr/lang.php +++ b/lib/plugins/authplain/lang/sr/lang.php @@ -1,6 +1,7 @@ <?php + /** * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) * */ -$lang['userexists'] = 'Извините, корисник са истим именом већ постоји.'; +$lang['userexists'] = 'Извините, корисник са истим именом већ постоји.'; |