~daggerstab/stellarium/oculars-gui-improvement

« back to all changes in this revision

Viewing changes to plugins/TimeZoneConfiguration/src/TimeZoneConfiguration.cpp

  • Committer: Bogdan Marinov
  • Date: 2011-11-10 23:39:52 UTC
  • mfrom: (4948.1.52 stellarium)
  • Revision ID: bogdan.marinov84@gmail.com-20111110233952-d44bk1q756mybt1k
merged in trunk at revision 5000

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
 
39
39
        StelPluginInfo info;
40
40
        info.id = "TimeZoneConfiguration";
41
 
        info.displayedName = q_("Time Zone");
 
41
        info.displayedName = N_("Time Zone");
42
42
        info.authors = "Bogdan Marinov";
43
43
        info.contact = "http://stellarium.org";
44
 
        info.description = q_("A convenient interface for some of the more obscure options in Stellarium's configuration file. Allows setting the time zone and changing the way the time and the date are displayed in the bottom bar.");
 
44
        info.description = N_("A convenient interface for some of the more obscure options in Stellarium's configuration file. Allows setting the time zone and changing the way the time and the date are displayed in the bottom bar.");
45
45
        return info;
46
46
}
47
47