diff options
Diffstat (limited to 'views/tasks/galview.xml')
-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 d5490d4b20..83f396b371 100644 --- a/views/tasks/galview.xml +++ b/views/tasks/galview.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> <GalViewCollection> - <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> |