From: Jim Procter Date: Wed, 23 Nov 2016 17:40:59 +0000 (+0000) Subject: JAL-1738 mention Ctrl or Cmd for toggle behaviour in tooltip X-Git-Tag: Release_2_10_1~8^2~3 X-Git-Url: http://source.jalview.org/gitweb/?p=jalview.git;a=commitdiff_plain;h=1edf1e06e6f790640ebaa313563009888efb5160;ds=sidebyside JAL-1738 mention Ctrl or Cmd for toggle behaviour in tooltip --- diff --git a/resources/lang/Messages.properties b/resources/lang/Messages.properties index 9a58965..6360dc7 100644 --- a/resources/lang/Messages.properties +++ b/resources/lang/Messages.properties @@ -126,7 +126,7 @@ action.colour = Colour action.calculate = Calculate action.select_all = Select all action.select_highlighted_columns = Select Highlighted Columns -tooltip.select_highlighted_columns = Press B to mark highlighted columns, Ctrl-B to toggle, and Alt-B to mark all but highlighted columns +tooltip.select_highlighted_columns = Press B to mark highlighted columns, Ctrl-(or Cmd)-B to toggle, and Alt-B to mark all but highlighted columns action.deselect_all = Deselect all action.invert_selection = Invert selection action.using_jmol = Using Jmol diff --git a/resources/lang/Messages_es.properties b/resources/lang/Messages_es.properties index 6b1ce8d..e5b5e27 100644 --- a/resources/lang/Messages_es.properties +++ b/resources/lang/Messages_es.properties @@ -123,7 +123,7 @@ action.colour = Color action.calculate = Calcular action.select_all = Seleccionar Todo action.select_highlighted_columns = Seleccionar columnas resaltadas -tooltip.select_highlighted_columns = Presione B para marcar las columnas resaltadas, Ctrl-B para cambiarlas, y Alt-B para marcar todas menos las columnas resaltadas +tooltip.select_highlighted_columns = Presione B para marcar las columnas resaltadas, Ctrl (o Cmd)-B para cambiarlas, y Alt-B para marcar todas menos las columnas resaltadas action.deselect_all = Deseleccionar Todo action.invert_selection = Invertir selección action.using_jmol = Usar Jmol