[gnome-devel-docs] Fixed typo in string



commit 74e0b8c70d127e75b3f53f7def1e51bc372e66c5
Author: Daniel Mustieles <daniel mustieles gmail com>
Date:   Sat Oct 13 11:39:36 2012 +0200

    Fixed typo in string

 platform-demos/C/statusbar.js.page |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/platform-demos/C/statusbar.js.page b/platform-demos/C/statusbar.js.page
index 51cd1e2..2b487a7 100644
--- a/platform-demos/C/statusbar.js.page
+++ b/platform-demos/C/statusbar.js.page
@@ -103,7 +103,7 @@ const StatusbarExample = new Lang.Class({
             use_stock: true });
         this._clearButton.connect ("clicked", Lang.bind (this, this._clear));
 ]]></code>
-    <p>This code creates the three <link href="button.js.page">Gtk.Buttons</link> we'll use to push a new message to the statusbar, pop the last one off, and clear all existing messages. The "back" and "clear" buttons are <link href="http://developer.gnome.org/gtk/2.24/gtk-Stock-Items.html";>stock buttons,</link> which are automatically translated into any language GNOME supports.</p>
+    <p>This code creates the three <link href="button.js.page">Gtk.Buttons</link> we'll use to push a new message to the statusbar, pop the last one off, and clear all existing messages. The "back" and "clear" buttons are <link href="http://developer.gnome.org/gtk/2.24/gtk-Stock-Items.html";>stock buttons</link>, which are automatically translated into any language GNOME supports.</p>
 
     <code mime="application/javascript"><![CDATA[
         // Put the buttons in a grid



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]