diff options
author | erik <eeeeeee@utpost.se> | 2011-03-22 07:48:22 -0700 |
---|---|---|
committer | erik <eeeeeee@utpost.se> | 2011-03-22 07:48:22 -0700 |
commit | a5e1a4b1dcb2271d3cf786adf8c3cad04a96865f (patch) | |
tree | 3e7fa5d8861e45b4ad10fbe9993762207f50b87e /view/sv/group_new.tpl | |
parent | 60c9c444dc825544ac24be2d6602284c6cce0f78 (diff) | |
download | volse-hubzilla-a5e1a4b1dcb2271d3cf786adf8c3cad04a96865f.tar.gz volse-hubzilla-a5e1a4b1dcb2271d3cf786adf8c3cad04a96865f.tar.bz2 volse-hubzilla-a5e1a4b1dcb2271d3cf786adf8c3cad04a96865f.zip |
Edited view/sv/group_new.tpl via GitHub
Diffstat (limited to 'view/sv/group_new.tpl')
-rw-r--r-- | view/sv/group_new.tpl | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/view/sv/group_new.tpl b/view/sv/group_new.tpl index a1efa7717..a1865b246 100644 --- a/view/sv/group_new.tpl +++ b/view/sv/group_new.tpl @@ -1,21 +1,20 @@ - <div id="group-new-wrapper" > <form action="group/new" method="post"> <div id="group-new-text"> <p> -Create a group of contacts/friends. +Skapa en grupp med kontakter/vänner i. <div id="group-new-input-wrapper"> -<label id="group-new-label" for="group-new-name" >Group Name: </label> +<label id="group-new-label" for="group-new-name" >Gruppnamn: </label> <input name="groupname" id="group-new-name" /> </div> <div id="group-new-input-end" ></div> <div id="group-new-submit-wrapper" > -<input type="submit" name="submit" value="Submit" /> +<input type="submit" name="submit" value="Spara" /> </form> </div> <div id="group-new-end"></div> |