~indicator-applet-developers/indicator-printers/trunk.13.04

« back to all changes in this revision

Viewing changes to src/indicator-printers-menu.c

  • Committer: Gabor Kelemen
  • Date: 2012-03-03 10:40:46 UTC
  • Revision ID: kelemeng@ubuntu.com-20120303104046-b8zu8rxp3mwmom6t
Mark strings for translation

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 
19
19
#include "indicator-printers-menu.h"
20
20
 
 
21
#include <glib/gi18n.h>
 
22
 
21
23
#include <cups/cups.h>
22
24
 
23
25
#include "spawn-printer-settings.h"
195
197
 
196
198
    switch (state) {
197
199
        case IPP_PRINTER_STOPPED:
198
 
            dbusmenu_menuitem_property_set (item, "indicator-right", "Paused");
 
200
            dbusmenu_menuitem_property_set (item, "indicator-right", _("Paused"));
199
201
            dbusmenu_menuitem_property_set_bool (item, "indicator-right-is-lozenge", FALSE);
200
202
            break;
201
203