~ubuntu-branches/debian/sid/libaqbanking/sid

« back to all changes in this revision

Viewing changes to src/plugins/backends/aqhbci/plugin/accountjobs/jobgettransactions.c

  • Committer: Package Import Robot
  • Author(s): Micha Lenk
  • Date: 2014-02-11 10:59:15 UTC
  • mfrom: (1.3.34)
  • Revision ID: package-import@ubuntu.com-20140211105915-26mqdthyoz5b9c8n
Tags: 5.3.6beta-1
New upstream release (closes: #738556).

Show diffs side-by-side

added added

removed removed

Lines of Context:
139
139
    DBG_ERROR(AQHBCI_LOGDOMAIN, "Plugin SWIFT is not found");
140
140
    GWEN_Gui_ProgressLog(0,
141
141
                         GWEN_LoggerLevel_Error,
142
 
                         I18N("Plugin \"SWIFT\" not found.\n"
143
 
                              "If you are using Debian/Ubuntu then you are "
144
 
                              "probably missing the package "
145
 
                              "\"libaqbanking-plugins-libgwenhywfar\""));
 
142
                         I18N("Plugin \"SWIFT\" not found."));
146
143
    return AB_ERROR_PLUGIN_MISSING;
147
144
  }
148
145