diff options
author | friendica <info@friendica.com> | 2012-02-25 00:30:14 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-02-25 00:30:14 -0800 |
commit | 18bf5d14023d5f6ea4d490362b2825f7a71f951e (patch) | |
tree | 612d2628849d741c8630e20c58bf1c92d57fcb4a /util | |
parent | 6092567c977d9e28df9558db51bd5b3d269740e8 (diff) | |
download | volse-hubzilla-18bf5d14023d5f6ea4d490362b2825f7a71f951e.tar.gz volse-hubzilla-18bf5d14023d5f6ea4d490362b2825f7a71f951e.tar.bz2 volse-hubzilla-18bf5d14023d5f6ea4d490362b2825f7a71f951e.zip |
theme info (like plugin info)
Diffstat (limited to 'util')
-rwxr-xr-x | util/strings.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/strings.php b/util/strings.php index 0af841ce3..e70766d86 100755 --- a/util/strings.php +++ b/util/strings.php @@ -207,7 +207,7 @@ $a->strings["Enter full path to php executable"] = ""; $a->strings["Command line PHP"] = ""; $a->strings["The command line version of PHP on your system does not have \"register_argc_argv\" enabled."] = ""; $a->strings["This is required for message delivery to work."] = ""; -$a->strings["PHP \"register_argc_argv\"] = ""; +$a->strings["PHP \"register_argc_argv\""] = ""; $a->strings["Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys"] = ""; $a->strings["If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."] = ""; $a->strings["Generate encryption keys"] = ""; |