~ubuntu-branches/ubuntu/quantal/elinks/quantal

« back to all changes in this revision

Viewing changes to src/cache/dialogs.c

  • Committer: Bazaar Package Importer
  • Author(s): Siegfried-Angel Gevatter Pujals (RainCT)
  • Date: 2008-02-01 16:29:06 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20080201162906-xdourui5tyjva0al
Tags: 0.11.3-5ubuntu1
 
* Merge from Debian unstable (LP: #187936); remaining changes:
  - Add X-Ubuntu-Gettext-Domain to .desktop files.
  - debian/control: Maintainer field update.
* Improve the text in the .desktop file and add some translations.
 

Show diffs side-by-side

added added

removed removed

Lines of Context:
82
82
                }
83
83
        }
84
84
 
85
 
        add_format_to_string(&msg, "\n%s: %" PRId64, _("Size", term),
 
85
        add_format_to_string(&msg, "\n%s: %" OFF_T_FORMAT, _("Size", term),
86
86
                             cached->length);
87
 
        add_format_to_string(&msg, "\n%s: %" PRId64, _("Loaded size", term),
 
87
        add_format_to_string(&msg, "\n%s: %" OFF_T_FORMAT, _("Loaded size", term),
88
88
                                                cached->data_size);
89
89
        if (cached->content_type) {
90
90
                add_format_to_string(&msg, "\n%s: %s", _("Content type", term),