Skip to Content.
Sympa Menu

idok-commit - [idok-commit] idok commit r142 - trunk/java/ch/idok/qtgui

idok-commit AT lists.psi.ch

Subject: Commit emails of the iDok project

List archive

[idok-commit] idok commit r142 - trunk/java/ch/idok/qtgui


Chronological Thread 
  • From: "Apache" <apache AT savannah.psi.ch>
  • To: idok-commit AT lists.psi.ch
  • Subject: [idok-commit] idok commit r142 - trunk/java/ch/idok/qtgui
  • Date: Tue, 8 Jul 2008 11:20:37 +0200
  • List-archive: <https://lists.web.psi.ch/pipermail/idok-commit/>
  • List-id: Commit emails of the iDok project <idok-commit.lists.psi.ch>

Author: huebner AT PSI.CH
Date: Tue Jul 8 11:20:37 2008
New Revision: 142

Log:
fixed some typos

Modified:
trunk/java/ch/idok/qtgui/PendingOperationsController.java

Modified: trunk/java/ch/idok/qtgui/PendingOperationsController.java
==============================================================================
--- trunk/java/ch/idok/qtgui/PendingOperationsController.java (original)
+++ trunk/java/ch/idok/qtgui/PendingOperationsController.java Tue Jul 8
11:20:37 2008
@@ -218,8 +218,8 @@
.warning(
pendingOperationsDialog_,
"iDok Warning",
- "There are pending modifications in current
repository. \n "
- + "You must decide what to do with them
before connecting to new repository.");
+ "There are pending modifications in the current
repository. \n "
+ + "You must decide what to do with them
before connecting to the new repository.");
changesPending.emit(true);
}

@@ -339,11 +339,11 @@
* @param sourceUrls:
* list of files and directories to be committed
* @param metaDataList:
- * their metadat values
+ * their metadata values
* @param destinationList:
* destination locations (can be different)
*
- * @return true if succesfully finished, false if cancelled
+ * @return true if successfully finished, false if cancelled
*/
public final boolean doTransaction(List<QUrl> sourceUrls,
List<Map<String, String>> metaDataList,
@@ -523,7 +523,7 @@
repo.unlock(repPath.getDocumentId(), false);
} catch (DmsException e) {
QMessageBox.warning(null, "iDok Warning",
- "You either have insufficent right to edit the metadata of this
document or this document is currently locked.");
+ "You either have insufficent rights to edit the metadata of this
document or this document is currently locked.");
return;
}




  • [idok-commit] idok commit r142 - trunk/java/ch/idok/qtgui, Apache, 07/08/2008

Archive powered by MHonArc 2.6.19.

Top of Page