Skip to content

Commit 72a6e48

Browse files
author
jantje
committed
#1409 some items were labelled wrongly
Also removed the visible when as this doesn't work
1 parent db634f0 commit 72a6e48

File tree

4 files changed

+8
-12
lines changed

4 files changed

+8
-12
lines changed

io.sloeber.ui.nl1/OSGI-INF/l10n/bundle_it.properties

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ command.open.sloeber.preferences.description = Apri le preferenze di Sloeber
5757
command.open.sloeber.preferences.name = Preferenze
5858
command.openSerialMonitorAction.description = Apre il Serial Monitor ed esegue la connessione seriale per il progetto selezionato
5959
command.preferences.label = Preferenze
60+
command.project.properties.label = Sloeber progetto preferenze
61+
command.project.properties.description = Open the Sloeber project properties to set your board and other project related things.
6062
command.reattachLibraries.description = Ricollega le librerie utilizzate nel progetto selezionato
6163
command.reattachLibraries.name = Ricollega librerie
6264
command.upgrade.info.description = Apre un browser web per la verifica di aggiornamenti e nuovi rilasci

io.sloeber.ui.nl1/OSGI-INF/l10n/bundle_nl.properties

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ command.open.sloeber.preferences.description = Open Sloeber voorkeuren
5757
command.open.sloeber.preferences.name = Voorkeuren
5858
command.openSerialMonitorAction.description = Open de seriële monitor en maak een seriële connectie met de upload poort en de baudrate van het geselecteerde project.
5959
command.preferences.label = Voorkeuren
60+
command.project.properties.label = Sloeber project eigenschappen
61+
command.project.properties.description = Open de Sloeber project eigenschappen om je Arduino board en andere opties in te stellen.
6062
command.program.label = Gebruik de programmer om de sketch op te laden.
6163
command.program.description = Laad het geselecteerde project op naar he bord gebruik makend van de geselecteerde programmer
6264
command.program.tooltip = Gebruik deze knop om ge sketch op te laden met behulp van een programmer.

io.sloeber.ui/OSGI-INF/l10n/bundle.properties

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ command.open.sloeber.preferences.description = Open Sloeber preferences
5757
command.open.sloeber.preferences.name = Preferences
5858
command.openSerialMonitorAction.description = Open the serial monitor and make a serial connection using the selected project upload port and baudrate.
5959
command.preferences.label = Preferences
60+
command.project.properties.label = Sloeber project properties
61+
command.project.properties.description = Open the Sloeber project properties to set your board and other project related things.
6062
command.program.label = Upload the sketch using the selected programmer.
6163
command.program.description = Upload selected project to your board using the programmer selected in the project arduino properties
6264
command.program.tooltip = Use this button to program your selected project to your hardware.

io.sloeber.ui/plugin.xml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -460,11 +460,6 @@
460460
<toolbar
461461
id="io.sloeber.toolbar.main"
462462
label="Sloeber">
463-
<visibleWhen>
464-
<reference
465-
definitionId="io.sloeber.definition.isArduinoPerspective">
466-
</reference>
467-
</visibleWhen>
468463
<command
469464
commandId="io.sloeber.actions.ArduinoBuildAction"
470465
icon="icons/check.png"
@@ -507,9 +502,9 @@
507502
<command
508503
commandId="io.sloeber.ui.actions.openPreferences"
509504
icon="icons/preferences.png"
510-
label="%command.preferences.label"
505+
label="%command.project.properties.label"
511506
style="push"
512-
tooltip="%command.open.sloeber.preferences.description">
507+
tooltip="%command.project.properties.description">
513508
<parameter
514509
name="io.sloeber.ui.actions.openPreferences.pageId"
515510
value="io.sloeber.eclipse.propertypage.ArduinoProperty">
@@ -519,11 +514,6 @@
519514
<toolbar
520515
id="io.sloeber.toolbar.Extra"
521516
label="Sloeber Extra tools">
522-
<visibleWhen>
523-
<reference
524-
definitionId="io.sloeber.definition.hide">
525-
</reference>
526-
</visibleWhen>
527517
<command
528518
commandId="io.sloeber.actions.AddLibraryAction"
529519
icon="icons/library.png"

0 commit comments

Comments
 (0)