diff options
author | Marvin Thomas Rabe <m.rabe@echtzeitraum.de> | 2011-10-02 15:55:23 +0200 |
---|---|---|
committer | Marvin Thomas Rabe <m.rabe@echtzeitraum.de> | 2011-10-02 15:55:23 +0200 |
commit | 213275a1f89c2fbb0aeddd151d9500f67108845f (patch) | |
tree | 17a4738d45e0580f07e57641b1d649acc6a1737b /apps | |
parent | daee88fd26b69d997b5a203c42d6a3cb1dbe46dc (diff) | |
download | nextcloud-server-213275a1f89c2fbb0aeddd151d9500f67108845f.tar.gz nextcloud-server-213275a1f89c2fbb0aeddd151d9500f67108845f.zip |
Add translation and fixed some css problems
Diffstat (limited to 'apps')
-rw-r--r-- | apps/calendar/templates/settings.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/calendar/templates/settings.php b/apps/calendar/templates/settings.php index 144a05059ca..922dce76663 100644 --- a/apps/calendar/templates/settings.php +++ b/apps/calendar/templates/settings.php @@ -54,7 +54,7 @@ OC_UTIL::addStyle('', 'jquery.multiselect'); <label for="duration"><strong><?php echo $l->t('Event duration');?></strong></label> <input type="text" maxlength="3" size="3" style="width: 2em;" id="duration" name="duration" /> <strong><?php echo $l->t("Minutes");?></strong> <br /> - Calendar CalDAV syncing address: + <?php echo $l->t('Calendar CalDAV syncing address:');?> <?php echo OC_Helper::linkTo('apps/calendar', 'caldav.php', null, true); ?><br /> </fieldset> </form> |