quadrispro
-
2010-08-08
- priority: 5 --> 1
Please apply the following patch to correct a small spelling mistake in src/message.c:
---
src/message.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- dvd95-1.6p0+git20100528.ef7c.orig/src/message.c
+++ dvd95-1.6p0+git20100528.ef7c/src/message.c
@@ -237,7 +237,7 @@ static GtkWidget * CreatePatient( char *
patient = gtk_window_new (GTK_WINDOW_TOPLEVEL);
GLADE_HOOKUP_OBJECT_NO_REF (patient, patient, "patient");
- gtk_window_set_title (GTK_WINDOW (patient), _("Informations"));
+ gtk_window_set_title (GTK_WINDOW (patient), _("Information"));
gtk_window_set_position (GTK_WINDOW (patient), GTK_WIN_POS_CENTER);
gtk_window_set_modal (GTK_WINDOW (patient), TRUE);