diff options
author | Kjartan Maraas <kmaraas@gnome.org> | 2008-01-08 18:58:31 +0000 |
---|---|---|
committer | Kjartan Maraas <kmaraas@src.gnome.org> | 2008-01-08 18:58:31 +0000 |
commit | 1b1b8b257848f9a4ee59a36e76814318204765ee (patch) | |
tree | 8202a04c5c3727a3a950a7506dade36340aa2786 /charpick | |
parent | fde8b9dc73f64ccf859c65a1da8b4fdda1c32a3d (diff) |
Fix reference to button. Patch from Bob Mauchin. Closes bug #502352 (GHOP)
2008-01-08 Kjartan Maraas <kmaraas@gnome.org>
* help/C/char-palette.xml: Fix reference to button.
Patch from Bob Mauchin. Closes bug #502352 (GHOP)
svn path=/trunk/; revision=10570
Diffstat (limited to 'charpick')
-rw-r--r-- | charpick/ChangeLog | 5 | ||||
-rw-r--r-- | charpick/help/C/char-palette.xml | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/charpick/ChangeLog b/charpick/ChangeLog index 1813ba0cd..225f07eeb 100644 --- a/charpick/ChangeLog +++ b/charpick/ChangeLog @@ -1,3 +1,8 @@ +2008-01-08 Kjartan Maraas <kmaraas@gnome.org> + + * help/C/char-palette.xml: Fix reference to button. + Patch from Bob Mauchin. Closes bug #502352 (GHOP) + 2007-12-02 Changwoo Ryu <cwryu@debian.org> * help/ko/*: diff --git a/charpick/help/C/char-palette.xml b/charpick/help/C/char-palette.xml index d626aa7fe..dd90dc265 100644 --- a/charpick/help/C/char-palette.xml +++ b/charpick/help/C/char-palette.xml @@ -297,7 +297,7 @@ <itemizedlist> <listitem><para>To add a new palette to the applet, click on the <guibutton>Add</guibutton> button. See <xref linkend="charpick-default-new"/> for more information. </para></listitem> <listitem><para>To delete a palette from the applet, select the palette, then click on the <guibutton>Delete</guibutton> button.</para></listitem> - <listitem><para>To modify a palette, select the palette, then click on the <guibutton>Properties</guibutton> button. Modify the palette in the <guilabel>Edit Palette</guilabel> dialog, then click <guibutton>OK</guibutton>.</para></listitem> + <listitem><para>To modify a palette, select the palette, then click on the <guibutton>Edit</guibutton> button. Modify the palette in the <guilabel>Edit Palette</guilabel> dialog, then click <guibutton>OK</guibutton>.</para></listitem> </itemizedlist> </sect2> <sect2 id="charpick-default-new"> |