summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Pursehouse <david.pursehouse@sonymobile.com>2014-04-23 14:26:50 +0900
committerDavid Pursehouse <david.pursehouse@sonymobile.com>2014-04-23 05:49:33 +0000
commitd2043923f4b05328c0b46bf43c3739f241d5bc6c (patch)
tree4187e287a95069d7463d3ff683ed98168c0fc89f
parent6e46e30d2057c620452dab30087eb5f90a298f3b (diff)
Remove "Click to" from topic edit button's tooltip
Making it more consistent with the tooltips on the other buttons. Change-Id: I3f26b08866452eb666da2a23be7201528b5f81a7
-rw-r--r--gerrit-gwtui/src/main/java/com/google/gerrit/client/change/Topic.ui.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/gerrit-gwtui/src/main/java/com/google/gerrit/client/change/Topic.ui.xml b/gerrit-gwtui/src/main/java/com/google/gerrit/client/change/Topic.ui.xml
index 2f4751c29f..6c001c4367 100644
--- a/gerrit-gwtui/src/main/java/com/google/gerrit/client/change/Topic.ui.xml
+++ b/gerrit-gwtui/src/main/java/com/google/gerrit/client/change/Topic.ui.xml
@@ -27,7 +27,7 @@ limitations under the License.
<g:HTMLPanel>
<g:FlowPanel ui:field='show'
styleName='{style.show}'
- title='Click to edit topic (Shortcut: t)'>
+ title='Edit topic (Shortcut: t)'>
<ui:attribute name='title'/>
<g:InlineLabel ui:field='text'/>
<g:Image ui:field='editIcon'