aboutsummaryrefslogtreecommitdiffstats
path: root/include/page_widgets.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-09-26 16:26:08 -0700
committerfriendica <info@friendica.com>2013-09-26 16:26:08 -0700
commit8e94e79c7bfc4253efb17f32246bdafd498a3aed (patch)
tree473a0bbad205c5b4a7dfa0be5dac8d649ededaac /include/page_widgets.php
parentedc5566f79c94f7ad994eccc7a8bb0e586961cf4 (diff)
parentc81ad135acc64065a95f0fee3c339e59504b7e45 (diff)
downloadvolse-hubzilla-8e94e79c7bfc4253efb17f32246bdafd498a3aed.tar.gz
volse-hubzilla-8e94e79c7bfc4253efb17f32246bdafd498a3aed.tar.bz2
volse-hubzilla-8e94e79c7bfc4253efb17f32246bdafd498a3aed.zip
Merge https://github.com/friendica/red into zpull
Diffstat (limited to 'include/page_widgets.php')
-rw-r--r--include/page_widgets.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/page_widgets.php b/include/page_widgets.php
index 23d6d25ba..d70281afc 100644
--- a/include/page_widgets.php
+++ b/include/page_widgets.php
@@ -5,7 +5,7 @@ function writepages_widget ($who,$which){
return replace_macros(get_markup_template('write_pages.tpl'), array(
'$new' => t('New Page'),
'$newurl' => "webpages/$who",
- '$edit' => t('edit'),
+ '$edit' => t('Edit'),
'$editurl' => "editwebpage/$who/$which"
));
}