2006-04-13 Johan Bilien <johan.bilien@nokia.com>
authorJohan Bilien <johan.bilien@nokia.com>
Thu, 13 Apr 2006 12:26:52 +0000 (12:26 +0000)
committerJohan Bilien <johan.bilien@nokia.com>
Thu, 13 Apr 2006 12:26:52 +0000 (12:26 +0000)
* hildon-widgets/hildon-code-dialog.c: Fixed L10n logical ids
  for Ok and Cancel buttons.

ChangeLog
hildon-widgets/hildon-code-dialog.c

index d44aa21..a0bf0fc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-04-13  Johan Bilien  <johan.bilien@nokia.com>
+
+       * hildon-widgets/hildon-code-dialog.c: Fixed L10n logical ids
+         for Ok and Cancel buttons.
+
 2006-04-13  Luc Pionchon  <luc.pionchon@nokia.com>
 
        * hildon-widgets/hildon-color-button.c
index 54c4aee..0f027cf 100644 (file)
@@ -49,8 +49,8 @@
 #define BACKSPACE_ICON    "qgn_calculator_backspace"
 
 #define _(String) dgettext(PACKAGE, String)
-#define DEVICELOCK_OK     _("secu_Enter_lock_code_dialog_ok")
-#define DEVICELOCK_CANCEL _("secu_Enter_lock_code_dialog_cancel")
+#define DEVICELOCK_OK     _("secu_enter_lock_code_dialog_ok")
+#define DEVICELOCK_CANCEL _("secu_enter_lock_code_dialog_cancel")
 #define DEVICELOCK_TITLE  _("secu_application_title")