diff options
author | friendica <info@friendica.com> | 2013-09-26 16:26:08 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-09-26 16:26:08 -0700 |
commit | 8e94e79c7bfc4253efb17f32246bdafd498a3aed (patch) | |
tree | 473a0bbad205c5b4a7dfa0be5dac8d649ededaac /include/page_widgets.php | |
parent | edc5566f79c94f7ad994eccc7a8bb0e586961cf4 (diff) | |
parent | c81ad135acc64065a95f0fee3c339e59504b7e45 (diff) | |
download | volse-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.php | 2 |
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" )); } |