~audio-recorder/audio-recorder/trunk

« back to all changes in this revision

Viewing changes to src/dbus-skype.c

  • Committer: Osmo Antero Maatta
  • Date: 2011-01-19 10:06:50 UTC
  • mfrom: (8.1.1 audio-recorder)
  • Revision ID: osmoma@gmail.com-20110119100650-efdbunagxsg3h8by
A minor text change in dbus-skype.c

Show diffs side-by-side

added added

removed removed

Lines of Context:
336
336
 
337
337
            if (gui_msg1_sent < 2) {
338
338
                // Send message to the GUI (normally a red message label)
339
 
                dbus_player_send_notification(NULL, _("Access to Skype denied.\nAnswer YES to grant access to Skype or check its \"Public API\" settings."));
 
339
                dbus_player_send_notification(NULL, 
 
340
                       // Translators: The "Public API" setting refers to the Skype's Options -> Public API menu/dialog.
 
341
                       _("Access to Skype denied.\nAnswer YES to grant access to Skype.\nYou can enable/disable this in the Skype's \"Public API\" settings."));
340
342
                
341
343
                // Send only once
342
344
                gui_msg1_sent += 1;