~xournalpp++/xournalpp/master

« back to all changes in this revision

Viewing changes to src/control/AudioController.cpp

  • Committer: Andreas Butti
  • Date: 2018-12-09 09:21:57 UTC
  • mto: This revision was merged to the branch mainline in revision 489.
  • Revision ID: git-v1:05a770df1b17c9e3dacf2ef1507055943f81cf89
Translation & Cleanup

Show diffs side-by-side

added added

removed removed

Lines of Context:
96
96
 
97
97
        if (af.length() < 8)
98
98
        {
99
 
                string msg = _("Audio folder not set! Recording won't work!\nPlase set the "
 
99
                string msg = _("Audio folder not set! Recording won't work!\nPlease set the "
100
100
                                           "recording folder under \"Preferences > Audio recording\"");
101
101
                g_warning("%s", msg.c_str());
102
102
                Util::showErrorToUser(this->control->getGtkWindow(), msg);