diff options
author | Thomas Willingham <founder@kakste.com> | 2013-09-26 18:26:03 +0100 |
---|---|---|
committer | Thomas Willingham <founder@kakste.com> | 2013-09-26 18:26:03 +0100 |
commit | 689cea3170968e1e488fb6fe84505ca7c9f6a2bf (patch) | |
tree | 16110f47fd0dbd65044636cbc109f4d024b18309 /include | |
parent | 6519433301a571d8e12ffa24b56534bb2e3afe5f (diff) | |
download | volse-hubzilla-689cea3170968e1e488fb6fe84505ca7c9f6a2bf.tar.gz volse-hubzilla-689cea3170968e1e488fb6fe84505ca7c9f6a2bf.tar.bz2 volse-hubzilla-689cea3170968e1e488fb6fe84505ca7c9f6a2bf.zip |
Typo
Diffstat (limited to 'include')
-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" )); } |