summaryrefslogtreecommitdiffstats
path: root/apps/files
diff options
context:
space:
mode:
authorVincent Petry <pvince81@owncloud.com>2013-11-28 10:52:59 +0100
committerVincent Petry <pvince81@owncloud.com>2013-11-28 10:52:59 +0100
commit69a3327f47843da8f070b2da653f6d956cfde6c1 (patch)
treee3231dfe1f89b0bc7f79b52db7fc35176ef41070 /apps/files
parent24a08c686df393e41fca251776ce0a414d75976f (diff)
downloadnextcloud-server-69a3327f47843da8f070b2da653f6d956cfde6c1.tar.gz
nextcloud-server-69a3327f47843da8f070b2da653f6d956cfde6c1.zip
Moved new file extension out of the translated string
Diffstat (limited to 'apps/files')
-rw-r--r--apps/files/templates/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/templates/index.php b/apps/files/templates/index.php
index bb46086a4d2..99d66ed3f9c 100644
--- a/apps/files/templates/index.php
+++ b/apps/files/templates/index.php
@@ -5,7 +5,7 @@
<a><?php p($l->t('New'));?></a>
<ul>
<li style="background-image:url('<?php p(OCP\mimetype_icon('text/plain')) ?>')"
- data-type='file' data-newname='<?php p($l->t('New text file.txt')) ?>'><p><?php p($l->t('Text file'));?></p></li>
+ data-type='file' data-newname='<?php p($l->t('New text file')) ?>.txt'><p><?php p($l->t('Text file'));?></p></li>
<li style="background-image:url('<?php p(OCP\mimetype_icon('dir')) ?>')"
data-type='folder' data-newname='<?php p($l->t('New folder')) ?>'><p><?php p($l->t('Folder'));?></p></li>
<li style="background-image:url('<?php p(OCP\image_path('core', 'places/link.svg')) ?>')"