Change title of "Save and back" to "Save"

The button does not take you bake to anything.
This commit is contained in:
Karsten Heiken
2011-10-16 14:21:55 +02:00
parent 271f6ba525
commit ab6cfe723e

View File

@@ -48,7 +48,7 @@
</table> </table>
</form> </form>
<p> <p>
<a class="button save" href="javascript:void(0);" onclick="$('form[name=updateShares]').submit();"><?=_('Save and back');?></a> <a class="button save" href="javascript:void(0);" onclick="$('form[name=updateShares]').submit();"><?=_('Save');?></a>
</p> </p>
<h3><?=_('Share with someone');?></h3> <h3><?=_('Share with someone');?></h3>