Browse Source

! List examples of file types that will be accepted for themes. ref #420

Signed-off-by: Peter Spicer <[email protected]>
Peter Spicer 11 years ago
parent
commit
083ee9b201
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Themes/default/languages/Themes.english.php

+ 1 - 1
Themes/default/languages/Themes.english.php

@@ -14,7 +14,7 @@ $txt['theme_remove'] = 'remove';
 $txt['theme_remove_confirm'] = 'Are you sure you want to permanently remove this theme?';
 $txt['theme_remove_confirm'] = 'Are you sure you want to permanently remove this theme?';
 
 
 $txt['theme_install'] = 'Install a New Theme';
 $txt['theme_install'] = 'Install a New Theme';
-$txt['theme_install_file'] = 'From a file';
+$txt['theme_install_file'] = 'From an archive (e.g. .zip, .tar.gz)';
 $txt['theme_install_dir'] = 'From a directory on the server';
 $txt['theme_install_dir'] = 'From a directory on the server';
 $txt['theme_install_error'] = 'That theme directory doesn\'t exist, or doesn\'t contain a theme.';
 $txt['theme_install_error'] = 'That theme directory doesn\'t exist, or doesn\'t contain a theme.';
 $txt['theme_install_write_error'] = 'The Themes directory must be writable to continue.';
 $txt['theme_install_write_error'] = 'The Themes directory must be writable to continue.';