Fix a few typos
This commit is contained in:
parent
bcbd7cce13
commit
ff267664b8
@ -1,4 +1,4 @@
|
|||||||
/* testextendedlayout2.c
|
/* extendedlayoutexample.c
|
||||||
* Copyright (C) 2010 Openismus GmbH
|
* Copyright (C) 2010 Openismus GmbH
|
||||||
*
|
*
|
||||||
* Author:
|
* Author:
|
||||||
@ -440,7 +440,7 @@ TestInterface interfaces[] = {
|
|||||||
" <child>"
|
" <child>"
|
||||||
" <object class=\"GtkLabel\" id=\"label1\">"
|
" <object class=\"GtkLabel\" id=\"label1\">"
|
||||||
" <property name=\"visible\">True</property>"
|
" <property name=\"visible\">True</property>"
|
||||||
" <property name=\"label\" translatable=\"yes\">The first 2 labels require 10 charachters.</property>"
|
" <property name=\"label\" translatable=\"yes\">The first 2 labels require 10 characters.</property>"
|
||||||
" <property name=\"wrap\">True</property>"
|
" <property name=\"wrap\">True</property>"
|
||||||
" <property name=\"width_chars\">10</property>"
|
" <property name=\"width_chars\">10</property>"
|
||||||
" <attributes>"
|
" <attributes>"
|
||||||
@ -457,7 +457,7 @@ TestInterface interfaces[] = {
|
|||||||
" <child>"
|
" <child>"
|
||||||
" <object class=\"GtkLabel\" id=\"label2\">"
|
" <object class=\"GtkLabel\" id=\"label2\">"
|
||||||
" <property name=\"visible\">True</property>"
|
" <property name=\"visible\">True</property>"
|
||||||
" <property name=\"label\" translatable=\"yes\">This label has a maximum natural width of 20 charachters. The second two labels expand.</property>"
|
" <property name=\"label\" translatable=\"yes\">This label has a maximum natural width of 20 characters. The second two labels expand.</property>"
|
||||||
" <property name=\"wrap\">True</property>"
|
" <property name=\"wrap\">True</property>"
|
||||||
" <property name=\"width_chars\">10</property>"
|
" <property name=\"width_chars\">10</property>"
|
||||||
" <property name=\"max_width_chars\">20</property>"
|
" <property name=\"max_width_chars\">20</property>"
|
||||||
|
Loading…
Reference in New Issue
Block a user