From 71e14df475a4a212fd2a7b6efa38ef95352401f8 Mon Sep 17 00:00:00 2001 From: Anika Henke <anika@selfthinker.org> Date: Sun, 15 Jul 2012 21:56:17 +0100 Subject: [PATCH] reworded the word 'button' to be more generic and independent from template (FS#2543) --- data/pages/wiki/syntax.txt | 2 +- inc/lang/en/newpage.txt | 2 +- inc/lang/en/norev.txt | 2 +- inc/lang/en/searchpage.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/data/pages/wiki/syntax.txt b/data/pages/wiki/syntax.txt index dd3154ef0..55bbabab2 100644 --- a/data/pages/wiki/syntax.txt +++ b/data/pages/wiki/syntax.txt @@ -1,6 +1,6 @@ ====== Formatting Syntax ====== -[[doku>DokuWiki]] supports some simple markup language, which tries to make the datafiles to be as readable as possible. This page contains all possible syntax you may use when editing the pages. Simply have a look at the source of this page by pressing the //Edit this page// button at the top or bottom of the page. If you want to try something, just use the [[playground:playground|playground]] page. The simpler markup is easily accessible via [[doku>toolbar|quickbuttons]], too. +[[doku>DokuWiki]] supports some simple markup language, which tries to make the datafiles to be as readable as possible. This page contains all possible syntax you may use when editing the pages. Simply have a look at the source of this page by pressing "Edit this page". If you want to try something, just use the [[playground:playground|playground]] page. The simpler markup is easily accessible via [[doku>toolbar|quickbuttons]], too. ===== Basic Text Formatting ===== diff --git a/inc/lang/en/newpage.txt b/inc/lang/en/newpage.txt index 848d4df09..e78b534a0 100644 --- a/inc/lang/en/newpage.txt +++ b/inc/lang/en/newpage.txt @@ -1,4 +1,4 @@ ====== This topic does not exist yet ====== -You've followed a link to a topic that doesn't exist yet. If permissions allow, you may create it by using the ''Create this page'' button. +You've followed a link to a topic that doesn't exist yet. If permissions allow, you may create it by clicking on "Create this page". diff --git a/inc/lang/en/norev.txt b/inc/lang/en/norev.txt index 0b21bf3f0..27c336be7 100644 --- a/inc/lang/en/norev.txt +++ b/inc/lang/en/norev.txt @@ -1,4 +1,4 @@ ====== No such revision ====== -The specified revision doesn't exist. Use the ''Old revisions'' button for a list of old revisions of this document. +The specified revision doesn't exist. Click on "Old revisions" for a list of old revisions of this document. diff --git a/inc/lang/en/searchpage.txt b/inc/lang/en/searchpage.txt index e357d6cdd..50578db3f 100644 --- a/inc/lang/en/searchpage.txt +++ b/inc/lang/en/searchpage.txt @@ -1,5 +1,5 @@ ====== Search ====== -You can find the results of your search below. If you didn't find what you were looking for, you can create or edit the page named after your query with the appropriate button. +You can find the results of your search below. If you didn't find what you were looking for, you can create or edit the page named after your query with the appropriate tool. ===== Results ===== -- GitLab