[uim-commit] r2591 - in branches/1.0: helper qt

kzk at freedesktop.org kzk at freedesktop.org
Thu Dec 15 18:32:12 PST 2005


Author: kzk
Date: 2005-12-15 18:32:07 -0800 (Thu, 15 Dec 2005)
New Revision: 2591

Modified:
   branches/1.0/helper/pref-gtk.c
   branches/1.0/qt/pref-qt.cpp
Log:
* backport r2590

* helper/pref-gtk.c
  - (quit_confirm): fixed typo
* qt/pref-qt.cpp
  - (UimPrefDialog::confirmQuit): fixed typo



Modified: branches/1.0/helper/pref-gtk.c
===================================================================
--- branches/1.0/helper/pref-gtk.c	2005-12-16 02:30:05 UTC (rev 2590)
+++ branches/1.0/helper/pref-gtk.c	2005-12-16 02:32:07 UTC (rev 2591)
@@ -214,7 +214,7 @@
 				    GTK_MESSAGE_QUESTION,
 				    GTK_BUTTONS_YES_NO,
 				    _("Some value(s) have been changed.\n"
-				      "Do you realy quit this program?"));
+				      "Do you really quit this program?"));
     gtk_window_set_transient_for(GTK_WINDOW(dialog), GTK_WINDOW(pref_window));
     gtk_window_set_position(GTK_WINDOW(dialog), GTK_WIN_POS_CENTER_ON_PARENT);
     g_signal_connect(G_OBJECT(dialog), "response",

Modified: branches/1.0/qt/pref-qt.cpp
===================================================================
--- branches/1.0/qt/pref-qt.cpp	2005-12-16 02:30:05 UTC (rev 2590)
+++ branches/1.0/qt/pref-qt.cpp	2005-12-16 02:32:07 UTC (rev 2591)
@@ -261,7 +261,7 @@
     int result = QMessageBox::question( this,
                                         _("Quit Confirm"),
                                         _("Some value(s) have been changed.\n"
-                                          "Do you realy quit this program?"),
+                                          "Do you really quit this program?"),
                                         _("Yes"),
                                         _("No"),
                                         QString::null, 1, -1);



More information about the uim-commit mailing list