Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
modify the message of editor tooltip,replace string with message.clic…
Browse files Browse the repository at this point in the history
…kHere()
  • Loading branch information
jamesni committed Jul 6, 2011
1 parent 3280a4b commit f2ae513
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -97,6 +97,6 @@ public interface NavigationMessages extends Messages
@DefaultMessage("Redo")
String redoLabel();

@DefaultMessage("Click here to start translate")
@DefaultMessage("Click here to start translation")
String clickHere();
}
Expand Up @@ -159,7 +159,7 @@ public void renderRowValue(TransUnit rowValue, ColumnDefinition<TransUnit, Trans

if (rowValue.getTarget().isEmpty())
{
label.setText("Click here to start translate");
label.setText(messages.clickHere());
label.setStylePrimaryName("TableEditorContent-Empty");
}
else
Expand Down

0 comments on commit f2ae513

Please sign in to comment.