diff options
author | Mario <mario@mariovavti.com> | 2018-11-03 13:21:53 +0100 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2018-11-03 13:21:53 +0100 |
commit | 9af35d998f9e29eb80603e97f7caaddc3a5257b0 (patch) | |
tree | 7dc2d858c80a1cc144bfedce72e44659320af0f7 | |
parent | 34e3f3907a6d8211c2b2486988f3d8e7c9eed085 (diff) | |
parent | c2e01bedc51b40e16ac64a62d28e56c9bdf593cc (diff) | |
download | volse-hubzilla-9af35d998f9e29eb80603e97f7caaddc3a5257b0.tar.gz volse-hubzilla-9af35d998f9e29eb80603e97f7caaddc3a5257b0.tar.bz2 volse-hubzilla-9af35d998f9e29eb80603e97f7caaddc3a5257b0.zip |
Merge branch 'patch-2' into 'dev'
Update hstrings.php
See merge request hubzilla/core!1364
-rw-r--r-- | view/it/hstrings.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/it/hstrings.php b/view/it/hstrings.php index 42fc58347..1f5527946 100644 --- a/view/it/hstrings.php +++ b/view/it/hstrings.php @@ -1393,7 +1393,7 @@ App::$strings["This site is powered by \$Projectname"] = "Questo sito รจ costrui App::$strings["Federated and decentralised networking and identity services provided by Zot"] = ""; App::$strings["Version %s"] = "Versione %s"; App::$strings["Project homepage"] = "Homepage del progetto"; -App::$strings["Developer homepage"] = "Homepege dello sviluppatore"; +App::$strings["Developer homepage"] = "Homepage dello sviluppatore"; App::$strings["No ratings"] = "Nessuna valutazione"; App::$strings["Ratings"] = "Valutazioni"; App::$strings["Rating: "] = "Valutazione:"; |