diff options
Diffstat (limited to 'inc/lang/de/lang.php')
-rw-r--r-- | inc/lang/de/lang.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/inc/lang/de/lang.php b/inc/lang/de/lang.php index 3619a03db..60e5d8d43 100644 --- a/inc/lang/de/lang.php +++ b/inc/lang/de/lang.php @@ -3,6 +3,7 @@ /** * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) * + * @author Niclas Tittl <niclas.tittl@msn.com> * @author Jürgen Mayer <gro.ikiwukod@x.wellen.org> * @author Xrizzy <xrizzy@web.de> * @author Kurt Singer <webmaster@kurt-singer.com> @@ -57,7 +58,7 @@ $lang['singlequoteopening'] = '‚'; $lang['singlequoteclosing'] = '‘'; $lang['apostrophe'] = '’'; $lang['btn_edit'] = 'Diese Seite bearbeiten'; -$lang['btn_source'] = 'Zeige Quelltext'; +$lang['btn_source'] = 'Quelltext anzeigen'; $lang['btn_show'] = 'Seite anzeigen'; $lang['btn_create'] = 'Seite anlegen'; $lang['btn_search'] = 'Suche'; |