gnome-specimen r82 - in trunk-from-bzr: . specimen



Author: wbolster
Date: Tue Jun 17 18:42:38 2008
New Revision: 82
URL: http://svn.gnome.org/viewvc/gnome-specimen?rev=82&view=rev

Log:
* specimen/specimenwindow.py:
  - Use a more common pangram: 'The quick brown fox jumps
    over the lazy dog.' instead of 'Pack my box with five
    dozen liquor jugs.'


Modified:
   trunk-from-bzr/   (props changed)
   trunk-from-bzr/specimen/specimenwindow.py

Modified: trunk-from-bzr/specimen/specimenwindow.py
==============================================================================
--- trunk-from-bzr/specimen/specimenwindow.py	(original)
+++ trunk-from-bzr/specimen/specimenwindow.py	Tue Jun 17 18:42:38 2008
@@ -18,7 +18,7 @@
     # Note to translators: this should be a pangram (a sentence containing all
     # letters of your alphabet. See http://en.wikipedia.org/wiki/Pangram for
     # more information and possible samples for your language.
-    preview_text = _('Pack my box with five dozen liquor jugs.')
+    preview_text = _('The quick brown fox jumps over the lazy dog.')
     preview_size = 12
     preview_fgcolor = gtk.gdk.color_parse('black')
     preview_bgcolor = gtk.gdk.color_parse('white')



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