Skip to content

Commit

Permalink
renamed some menu items
Browse files Browse the repository at this point in the history
  • Loading branch information
jkboyce committed Aug 28, 2020
1 parent df1d4aa commit 78bfbdc
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion source/jugglinglab/core/PatternWindow.java
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ protected JMenu createFileMenu() {
}

protected static final String[] viewItems = new String[]
{ "Simple", "Visual editor", "Selection editor", "JML editor", null,
{ "Simple", "Visual Editor", "Selection Editor", "JML Editor", null,
"Restart", "Animation Preferences..." };
protected static final String[] viewCommands = new String[]
{ "simple", "edit", "selection", "jml", null, "restart", "prefs" };
Expand Down
8 changes: 4 additions & 4 deletions source/resources/GUIStrings.properties
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,13 @@ Patterns = Patterns
View = View
Save_Animated_GIF_As... = Save Animated GIF As...
Duplicate = Duplicate
Optimize = Optimize
Optimize = Optimize for Throwing Error
Restart = Restart
Animation_Preferences... = Animation Preferences...
Simple = Simple
Visual_editor = Visual editor
Selection_editor = Selection editor
JML_editor = JML editor
Visual_Editor = Visual Editor
Selection_Editor = Selection Editor
JML_Editor = JML Editor
Animation_Preferences = Animation Preferences
Solid_3D_display = Solid 3D display
Width = Width
Expand Down
8 changes: 4 additions & 4 deletions source/resources/GUIStrings_es.properties
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,13 @@ Save_Animated_GIF_As... = Guardar GIF Animado Como...
# Save_HTML_As... = Guardar HTML Como...
# Save_to_Server = Guardar en Servidor
Duplicate = Duplicate
Optimize = Optimize
Optimize = Optimize for Throwing Error
Restart = Recomenzar
Animation_Preferences... = Preferéncias de Animación...
Simple = Simples
Visual_editor = Editor visual
Selection_editor = Editor de seleccíon
JML_editor = Editor de JML
Visual_Editor = Editor Visual
Selection_Editor = Editor de Seleccíon
JML_Editor = Editor de JML
Animation_Preferences = Preferéncias de Animación
Solid_3D_display = Animación 3D sólida
Width = Anchura
Expand Down
8 changes: 4 additions & 4 deletions source/resources/GUIStrings_fr.properties
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,13 @@ Patterns = Figures
View = Voir
Save_Animated_GIF_As... = Enregistrer le gif animé sous...
Duplicate = Dupliquer
Optimize = Optimize
Optimize = Optimize for throwing error
Restart = Redémarrer
Animation_Preferences... = Préférences d'animation...
Simple = Simple
Visual_editor = Editeur visuel
Selection_editor = Editeur de sélection
JML_editor = Editeur JML
Visual_Editor = Editeur visuel
Selection_Editor = Editeur de sélection
JML_Editor = Editeur JML
Animation_Preferences = Préférences d'animation
Solid_3D_display = Affichage 3D pleine
Width = Largeur
Expand Down
8 changes: 4 additions & 4 deletions source/resources/GUIStrings_he.properties
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,13 @@ Patterns = Patterns
View = View
Save_Animated_GIF_As... = Save Animated GIF As...
Duplicate = Duplicate
Optimize = Optimize
Optimize = Optimize for Throwing Error
Restart = Restart
Animation_Preferences... = Animation Preferences...
Simple = Simple
Visual_editor = Visual editor
Selection_editor = Selection editor
JML_editor = JML editor
Visual_Editor = Visual Editor
Selection_Editor = Selection Editor
JML_Editor = JML Editor
Animation_Preferences = Animation Preferences
Width = Width
Height = Height
Expand Down
8 changes: 4 additions & 4 deletions source/resources/GUIStrings_pt.properties
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,13 @@ Save_Animated_GIF_As... = Guardar GIF Animado Como...
# Save_HTML_As... = Guardar HTML Como...
# Save_to_Server = Guardar em Servidor
Duplicate = Duplicate
Optimize = Optimize
Optimize = Optimize for Throwing Error
Restart = Recomeçar
Animation_Preferences... = Preferéncias de Animação...
Simple = Simples
Visual_editor = Editor visual
Selection_editor = Editor de seleção
JML_editor = Editor de JML
Visual_Editor = Editor Visual
Selection_Editor = Editor de Seleção
JML_Editor = Editor de JML
Animation_Preferences = Preferéncias de Animação
Solid_3D_display = Animação 3D sólida
Width = Largura
Expand Down

0 comments on commit 78bfbdc

Please sign in to comment.