From: David A. Velasco Date: Fri, 16 Nov 2012 08:42:51 +0000 (+0100) Subject: Renaming confussing token X-Git-Tag: oc-android-1.4.3~103 X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/commitdiff_plain/a7ee15e023d2bcd06f5f4a2c36981c0b56af06d4 Renaming confussing token --- diff --git a/res/values/strings.xml b/res/values/strings.xml index bfbf4853..de85daac 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -74,7 +74,8 @@ Created: Modified: Download - Refresh + Refresh + Redownload Open Yes No diff --git a/src/com/owncloud/android/ui/fragment/FileDetailFragment.java b/src/com/owncloud/android/ui/fragment/FileDetailFragment.java index 53e0630d..b5d4a028 100644 --- a/src/com/owncloud/android/ui/fragment/FileDetailFragment.java +++ b/src/com/owncloud/android/ui/fragment/FileDetailFragment.java @@ -583,7 +583,7 @@ public class FileDetailFragment extends SherlockFragment implements private void setButtonsForDown() { if (!isEmpty()) { Button downloadButton = (Button) getView().findViewById(R.id.fdDownloadBtn); - downloadButton.setText(R.string.filedetails_redownload); + downloadButton.setText(R.string.filedetails_sync_file); //downloadButton.setEnabled(true); ((Button) getView().findViewById(R.id.fdOpenBtn)).setEnabled(true);