diff options
author | Andreas Gohr <andi@splitbrain.org> | 2010-10-02 15:18:54 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2010-10-02 15:18:54 +0200 |
commit | decde61ca89c09e81deb350aac4faa7bb705fa70 (patch) | |
tree | 97a65cb68e72fc9deb8e769c9e423aaa57069a53 /inc | |
parent | b5205b2538d729ce5fa3fa3fb94920a08a102b5b (diff) | |
download | rpg-decde61ca89c09e81deb350aac4faa7bb705fa70.tar.gz rpg-decde61ca89c09e81deb350aac4faa7bb705fa70.tar.bz2 |
renamed index to sitemap FS#2026
Diffstat (limited to 'inc')
-rw-r--r-- | inc/lang/en/index.txt | 4 | ||||
-rw-r--r-- | inc/lang/en/lang.php | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/inc/lang/en/index.txt b/inc/lang/en/index.txt index 5adbfd898..152911bbb 100644 --- a/inc/lang/en/index.txt +++ b/inc/lang/en/index.txt @@ -1,4 +1,4 @@ -====== Index ====== +====== Sitemap ====== -This is an index over all available pages ordered by [[doku>namespaces|namespaces]]. +This is a sitemap over all available pages ordered by [[doku>namespaces|namespaces]]. diff --git a/inc/lang/en/lang.php b/inc/lang/en/lang.php index 5414f7a88..5c890246c 100644 --- a/inc/lang/en/lang.php +++ b/inc/lang/en/lang.php @@ -29,7 +29,7 @@ $lang['btn_revs'] = 'Old revisions'; $lang['btn_recent'] = 'Recent changes'; $lang['btn_upload'] = 'Upload'; $lang['btn_cancel'] = 'Cancel'; -$lang['btn_index'] = 'Index'; +$lang['btn_index'] = 'Sitemap'; $lang['btn_secedit']= 'Edit'; $lang['btn_login'] = 'Login'; $lang['btn_logout'] = 'Logout'; |