diff options
author | Matthias Clasen <maclas@gmx.de> | 2003-11-12 20:01:26 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2003-11-12 20:01:26 +0000 |
commit | f3c0fd5991287f15ef7a37ba347cb1286d16a3cf (patch) | |
tree | b6713ef835b76108f5b7c76655ad7940fa2c6b0b /gtk/gtkinputdialog.c | |
parent | 224cfe07634d71419d4a34b58bfdebd4109858a9 (diff) | |
download | gdk-pixbuf-f3c0fd5991287f15ef7a37ba347cb1286d16a3cf.tar.gz |
Clarify the label for the empty list. String change. (#95446, Tomas
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)
Diffstat (limited to 'gtk/gtkinputdialog.c')
-rw-r--r-- | gtk/gtkinputdialog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkinputdialog.c b/gtk/gtkinputdialog.c index cbbda5ca9..d2b521d48 100644 --- a/gtk/gtkinputdialog.c +++ b/gtk/gtkinputdialog.c @@ -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); |