Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrsuen2008-03-02 02:10:54 +0000
committerrsuen2008-03-02 02:10:54 +0000
commit60bb5c17758931b1d8b2649bbf19e9d2ce92ef0e (patch)
treefbeb753a014c617ff14cf7801baa624e28fb7ab6 /applications
parentc2ecf86fd2d56ee06cfb02431796fc0ee9817407 (diff)
downloadorg.eclipse.ecf-60bb5c17758931b1d8b2649bbf19e9d2ce92ef0e.tar.gz
org.eclipse.ecf-60bb5c17758931b1d8b2649bbf19e9d2ce92ef0e.tar.xz
org.eclipse.ecf-60bb5c17758931b1d8b2649bbf19e9d2ce92ef0e.zip
Add a space after the colon to fix bug 220224 - [irc] [bot] insert space between : and P in KOS-MOS
Diffstat (limited to 'applications')
-rw-r--r--applications/kosmos/bundles/org.eclipse.ecf.presence.bot.kosmos/src/org/eclipse/ecf/internal/presence/bot/kosmos/custom.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/applications/kosmos/bundles/org.eclipse.ecf.presence.bot.kosmos/src/org/eclipse/ecf/internal/presence/bot/kosmos/custom.properties b/applications/kosmos/bundles/org.eclipse.ecf.presence.bot.kosmos/src/org/eclipse/ecf/internal/presence/bot/kosmos/custom.properties
index 60f927839..98a7e2cfb 100644
--- a/applications/kosmos/bundles/org.eclipse.ecf.presence.bot.kosmos/src/org/eclipse/ecf/internal/presence/bot/kosmos/custom.properties
+++ b/applications/kosmos/bundles/org.eclipse.ecf.presence.bot.kosmos/src/org/eclipse/ecf/internal/presence/bot/kosmos/custom.properties
@@ -42,9 +42,9 @@ BugContent_Regex = (bug|bug |)([0-9]+c[0-9]+)
# {9} = severity
# {10} = assignee
# {11} = summary
-BugContent = Bug {0} - {1} - {2} / {3} / {4} - {5} / {6} - {7} / {8} / {9} / - Assignee:{10} - {11}
+BugContent = Bug {0} - {1} - {2} / {3} / {4} - {5} / {6} - {7} / {8} / {9} / - Assignee: {10} - {11}
# For bugs that have no resolution, BugContent2 is used
-BugContent2 = Bug {0} - {1} - {2} / {3} / {4} - {5} / {6} - {7} / {8} / - Assignee:{9} - {10}
+BugContent2 = Bug {0} - {1} - {2} / {3} / {4} - {5} / {6} - {7} / {8} / - Assignee: {9} - {10}
Bug_Not_Found = Bug {0} does not exist.
Javadoc_Regex = (api |javadoc )(.+)

Back to the top