~do-plugins/do-plugins/trunk

« back to all changes in this revision

Viewing changes to GoogleDocs/src/GDocsDocumentItem.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
 
19
19
using System;
20
20
using System.Text;
21
 
using Mono.Unix;
 
21
using Mono.Addins;
22
22
 
23
23
using Do.Universe;
24
24
 
30
30
                public GDocsDocumentItem (string name, string url) : base (name, url) {}
31
31
                
32
32
                public override string Description {
33
 
                        get { return Catalog.GetString ("Google Docs Text Document"); }
 
33
                        get { return AddinManager.CurrentLocalizer.GetString ("Google Docs Text Document"); }
34
34
                }
35
35
                
36
36
                public override string Icon {