From 1edf1e06e6f790640ebaa313563009888efb5160 Mon Sep 17 00:00:00 2001 From: Jim Procter Date: Wed, 23 Nov 2016 17:40:59 +0000 Subject: [PATCH 1/1] JAL-1738 mention Ctrl or Cmd for toggle behaviour in tooltip --- resources/lang/Messages.properties | 2 +- resources/lang/Messages_es.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 1.7.10.2