瀏覽代碼

Same text in the cancel button in PIN code activity than in all the other cancel buttons in the app

David A. Velasco 12 年之前
父節點
當前提交
7c8214f096
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      res/layout/pincodelock.xml

+ 1 - 1
res/layout/pincodelock.xml

@@ -68,7 +68,7 @@
 
     <Button android:layout_width="wrap_content"
         android:layout_height="wrap_content"
-        android:text="@android:string/cancel"
+        android:text="@string/common_cancel"
         android:textColor="@android:color/black"
         android:id="@+id/cancel"/>
 </LinearLayout>