From: Sergio Villar Senin Date: Mon, 9 Nov 2009 10:35:55 +0000 (+0100) Subject: Use the proper logical id for the "New" button in Move message dialog X-Git-Tag: 3.1.13~10 X-Git-Url: http://git.maemo.org/git/?p=modest;a=commitdiff_plain;h=d4590c031485873aef5bae596535e238c2dcac0e;hp=5bb2449f9dff58b2c33528ea165f3f07d5c27768 Use the proper logical id for the "New" button in Move message dialog Fixes NB#132034 --- diff --git a/src/hildon2/modest-platform.c b/src/hildon2/modest-platform.c index cc9e75c..07ccda7 100644 --- a/src/hildon2/modest-platform.c +++ b/src/hildon2/modest-platform.c @@ -3025,7 +3025,8 @@ modest_platform_create_move_to_dialog (GtkWindow *parent_window, GTK_WINDOW (parent_window), GTK_DIALOG_MODAL | GTK_DIALOG_NO_SEPARATOR | GTK_DIALOG_DESTROY_WITH_PARENT, - _HL("wdgt_bd_new"), MODEST_GTK_RESPONSE_NEW_FOLDER, + _FM ("ckdg_bd_change_folder_new_folder"), + MODEST_GTK_RESPONSE_NEW_FOLDER, NULL); align = gtk_alignment_new (0.0, 0.0, 1.0, 1.0);