]> source.dussan.org Git - nextcloud-server.git/commitdiff
Contacts: better label for saving a property
authorBart Visscher <bartv@thisnet.nl>
Thu, 24 Nov 2011 20:35:41 +0000 (21:35 +0100)
committerBart Visscher <bartv@thisnet.nl>
Thu, 24 Nov 2011 20:36:35 +0000 (21:36 +0100)
apps/contacts/templates/part.setpropertyform.php

index b0bf6645d585cbe13724d4a0b0076e440949404b..d31bde009a06a31e880911b167b945fbbd03ff7a 100644 (file)
@@ -52,5 +52,5 @@
                        <p class="contacts_property_name"><label for="org"><?php echo $l->t('Organization'); ?></label></p>
                        <p class="contacts_property_data"><input id="org" type="text" name="value" value="<?php echo $_['property']['value']; ?>"></p>
                <?php endif; ?>
-               <input id="contacts_setproperty_button" type="submit" value="<?php echo $l->t('Edit'); ?>">
+               <input id="contacts_setproperty_button" type="submit" value="<?php echo $l->t('Update'); ?>">
        </form>