diff options
Diffstat (limited to 'views/tasks')
-rw-r--r-- | views/tasks/galview.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/views/tasks/galview.xml b/views/tasks/galview.xml index 4f7e7c9b1d..6f32e821f8 100644 --- a/views/tasks/galview.xml +++ b/views/tasks/galview.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> <GalViewCollection default-view="Tasks"> - <GalView id="Tasks" _title="Tasks" filename="Tasks.galview" type="etable"/> - <GalView id="With_Category" _title="With Category" filename="With_Category.galview" type="etable"/> + <GalView id="Tasks" _title="_Tasks" filename="Tasks.galview" type="etable"/> + <GalView id="With_Category" _title="With _Category" filename="With_Category.galview" type="etable"/> </GalViewCollection> |