[evolvis-commits] r6517: - Changed misspelling

papel at evolvis.org papel at evolvis.org
Wed Apr 7 14:09:45 CEST 2010


Author: papel
Date: 2010-04-07 12:09:45 +0000 (Wed, 07 Apr 2010)
New Revision: 6517

Modified:
   trunk/gforge_base/gforge-4.8.1+evolvis/common/pm/ProjectTaskSqlQueries.class.php
   trunk/gforge_base/gforge-4.8.1+evolvis/translations/de.po
Log:
- Changed misspelling 

Modified: trunk/gforge_base/gforge-4.8.1+evolvis/common/pm/ProjectTaskSqlQueries.class.php
===================================================================
--- trunk/gforge_base/gforge-4.8.1+evolvis/common/pm/ProjectTaskSqlQueries.class.php	2010-04-07 11:04:59 UTC (rev 6516)
+++ trunk/gforge_base/gforge-4.8.1+evolvis/common/pm/ProjectTaskSqlQueries.class.php	2010-04-07 12:09:45 UTC (rev 6517)
@@ -38,7 +38,7 @@
 	   'AND project_group_list.is_public = $2 AND groups.is_public = $3', array($project_task_id, 1, 1));
 
 if (!$res || db_numrows($res) < 1) {
-	$this->setError(_('The information to the project task is not public.'));
+	$this->setError(_('The information of the project task is not public.'));
 	/* Maybe this function should not throw an error with the error class? 
 	 * Maybe there is a class that just gives back
 	 * an information message?
@@ -68,16 +68,16 @@
 	return true;
 }
 
-/* Query for controlling the result. It gives back all user_name and project_task_id that 
- * matches above the groups:
+/* Query for controlling the result. It gives back all user_names and project_task_ids that 
+ * matches the groups above:
  * 
  * SELECT users.user_name, project_task.project_task_id FROM users 
  * INNER JOIN user_group ON users.user_id = user_group.user_id INNER JOIN project_group_list ON 
  * user_group.group_id = project_group_list.group_id INNER JOIN project_task ON 
  * project_group_list.group_project_id = project_task.group_project_id; 
  * 
- * Query for controlling the result. It gives back all user_name that does not match a group 
- * above the JOINs:
+ * Query for controlling the result. It gives back all user_names that does not match a group 
+ * above:
  * 
  * SELECT users.user_name, project_task.project_task_id FROM users 
  * LEFT JOIN user_group ON users.user_id = user_group.user_id LEFT JOIN project_group_list ON 

Modified: trunk/gforge_base/gforge-4.8.1+evolvis/translations/de.po
===================================================================
--- trunk/gforge_base/gforge-4.8.1+evolvis/translations/de.po	2010-04-07 11:04:59 UTC (rev 6516)
+++ trunk/gforge_base/gforge-4.8.1+evolvis/translations/de.po	2010-04-07 12:09:45 UTC (rev 6517)
@@ -13229,7 +13229,7 @@
 msgstr "Es wurde keine Gruppen-Projekt-ID und Gruppen-ID gefunden."
 
 #: common/pm/ProjectTaskSqlQueries.class.php:41
-msgid "The information to the project task is not public."
+msgid "The information of the project task is not public."
 msgstr "Die Informationen zur Projektaufgabe sind nicht öffentlich."
 
 #: common/pm/ProjectTaskSqlQueries.class.php:65




More information about the evolvis-commits mailing list