]> source.dussan.org Git - nextcloud-server.git/commitdiff
renamed Gallery to Pictures, still needs to be changed in the code to also reflect...
authorJan-Christoph Borchardt <jan@unhosted.org>
Fri, 30 Mar 2012 16:15:03 +0000 (18:15 +0200)
committerJan-Christoph Borchardt <jan@unhosted.org>
Fri, 30 Mar 2012 16:18:37 +0000 (18:18 +0200)
apps/gallery/appinfo/app.php
apps/gallery/appinfo/info.xml

index 3e7e38301cfa46153fc11ca8790c4121b7f8974e..f7e0651275e19f26d15ea612660309677bff0ded 100644 (file)
@@ -32,14 +32,14 @@ $l = new OC_L10N('gallery');
 OC_App::register(array(
   'order' => 20,
   'id' => 'gallery',
-  'name' => 'Gallery'));
+  'name' => 'Pictures'));
 
 OC_App::addNavigationEntry( array(
  'id' => 'gallery_index',
  'order' => 20,
  'href' => OC_Helper::linkTo('gallery', 'index.php'),
  'icon' => OC_Helper::imagePath('core', 'places/picture.svg'),
- 'name' => $l->t('Gallery')));
+ 'name' => $l->t('Pictures')));
 
  class OC_GallerySearchProvider implements OC_Search_Provider{
        static function search($query){
index 19c5dc8b25eddd4e326b17e179faf7e21a7104a6..4c8c1cee24257d05c429d4de5267dbee0caae51f 100644 (file)
@@ -1,11 +1,11 @@
 <?xml version="1.0"?> 
 <info>
        <id>gallery</id>
-       <name>Gallery</name>
+       <name>Pictures</name>
        <version>0.4</version>
        <licence>AGPL</licence>
        <author>Bartek Przybylski</author>
        <require>2</require>
-       <description>Gallery application for ownCloud</description>
+       <description>Dedicated pictures application</description>
        <default_enable/>
 </info>