diff options
author | Marvin Thomas Rabe <m.rabe@echtzeitraum.de> | 2011-10-02 16:06:30 +0200 |
---|---|---|
committer | Marvin Thomas Rabe <m.rabe@echtzeitraum.de> | 2011-10-02 16:06:30 +0200 |
commit | bdcf31cc7335f280e04182bb356be98862dc7e55 (patch) | |
tree | c089f6d7d2cd72af869ebcb21d3772312b1e0c3f /apps/calendar | |
parent | 590b006d5c98fc805018350fdf0ec7ba9f641904 (diff) | |
download | nextcloud-server-bdcf31cc7335f280e04182bb356be98862dc7e55.tar.gz nextcloud-server-bdcf31cc7335f280e04182bb356be98862dc7e55.zip |
Added translatable text.
Diffstat (limited to 'apps/calendar')
-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 922dce76663..44fbb230a43 100644 --- a/apps/calendar/templates/settings.php +++ b/apps/calendar/templates/settings.php @@ -52,7 +52,7 @@ OC_UTIL::addStyle('', 'jquery.multiselect'); ?> </select><br /> <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> + <input type="text" maxlength="3" size="3" style="width: 2em;" id="duration" name="duration" /> <?php echo $l->t("Minutes");?> <br /> <?php echo $l->t('Calendar CalDAV syncing address:');?> <?php echo OC_Helper::linkTo('apps/calendar', 'caldav.php', null, true); ?><br /> |