Эх сурвалжийг харах

Remove unnecessary underscore from menu title

Kentaro Wada 1 жил өмнө
parent
commit
dcc0a2342a
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      labelme/app.py

+ 1 - 1
labelme/app.py

@@ -228,7 +228,7 @@ class MainWindow(QtWidgets.QMainWindow):
             self.tr("Open image or label file"),
         )
         opendir = action(
-            self.tr("&Open Dir"),
+            self.tr("Open Dir"),
             self.openDirDialog,
             shortcuts["open_dir"],
             "open",