summaryrefslogtreecommitdiff
path: root/gtk
diff options
context:
space:
mode:
authorKjartan Maraas <kmaraas@gnome.org>2001-12-16 17:00:55 +0000
committerKjartan Maraas <kmaraas@src.gnome.org>2001-12-16 17:00:55 +0000
commitb1a099e94bc3367b906ab2f6167e1eca035961a3 (patch)
tree51f2956ca901d75b054cff3c3d19201f142feb00 /gtk
parent20a870a6e068c852ce37c3bb072ee6e3ef11527a (diff)
downloadgdk-pixbuf-b1a099e94bc3367b906ab2f6167e1eca035961a3.tar.gz
Fix a typo. Fix a typo.
2001-12-16 Kjartan Maraas <kmaraas@gnome.org> * gtk/gtkprogressbar.c: Fix a typo. * gtk/gtkpaned.c: Fix a typo.
Diffstat (limited to 'gtk')
-rw-r--r--gtk/gtkpaned.c2
-rw-r--r--gtk/gtkprogressbar.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkpaned.c b/gtk/gtkpaned.c
index 85cb4cfb6..71be0ca81 100644
--- a/gtk/gtkpaned.c
+++ b/gtk/gtkpaned.c
@@ -118,7 +118,7 @@ gtk_paned_class_init (GtkPanedClass *class)
PROP_POSITION,
g_param_spec_int ("position",
_("Position"),
- _("Position of paned separator in pixels(0 means all the way to the left/top)"),
+ _("Position of paned separator in pixels (0 means all the way to the left/top)"),
0,
G_MAXINT,
0,
diff --git a/gtk/gtkprogressbar.c b/gtk/gtkprogressbar.c
index 5e9ebc387..525a731dc 100644
--- a/gtk/gtkprogressbar.c
+++ b/gtk/gtkprogressbar.c
@@ -175,7 +175,7 @@ gtk_progress_bar_class_init (GtkProgressBarClass *class)
PROP_DISCRETE_BLOCKS,
g_param_spec_uint ("discrete_blocks",
_("Discrete Blocks"),
- _("The number of discrete blocks in a progress bar (when shown in the discrete style"),
+ _("The number of discrete blocks in a progress bar (when shown in the discrete style)"),
2,
G_MAXUINT,
10,