diff options
author | Friendika <info@friendika.com> | 2011-03-28 18:06:36 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-03-28 18:06:36 -0700 |
commit | 6a280c321daedaa8444a2a64e1a824ae60a9229b (patch) | |
tree | cc7ce6480ca0a6b2a00961fde108e66477468d80 | |
parent | 00b5f6f8a1bdc004380fd75dd5e6dc52117dd6d7 (diff) | |
download | volse-hubzilla-6a280c321daedaa8444a2a64e1a824ae60a9229b.tar.gz volse-hubzilla-6a280c321daedaa8444a2a64e1a824ae60a9229b.tar.bz2 volse-hubzilla-6a280c321daedaa8444a2a64e1a824ae60a9229b.zip |
small wording change
-rw-r--r-- | view/de/settings.tpl | 2 | ||||
-rw-r--r-- | view/en/settings.tpl | 2 | ||||
-rw-r--r-- | view/it/settings.tpl | 2 | ||||
-rw-r--r-- | view/sv/settings.tpl | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/view/de/settings.tpl b/view/de/settings.tpl index 170939991..1924fc8e1 100644 --- a/view/de/settings.tpl +++ b/view/de/settings.tpl @@ -92,7 +92,7 @@ $profile_in_net_dir <div id="settings-default-perms-end"></div> <div id="settings-blockw-wrapper" > -<label id="settings-blockw-label" for="settings-blockw" >Allow friends to post to your profile: </label> +<label id="settings-blockw-label" for="settings-blockw" >Allow friends to post to your profile page: </label> <input type="checkbox" name="blockwall" id="settings-blockw" value="1" $blockw_checked /> </div> <div id="settings-blockw-end" ></div> diff --git a/view/en/settings.tpl b/view/en/settings.tpl index 134fffaf9..9822291c1 100644 --- a/view/en/settings.tpl +++ b/view/en/settings.tpl @@ -91,7 +91,7 @@ $profile_in_net_dir <div id="settings-default-perms-end"></div> <div id="settings-blockw-wrapper" > -<label id="settings-blockw-label" for="settings-blockw" >Allow friends to post to your profile: </label> +<label id="settings-blockw-label" for="settings-blockw" >Allow friends to post to your profile page: </label> <input type="checkbox" name="blockwall" id="settings-blockw" value="1" $blockw_checked /> </div> <div id="settings-blockw-end" ></div> diff --git a/view/it/settings.tpl b/view/it/settings.tpl index 6679e28fe..abaee5b9d 100644 --- a/view/it/settings.tpl +++ b/view/it/settings.tpl @@ -92,7 +92,7 @@ $profile_in_net_dir <div id="settings-default-perms-end"></div> <div id="settings-blockw-wrapper" > -<label id="settings-blockw-label" for="settings-blockw" >Allow friends to post to your profile: </label> +<label id="settings-blockw-label" for="settings-blockw" >Allow friends to post to your profile page: </label> <input type="checkbox" name="blockwall" id="settings-blockw" value="1" $blockw_checked /> </div> <div id="settings-blockw-end" ></div> diff --git a/view/sv/settings.tpl b/view/sv/settings.tpl index a1fff52eb..5c776c3a3 100644 --- a/view/sv/settings.tpl +++ b/view/sv/settings.tpl @@ -92,7 +92,7 @@ $profile_in_net_dir <div id="settings-default-perms-end"></div> <div id="settings-blockw-wrapper" > -<label id="settings-blockw-label" for="settings-blockw" >Allow friends to post to your profile: </label> +<label id="settings-blockw-label" for="settings-blockw" >Allow friends to post to your profile page: </label> <input type="checkbox" name="blockwall" id="settings-blockw" value="1" $blockw_checked /> </div> <div id="settings-blockw-end" ></div> |