diff options
Diffstat (limited to 'src/settings/diffmergesettings.ui')
-rw-r--r-- | src/settings/diffmergesettings.ui | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/settings/diffmergesettings.ui b/src/settings/diffmergesettings.ui index 5594d40..106fb72 100644 --- a/src/settings/diffmergesettings.ui +++ b/src/settings/diffmergesettings.ui @@ -59,7 +59,7 @@ <string>Use external diff display</string> </property> <property name="toolTip" stdset="0"> - <string>If kdesvn should use an external diff display and/or generator. If not checked use internal display.</string> + <string>If tdesvn should use an external diff display and/or generator. If not checked use internal display.</string> </property> </widget> <widget class="TQCheckBox"> @@ -131,7 +131,7 @@ </property> <property name="whatsThis" stdset="0"> <string><p> -Enter how kdesvn should call the conflict resolver program. The form is +Enter how tdesvn should call the conflict resolver program. The form is <p align="center"> <b><tt>&lt;program&gt; &lt;programoptions&gt;</tt></b> </p> @@ -142,7 +142,7 @@ The substitutions means:<br> <b><tt>%o</tt></b> Old version<br> <b><tt>%m</tt></b> Mine or local edit version<br> <b><tt>%n</tt></b> Newest version<br> -<b><tt>%t</tt></b> The target to save as, kdesvn will use the orignal file name for it. +<b><tt>%t</tt></b> The target to save as, tdesvn will use the orignal file name for it. </p> <p> Default: <tt>kdiff3 %o %m %n -o %t</tt> @@ -169,7 +169,7 @@ Default: <tt>kdiff3 %o %m %n -o %t</tt> </property> <property name="whatsThis" stdset="0"> <string><p> -Enter how kdesvn should call the external merge program. The form is +Enter how tdesvn should call the external merge program. The form is <p align="center"> <b><tt>&lt;program&gt; &lt;programoptions&gt; %s1 %s2 %t</tt></b> </p> @@ -202,7 +202,7 @@ or If using first or second form, svn itself will generate the diff. %f will replaced with a temporary filename. If %f is not given, the diff-display should able reading data from stdin. <br> -When %1 and %2 is given, kdesvn let this display make the diff. For that it it makes a temporary export or get (if needed) and fill out the parameters with the right value. %1 will filled with the content of start-revision, %2 with the endrevision. On large recoursive diffs this may get real slow! +When %1 and %2 is given, tdesvn let this display make the diff. For that it it makes a temporary export or get (if needed) and fill out the parameters with the right value. %1 will filled with the content of start-revision, %2 with the endrevision. On large recoursive diffs this may get real slow! </p></string> </property> </widget> |