diff options
author | Andreas Gohr <andi@splitbrain.org> | 2014-01-05 21:22:31 +0100 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2014-01-05 21:22:31 +0100 |
commit | a4667104ff9b4131c1aceaea022e65d0976a15d6 (patch) | |
tree | d23b6dc8d4840e92e02359820dc474ba6181b2d5 /lib/plugins/extension/lang/en | |
parent | 4c005e3f9adeb9180a879cc38518d1cff63e9261 (diff) | |
download | rpg-a4667104ff9b4131c1aceaea022e65d0976a15d6.tar.gz rpg-a4667104ff9b4131c1aceaea022e65d0976a15d6.tar.bz2 |
added git warning
Diffstat (limited to 'lib/plugins/extension/lang/en')
-rw-r--r-- | lib/plugins/extension/lang/en/lang.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/plugins/extension/lang/en/lang.php b/lib/plugins/extension/lang/en/lang.php index 593794ef2..c1e73d023 100644 --- a/lib/plugins/extension/lang/en/lang.php +++ b/lib/plugins/extension/lang/en/lang.php @@ -80,4 +80,6 @@ $lang['error_copy'] = 'There was a file copy error while attem $lang['noperms'] = 'Extension directory is not writable'; $lang['notplperms'] = 'Template directory is not writable'; -$lang['nopluginperms'] = 'Plugin directory is not writable';
\ No newline at end of file +$lang['nopluginperms'] = 'Plugin directory is not writable'; + +$lang['git'] = 'This extension was installed via git, you may not want to update it here.';
\ No newline at end of file |