Skip to content

Commit

Permalink
Dev Small text change
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed May 27, 2016
1 parent cddf531 commit b1cca6d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -130,7 +130,7 @@ function copyprompt(text, defvalue, copydirectory, action)

if (!function_exists("zip_open"))
{
$sMessage=gT("You cannot upload templates because you do not have the necessary ZIP library installed in PHP.");
$sMessage=gT("You cannot upload templates because you do not have the required ZIP library installed in PHP.");
}
else
{
Expand Down

0 comments on commit b1cca6d

Please sign in to comment.