Index: /applications/editors/josm/plugins/OpeningHoursEditor/src/org/openstreetmap/josm/plugins/ohe/OhePlugin.java
===================================================================
--- /applications/editors/josm/plugins/OpeningHoursEditor/src/org/openstreetmap/josm/plugins/ohe/OhePlugin.java	(revision 35249)
+++ /applications/editors/josm/plugins/OpeningHoursEditor/src/org/openstreetmap/josm/plugins/ohe/OhePlugin.java	(revision 35250)
@@ -63,6 +63,8 @@
     private final String[][] TAG_EDIT_STRINGS = new String[][] {
             {"opening_hours", ".*", "opening_hours"},
+            {"opening_hours:kitchen", ".*", "opening_hours:kitchen"},
             {"collection_times", ".*", "collection_times"},
             {"collection_times:local", ".*", "collection_times:local"},
+            {"service_times", ".*", "service_times"},
             {"shop", ".*", "opening_hours"},
             {"amenity", "post_box", "collection_times"},
@@ -198,5 +200,5 @@
 
             final JComboBox<String> newTagField = new JComboBox<>(new String[]{
-                    "opening_hours", "collection_times", "collection_times:local", "service_times", "lit"});
+                    "opening_hours", "opening_hours:kitchen", "collection_times", "collection_times:local", "service_times", "lit"});
 
             JRadioButton editButton = new JRadioButton(new AbstractAction(tr("edit existing tag")) {
