gcalctool r1902 - in trunk: . gcalctool



Author: claudep
Date: Wed Jan 16 16:39:51 2008
New Revision: 1902
URL: http://svn.gnome.org/viewvc/gcalctool?rev=1902&view=rev

Log:
Typo in message.

Modified:
   trunk/ChangeLog
   trunk/gcalctool/gtk.c

Modified: trunk/gcalctool/gtk.c
==============================================================================
--- trunk/gcalctool/gtk.c	(original)
+++ trunk/gcalctool/gtk.c	Wed Jan 16 16:39:51 2008
@@ -2525,7 +2525,7 @@
                                         GTK_BUTTONS_NONE,
                                         N_("Error loading user interface"));
         gtk_message_dialog_format_secondary_text(GTK_MESSAGE_DIALOG(dialog),
-                                                 N_("The user interace file %s is missing or unable to be loaded. Please check your installation."), UI_FILE);
+                                                 N_("The user interface file %s is missing or unable to be loaded. Please check your installation."), UI_FILE);
         gtk_dialog_add_buttons(GTK_DIALOG(dialog), GTK_STOCK_QUIT, GTK_RESPONSE_ACCEPT, NULL);
         
         gtk_dialog_run(GTK_DIALOG(dialog));



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]