Bug 12938 - strings.inc is missing a semicolon in var CIRCULATION_RENEW_FAILED = _("Renew failed:")
Summary: strings.inc is missing a semicolon in var CIRCULATION_RENEW_FAILED = _("Renew...
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Circulation (show other bugs)
Version: Main
Hardware: All All
: P5 - low normal (vote)
Assignee: Olli-Antti Kivilahti
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-17 11:31 UTC by Olli-Antti Kivilahti
Modified: 2015-06-04 23:32 UTC (History)
4 users (show)

See Also:
Change sponsored?: ---
Patch complexity: Trivial patch
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments
Bug 12938 - strings.inc is missing a semicolon in var CIRCULATION_RENEW_FAILED = _("Renew failed:") (1.08 KB, patch)
2014-09-17 11:31 UTC, Olli-Antti Kivilahti
Details | Diff | Splinter Review
[SIGNED-OFF] Bug 12938 - strings.inc is missing a semicolon in var CIRCULATION_RENEW_FAILED = _("Renew failed:") (1.28 KB, patch)
2014-10-10 18:56 UTC, Owen Leonard
Details | Diff | Splinter Review
Bug 12938 - strings.inc is missing a semicolon in var CIRCULATION_RENEW_FAILED = _("Renew failed:") (1.28 KB, patch)
2014-10-10 20:00 UTC, Jonathan Druart
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Olli-Antti Kivilahti 2014-09-17 11:31:03 UTC

    
Comment 1 Olli-Antti Kivilahti 2014-09-17 11:31:51 UTC Comment hidden (obsolete)
Comment 2 Olli-Antti Kivilahti 2014-09-17 11:32:43 UTC
No idea how it affects anything.
Prolly not too well.

Fixed it as a target of opportunity.
Comment 3 Owen Leonard 2014-10-10 18:56:48 UTC Comment hidden (obsolete)
Comment 4 Jonathan Druart 2014-10-10 20:00:28 UTC
Created attachment 32203 [details] [review]
Bug 12938 - strings.inc is missing a semicolon in var CIRCULATION_RENEW_FAILED = _("Renew failed:")

This doesn't appear to be affecting anything negatively, but the fix
makes it more correct.

Signed-off-by: Owen Leonard <oleonard@myacpl.org>

Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Comment 5 Tomás Cohen Arazi 2014-10-11 15:28:28 UTC
Patch pushed to master.

Thanks!