소스 검색

BUG: fix dialog box text from Cancel to Close

Per suggestion from J2 - this fits better
with the actual behavior of the widget.
Steve Pieper 13 년 전
부모
커밋
f96fee0267
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Libs/DICOM/Widgets/Resources/UI/ctkDICOMQueryRetrieveWidget.ui

+ 1 - 1
Libs/DICOM/Widgets/Resources/UI/ctkDICOMQueryRetrieveWidget.ui

@@ -93,7 +93,7 @@
       <item>
        <widget class="QPushButton" name="CancelButton">
         <property name="text">
-         <string>Cancel</string>
+         <string>Close</string>
         </property>
        </widget>
       </item>