GUACAMOLE-36: Clarify description/use of Translatable interface.

This commit is contained in:
Michael Jumper
2017-01-03 19:28:54 -08:00
parent 986ea4b206
commit 89d3ba44a7

View File

@@ -20,9 +20,9 @@
package org.apache.guacamole.language; package org.apache.guacamole.language;
/** /**
* An interface which requires the definition of a translatable message that * An object which is associated with a translatable message that can be passed
* can be passed through an arbitrary translation service, producing a * through an arbitrary translation service, producing a human-readable message
* human-readable message in the user's native language. * in the user's native language.
* *
* @author Michael Jumper * @author Michael Jumper
*/ */