Commit d05cf9cc authored by Victor Ananjevsky's avatar Victor Ananjevsky

fix typo

parent 458b35b8
......@@ -503,7 +503,7 @@ create_files_cb (GtkEntry * entry, GtkEntryIconPosition pos, GdkEventButton * ev
dlg = gtk_file_chooser_dialog_new (_("Select or create file"),
GTK_WINDOW (gtk_widget_get_toplevel (GTK_WIDGET (entry))),
GTK_FILE_CHOOSER_ACTION_SAVE,
_("Cabcel"), GTK_RESPONSE_CANCEL,
_("Cancel"), GTK_RESPONSE_CANCEL,
_("OK"), GTK_RESPONSE_ACCEPT, NULL);
}
else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment