Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a4c24d6e authored by Jorge Ruesga's avatar Jorge Ruesga
Browse files

Issue 6769: The bottom bar of pop-up boxes in CM File Manager should be “Done”...

Issue 6769: The bottom bar of pop-up boxes in CM File Manager should be “Done” or “OK” rather than “Cancel”

Issue: http://code.google.com/p/cyanogenmod/issues/detail?id=6769

Changed "Cancel" to "Ok" in FsoPropertiesDialog and FilesystemInfoDialog.

Change-Id: Id92ea897afae69e059da661a13350bc7020509c4
parent ed9708cc
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -128,7 +128,7 @@ public class FilesystemInfoDialog implements OnClickListener, OnCheckedChangeLis
                                        this.mContentView);
                                        this.mContentView);
        this.mDialog.setButton(
        this.mDialog.setButton(
                DialogInterface.BUTTON_NEGATIVE,
                DialogInterface.BUTTON_NEGATIVE,
                this.mContext.getString(android.R.string.cancel),
                this.mContext.getString(android.R.string.ok),
                (DialogInterface.OnClickListener)null);
                (DialogInterface.OnClickListener)null);


        //Fill the dialog
        //Fill the dialog
+1 −1
Original line number Original line Diff line number Diff line
@@ -174,7 +174,7 @@ public class FsoPropertiesDialog
                                        this.mContentView);
                                        this.mContentView);
        this.mDialog.setButton(
        this.mDialog.setButton(
                DialogInterface.BUTTON_NEGATIVE,
                DialogInterface.BUTTON_NEGATIVE,
                this.mContext.getString(android.R.string.cancel),
                this.mContext.getString(android.R.string.ok),
                (DialogInterface.OnClickListener)null);
                (DialogInterface.OnClickListener)null);
        this.mDialog.setOnCancelListener(this);
        this.mDialog.setOnCancelListener(this);
        this.mDialog.setOnDismissListener(this);
        this.mDialog.setOnDismissListener(this);