diff options
author | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-08-16 12:45:44 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-08-16 12:45:44 +0200 |
commit | b885bad2eebed23a23f86bdb6297551096428c7f (patch) | |
tree | cca8780db769e55f6f2504391f7af08818a07f18 /apps/bookmarks/templates | |
parent | 98997a51fa7883f9da7e9210732daf1a607ff861 (diff) | |
download | nextcloud-server-b885bad2eebed23a23f86bdb6297551096428c7f.tar.gz nextcloud-server-b885bad2eebed23a23f86bdb6297551096428c7f.zip |
wording fix for bookmarks
Diffstat (limited to 'apps/bookmarks/templates')
-rw-r--r-- | apps/bookmarks/templates/list.php | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/apps/bookmarks/templates/list.php b/apps/bookmarks/templates/list.php index 278a0db5249..9a2226dbd9f 100644 --- a/apps/bookmarks/templates/list.php +++ b/apps/bookmarks/templates/list.php @@ -4,10 +4,10 @@ <input type="button" class="bookmarks_addBtn" value="Add Bookmark" /> </div> <div class="bookmarks_add"> - <p><label class="bookmarks_label">URL: </label><input type="text" id="bookmark_add_url" class="bookmarks_input" /></p> - <p><label class="bookmarks_label">Title: </label><input type="text" id="bookmark_add_title" class="bookmarks_input" /></p> - <p><label class="bookmarks_label">Description: </label><input type="text" id="bookmark_add_description" class="bookmarks_input" /></p> - <p><label class="bookmarks_label">Tags:</label><input type="text" id="bookmark_add_tags" class="bookmarks_input" /></p> + <p><label class="bookmarks_label">Address</label><input type="text" id="bookmark_add_url" class="bookmarks_input" /></p> + <p><label class="bookmarks_label">Title</label><input type="text" id="bookmark_add_title" class="bookmarks_input" /></p> + <p><label class="bookmarks_label">Description</label><input type="text" id="bookmark_add_description" class="bookmarks_input" /></p> + <p><label class="bookmarks_label">Tags</label><input type="text" id="bookmark_add_tags" class="bookmarks_input" /></p> <p><label class="bookmarks_label"></label><input type="submit" id="bookmark_add_submit" /></p> </div> <div class="bookmarks_list"> @@ -15,4 +15,4 @@ JavaScript is needed to display your Bookmarks </noscript> You have no bookmarks -</div>
\ No newline at end of file +</div> |