~do-core/do/fix-the-shitstorm

« back to all changes in this revision

Viewing changes to GoogleDocs/src/GDocsAbstractItem.cs

  • Committer: Christopher James Halse Rogers
  • Date: 2009-06-22 04:05:16 UTC
  • Revision ID: raof@ubuntu.com-20090622040516-d7fi9w4m3n580i8w
Fix translations for plugins.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
using System;
19
19
using System.Text;
20
20
 
21
 
using Mono.Unix;
 
21
using Mono.Addins;
22
22
 
23
23
using Do.Universe;
24
24
using Do.Platform;
40
40
                }
41
41
                
42
42
                public override string Description {
43
 
                        get { return Catalog.GetString ("Google Docs Generic Document"); }
 
43
                        get { return AddinManager.CurrentLocalizer.GetString ("Google Docs Generic Document"); }
44
44
                }
45
45
                
46
46
                public virtual string URL {