]> Pileus Git - ~andy/gtk/commitdiff
Clarify the label for the empty list. String change. (#95446, Tomas
authorMatthias Clasen <maclas@gmx.de>
Wed, 12 Nov 2003 20:01:26 +0000 (20:01 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Wed, 12 Nov 2003 20:01:26 +0000 (20:01 +0000)
Wed Nov 12 21:00:10 2003  Matthias Clasen  <maclas@gmx.de>

* gtk/gtkinputdialog.c (gtk_input_dialog_init): Clarify the
label for the empty list. String change.  (#95446, Tomas Ögren)

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkinputdialog.c

index 5cc958b85b312866c610e333098604f9a2dd104f..57d4b3d22c9ec849ad311ea042c347d0602bd895 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed Nov 12 21:00:10 2003  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkinputdialog.c (gtk_input_dialog_init): Clarify the
+       label for the empty list. String change.  (#95446, Tomas Ögren)
+
 Wed Nov 12 20:57:50 2003  Matthias Clasen  <maclas@gmx.de>
 
        * gtk/gtkicontheme.h (enum GtkIconLookupFlags): Correct
index 5cc958b85b312866c610e333098604f9a2dd104f..57d4b3d22c9ec849ad311ea042c347d0602bd895 100644 (file)
@@ -1,3 +1,8 @@
+Wed Nov 12 21:00:10 2003  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkinputdialog.c (gtk_input_dialog_init): Clarify the
+       label for the empty list. String change.  (#95446, Tomas Ögren)
+
 Wed Nov 12 20:57:50 2003  Matthias Clasen  <maclas@gmx.de>
 
        * gtk/gtkicontheme.h (enum GtkIconLookupFlags): Correct
index 5cc958b85b312866c610e333098604f9a2dd104f..57d4b3d22c9ec849ad311ea042c347d0602bd895 100644 (file)
@@ -1,3 +1,8 @@
+Wed Nov 12 21:00:10 2003  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkinputdialog.c (gtk_input_dialog_init): Clarify the
+       label for the empty list. String change.  (#95446, Tomas Ögren)
+
 Wed Nov 12 20:57:50 2003  Matthias Clasen  <maclas@gmx.de>
 
        * gtk/gtkicontheme.h (enum GtkIconLookupFlags): Correct
index 5cc958b85b312866c610e333098604f9a2dd104f..57d4b3d22c9ec849ad311ea042c347d0602bd895 100644 (file)
@@ -1,3 +1,8 @@
+Wed Nov 12 21:00:10 2003  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkinputdialog.c (gtk_input_dialog_init): Clarify the
+       label for the empty list. String change.  (#95446, Tomas Ögren)
+
 Wed Nov 12 20:57:50 2003  Matthias Clasen  <maclas@gmx.de>
 
        * gtk/gtkicontheme.h (enum GtkIconLookupFlags): Correct
index 5cc958b85b312866c610e333098604f9a2dd104f..57d4b3d22c9ec849ad311ea042c347d0602bd895 100644 (file)
@@ -1,3 +1,8 @@
+Wed Nov 12 21:00:10 2003  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkinputdialog.c (gtk_input_dialog_init): Clarify the
+       label for the empty list. String change.  (#95446, Tomas Ögren)
+
 Wed Nov 12 20:57:50 2003  Matthias Clasen  <maclas@gmx.de>
 
        * gtk/gtkicontheme.h (enum GtkIconLookupFlags): Correct
index cbbda5ca95b31e82724e65a75cbf7c258a885ae9..d2b521d4879b8e641a2c2984ab98e44053dfe23b 100644 (file)
@@ -239,7 +239,7 @@ gtk_input_dialog_init (GtkInputDialog *inputd)
   gtk_box_pack_start (GTK_BOX (GTK_DIALOG (inputd)->vbox), private->main_vbox,
                      TRUE, TRUE, 0);
 
-  private->no_devices_label = gtk_label_new (_("No input devices"));
+  private->no_devices_label = gtk_label_new (_("No extended input devices"));
   gtk_box_pack_start (GTK_BOX (GTK_DIALOG (inputd)->vbox),
                      private->no_devices_label,
                      TRUE, TRUE, 0);