Commit 2c82359e authored by Guus der Kinderen's avatar Guus der Kinderen

not longer -> no longer

parent 1cb144fe
...@@ -2645,7 +2645,7 @@ plugin.admin.changelog = Change Log ...@@ -2645,7 +2645,7 @@ plugin.admin.changelog = Change Log
plugin.admin.update = Update plugin.admin.update = Update
plugin.admin.updating = Updating plugin.admin.updating = Updating
plugin.admin.failed.minserverversion=The version of the plugin that is installed requires Openfire {0} or later versions! plugin.admin.failed.minserverversion=The version of the plugin that is installed requires Openfire {0} or later versions!
plugin.admin.failed.priortoserverversion=The version of the plugin that is installed is not longer compatible with Openfire {0} and later versions! plugin.admin.failed.priortoserverversion=The version of the plugin that is installed is no longer compatible with Openfire {0} and later versions!
# System Email # System Email
......
...@@ -560,11 +560,11 @@ public class AgentSession { ...@@ -560,11 +560,11 @@ public class AgentSession {
} }
/** /**
* This agent is not longer related to this offer. The agent may have been selected to answer * This agent is no longer related to this offer. The agent may have been selected to answer
* the user's request or the offer has been assigned to another agent or the request was * the user's request or the offer has been assigned to another agent or the request was
* cancelled. * cancelled.
* *
* @param offer the offer that is not longer related to this agent. * @param offer the offer that is no longer related to this agent.
*/ */
public void removeOffer(Offer offer) { public void removeOffer(Offer offer) {
if (offer.equals(this.offer)) { if (offer.equals(this.offer)) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment