AbstractSettingsApplication.st
branchjv
changeset 16677 0b0b210aa155
parent 16646 a5f135955d71
parent 16673 72965741529d
child 16689 70b43a6c4755
--- a/AbstractSettingsApplication.st	Thu Jun 09 01:48:06 2016 +0100
+++ b/AbstractSettingsApplication.st	Thu Jun 09 08:35:39 2016 +0100
@@ -15900,7 +15900,7 @@
                               (SpecCollection
                                  collection: (
                                   (ActionButtonSpec
-                                     label: 'Fill Cache now'
+                                     label: 'Fill Cache'
                                      name: 'FillCacheInBackgroundButton'
                                      activeHelpKey: fillSourceCache
                                      translateLabel: true
@@ -15924,7 +15924,7 @@
                               (SpecCollection
                                  collection: (
                                   (ActionButtonSpec
-                                     label: 'Browse Cache'
+                                     label: 'Browse'
                                      name: 'Button3'
                                      activeHelpKey: browseSourceCache
                                      translateLabel: true
@@ -15938,7 +15938,7 @@
                                      extent: (Point 20 10)
                                    )
                                   (ActionButtonSpec
-                                     label: 'Flush Cache now'
+                                     label: 'Flush'
                                      name: 'Button4'
                                      activeHelpKey: flushSourceCache
                                      translateLabel: true
@@ -15948,7 +15948,7 @@
                                      extent: (Point 171 30)
                                    )
                                   (ActionButtonSpec
-                                     label: 'Condense Cache now'
+                                     label: 'Condense'
                                      name: 'Button5'
                                      activeHelpKey: condenseSourceCache
                                      translateLabel: true