[Koha-bugs] [Bug 15618] Small typos in system preferences

2022-12-05 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15618

David Cook  changed:

   What|Removed |Added

 CC||dc...@prosentient.com.au

--- Comment #26 from David Cook  ---
Perhaps this one would be better off split into separate reports, or at least
squashed down into a single patch

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 15618] Small typos in system preferences

2016-01-28 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15618

Ian Hank <129...@student.pennmanor.net> changed:

   What|Removed |Added

 CC||129...@student.pennmanor.ne
   ||t

--- Comment #25 from Ian Hank <129...@student.pennmanor.net> ---
Gave a review, made a grammar, spelling, and typo check. I did not notice
anything weird or misplaced.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 15618] Small typos in system preferences

2016-01-28 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15618

Mirko Tietgen  changed:

   What|Removed |Added

 Status|Needs Signoff   |In Discussion
 CC||mi...@abunchofthings.net

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 15618] Small typos in system preferences

2016-01-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15618

--- Comment #22 from Aleisha Amohia  ---
(In reply to M. Tompsett from comment #19)
> Comment on attachment 47147 [details] [review]
> Bug 15618: Typos fixed in enhanced_content.pref
> 
> Review of attachment 47147 [details] [review]:
> -
> 
> :::
> koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/enhanced_content.
> pref
> @@ +182,4 @@
> >choices:
> >yes: Use
> >no: "Don't use"
> > +- content from Syndetics. Note that this requires that you 
> > have signed up for the service and entered in your client code above.
> 
> Line 187 and 188 visible in this patch make it look like below is correct.

I will attach a screenshot that shows the order of the sysprefs for me and the
reason I changed it to above.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 15618] Small typos in system preferences

2016-01-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15618

--- Comment #24 from Aleisha Amohia  ---
(In reply to Katrin Fischer from comment #21)
> > @@ +278,4 @@
> > >  -
> > >  - "Restrict patrons with the following target audience 
> > > values from checking out inappropriate materials:"
> > >  - pref: AgeRestrictionMarker
> > > +- "E.g. Enter target audience keyword(s) split by | (pipe) 
> > > FSK|PEGI|Age| (No white space near |). Be sure to map agerestriction in 
> > > Koha to MARC mapping (e.g. 521$a). A MARC field value of FSK 12 or PEGI 
> > > 12 would mean: 'Borrower must be 12 years old'. Leave empty to not apply 
> > > an age restriction."
> > 
> > I was noticing 856u in another patch on this bug report. Are we doing 856u
> > or 856$u? We have 521$a here. Should it be 521a?
> 
> I think 521$u makes sense, if we have other cases without $ we could fix
> them separately. I think some options require you to enter without $, so
> have to be careful fixing.
> 
I can find which patch you said had the 856u and change that to 856$u if that
is the preferred format.

> > 
> > @@ -365,5 @@
> > >choices:
> > > -  confirm: "require confirmation"
> > > -  alert: "display a message"
> > > -  nothing : "do nothing"
> > > -- .
> > 
> > I like this '.' removal and placing at the end of the strings.
> 
> The extra . at the end creates a separate string in the translation files
> and is a little advantage for translations. Because it's not always easy to
> built a grammatically correct sentence that has the options at the end, this
> extra string for the . allows to split the sentence up and have some words
> after the option list - not sure if I used it here, but I did in some other
> cases.
> 
Sorry I'm not sure if I understand, so you'd like the full stop in a separate
string like it was before I changed it? To me it just looked strange to have a
full stop lingering on the end, but if it is better for translation to have it
the way it was before then it'll need to be changed in more places than just my
patches.

> > 
> > @@ +523,5 @@
> > >  - pref: emailLibrarianWhenHoldIsPlaced
> > >choices:
> > > +  yes: Do
> > > +  no:  "Don't"
> > > +- "send an email to the Koha administrator email address 
> > > whenever a hold request is placed."
> > 
> > "Send" "Don't send"? I don't see why this change is necessary.
> 
> I think the change makes it a bit easier to read.
Before it said 'Enable / Don't enable sending an email' which I thought could
be made simpler with 'Do / Don't send'. However 'Send / Don't send' is
basically a shortcut of that too so I can make that change if you'd both like.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 15618] Small typos in system preferences

2016-01-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15618

--- Comment #23 from Aleisha Amohia  ---
Created attachment 47282
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=47282=edit
Order of Syndetics sysprefs

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 15618] Small typos in system preferences

2016-01-24 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15618

--- Comment #20 from M. Tompsett  ---
Comment on attachment 47148
  --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=47148
Bug 15618: Typos fixed in circulation.pref

Review of attachment 47148:
 --> 
(http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html=15618=47148)
-

::: koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref
@@ +161,4 @@
>choices:
>yes: Allow
>no: "Don't allow"
> +- checkouts of items which are on hold to someone else. If 
> allowed do not generate RESERVE_WAITING and RESERVED warning. This allows 
> self checkouts for those items.

"reserved to" is wrong, but I think this should be either "reserved by" (less
change and aligns with RESERVE message portions) or "which are on hold for".

@@ +278,4 @@
>  -
>  - "Restrict patrons with the following target audience values 
> from checking out inappropriate materials:"
>  - pref: AgeRestrictionMarker
> +- "E.g. Enter target audience keyword(s) split by | (pipe) 
> FSK|PEGI|Age| (No white space near |). Be sure to map agerestriction in Koha 
> to MARC mapping (e.g. 521$a). A MARC field value of FSK 12 or PEGI 12 would 
> mean: 'Borrower must be 12 years old'. Leave empty to not apply an age 
> restriction."

I was noticing 856u in another patch on this bug report. Are we doing 856u or
856$u? We have 521$a here. Should it be 521a?

@@ -365,5 @@
>choices:
> -  confirm: "require confirmation"
> -  alert: "display a message"
> -  nothing : "do nothing"
> -- .

I like this '.' removal and placing at the end of the strings.

@@ +523,5 @@
>  - pref: emailLibrarianWhenHoldIsPlaced
>choices:
> +  yes: Do
> +  no:  "Don't"
> +- "send an email to the Koha administrator email address 
> whenever a hold request is placed."

"Send" "Don't send"? I don't see why this change is necessary.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 15618] Small typos in system preferences

2016-01-24 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15618

--- Comment #19 from M. Tompsett  ---
Comment on attachment 47147
  --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=47147
Bug 15618: Typos fixed in enhanced_content.pref

Review of attachment 47147:
 --> 
(http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html=15618=47147)
-

:::
koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/enhanced_content.pref
@@ +182,4 @@
>choices:
>yes: Use
>no: "Don't use"
> +- content from Syndetics. Note that this requires that you have 
> signed up for the service and entered in your client code above.

Line 187 and 188 visible in this patch make it look like below is correct.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 15618] Small typos in system preferences

2016-01-24 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15618

Katrin Fischer  changed:

   What|Removed |Added

 CC||katrin.fisc...@bsz-bw.de

--- Comment #21 from Katrin Fischer  ---
> @@ +278,4 @@
> >  -
> >  - "Restrict patrons with the following target audience values 
> > from checking out inappropriate materials:"
> >  - pref: AgeRestrictionMarker
> > +- "E.g. Enter target audience keyword(s) split by | (pipe) 
> > FSK|PEGI|Age| (No white space near |). Be sure to map agerestriction in 
> > Koha to MARC mapping (e.g. 521$a). A MARC field value of FSK 12 or PEGI 12 
> > would mean: 'Borrower must be 12 years old'. Leave empty to not apply an 
> > age restriction."
> 
> I was noticing 856u in another patch on this bug report. Are we doing 856u
> or 856$u? We have 521$a here. Should it be 521a?

I think 521$u makes sense, if we have other cases without $ we could fix them
separately. I think some options require you to enter without $, so have to be
careful fixing.

> 
> @@ -365,5 @@
> >choices:
> > -  confirm: "require confirmation"
> > -  alert: "display a message"
> > -  nothing : "do nothing"
> > -- .
> 
> I like this '.' removal and placing at the end of the strings.

The extra . at the end creates a separate string in the translation files and
is a little advantage for translations. Because it's not always easy to built a
grammatically correct sentence that has the options at the end, this extra
string for the . allows to split the sentence up and have some words after the
option list - not sure if I used it here, but I did in some other cases.

> 
> @@ +523,5 @@
> >  - pref: emailLibrarianWhenHoldIsPlaced
> >choices:
> > +  yes: Do
> > +  no:  "Don't"
> > +- "send an email to the Koha administrator email address 
> > whenever a hold request is placed."
> 
> "Send" "Don't send"? I don't see why this change is necessary.

I think the change makes it a bit easier to read.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 15618] Small typos in system preferences

2016-01-21 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15618

Owen Leonard  changed:

   What|Removed |Added

   Assignee|koha-b...@lists.koha-commun |aleishaamo...@hotmail.com
   |ity.org |
   Severity|enhancement |minor
Version|unspecified |master

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 15618] Small typos in system preferences

2016-01-21 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15618

--- Comment #11 from Owen Leonard  ---
(In reply to Aleisha Amohia from comment #4)
> Created attachment 47063 [details] [review]
> Bug 15618: Typos fixed in enhanced_content.pref

This one doesn't work for me.

Syck parser (line 58, column 15): syntax error at
/usr/lib/x86_64-linux-gnu/perl5/5.20/YAML/Syck.pm line 75.

I think it's the use of a colon followed by a space. Since I don't know offhand
what the rules are for this kind of data structure I look at other instances
where a colon is used and I see that if you wrap the string in single quotes
that works (see for instance line 70, 'Baker and Taylor "My Library
Bookstore"...). Simply removing the space works too.

I think it would also be nice to format it like this:

- 'The URL for the Babeltheque javascript file (eg.
http://www.babeltheque.com/bw_XX.js):'
- pref: Babeltheque_url_js


This seems to be a more common format (Description: URL).

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 15618] Small typos in system preferences

2016-01-21 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15618

Owen Leonard  changed:

   What|Removed |Added

  Attachment #47065|0   |1
is obsolete||

--- Comment #13 from Owen Leonard  ---
Created attachment 47118
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=47118=edit
[SIGNED-OFF] Bug 15618: Typos fixed in logs.pref

Typos fixed in logs.pref

Signed-off-by: Owen Leonard 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 15618] Small typos in system preferences

2016-01-21 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15618

Owen Leonard  changed:

   What|Removed |Added

  Attachment #46955|0   |1
is obsolete||

--- Comment #10 from Owen Leonard  ---
Created attachment 47107
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=47107=edit
[SIGNED-OFF] Bug 15618: Typos fixed in admin.pref

To test:
Confirm all typos under the Administration tab are fixed and that I
haven't missed any.

Signed-off-by: Owen Leonard 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 15618] Small typos in system preferences

2016-01-21 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15618

--- Comment #12 from Owen Leonard  ---
(In reply to Aleisha Amohia from comment #2)
> Created attachment 46958 [details] [review]
> Bug 15618: Typos fixed in circulation.pref

This one gives me an error too:

Syck parser (line 283, column -1): syntax error at
/usr/lib/x86_64-linux-gnu/perl5/5.20/YAML/Syck.pm line 75.

I think it's bad single quote/double quote combinations on lines 281 and 428. I
think you need to use single quotes if the whole string is wrapped in double
quotes and vice versa.

Also:

"checkouts of items which are reserved to someone else. If allowed do not
generate RESERVE_WAITING and RESERVED warning. This allows self checkouts for
those items."

We try to standardize on the word "hold" instead of "reserve," so I suggest:

"checkouts of items which are on hold for someone else. If allowed do not
generate RESERVE_WAITING and RESERVED warning. This allows self checkouts for
those items."

"Reserves" at this time is only used when referring to Course Reserves.

If we are making terminology changes to this file, it would be good to catch
the instances of the word "borrower" which should be replaced with "patron."
Also look at places where the word "issue" is used in descriptions to mean
"check out." For instance:

"update a bibliographic record's total issues count whenever an item is issued"

Using the default English translation's terminology standard that should be:

"update a bibliographic record's total checkouts count whenever an item is
checked out"

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 15618] Small typos in system preferences

2016-01-21 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15618

Owen Leonard  changed:

   What|Removed |Added

  Attachment #47070|0   |1
is obsolete||

--- Comment #15 from Owen Leonard  ---
Created attachment 47120
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=47120=edit
[SIGNED-OFF] Bug 15618: Typos fixed in searching.pref

Typos fixed in searching.pref

Signed-off-by: Owen Leonard 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 15618] Small typos in system preferences

2016-01-21 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15618

Héctor Eduardo Castro Avalos  changed:

   What|Removed |Added

 CC||hector.hecax...@gmail.com
 Status|Needs Signoff   |Signed Off

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

[Koha-bugs] [Bug 15618] Small typos in system preferences

2016-01-21 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15618

Owen Leonard  changed:

   What|Removed |Added

  Attachment #47066|0   |1
is obsolete||

--- Comment #14 from Owen Leonard  ---
Created attachment 47119
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=47119=edit
[SIGNED-OFF] Bug 15618: Typos fixed in opac.pref

Typos fixed in opac.pref

Signed-off-by: Owen Leonard 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 15618] Small typos in system preferences

2016-01-21 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15618

Owen Leonard  changed:

   What|Removed |Added

  Attachment #47072|0   |1
is obsolete||

--- Comment #16 from Owen Leonard  ---
Created attachment 47121
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=47121=edit
[SIGNED-OFF] Bug 15618: Typos fixed in staff_client.pref

Typos fixed in staff_client.pref

Signed-off-by: Owen Leonard 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 15618] Small typos in system preferences

2016-01-21 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15618

Aleisha Amohia  changed:

   What|Removed |Added

  Attachment #47063|0   |1
is obsolete||

--- Comment #17 from Aleisha Amohia  ---
Created attachment 47147
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=47147=edit
Bug 15618: Typos fixed in enhanced_content.pref

This page should work properly now!

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 15618] Small typos in system preferences

2016-01-21 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15618

Aleisha Amohia  changed:

   What|Removed |Added

 Status|Signed Off  |Needs Signoff

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 15618] Small typos in system preferences

2016-01-21 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15618

Aleisha Amohia  changed:

   What|Removed |Added

  Attachment #46958|0   |1
is obsolete||

--- Comment #18 from Aleisha Amohia  ---
Created attachment 47148
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=47148=edit
Bug 15618: Typos fixed in circulation.pref

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 15618] Small typos in system preferences

2016-01-20 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15618

Aleisha Amohia  changed:

   What|Removed |Added

 Status|NEW |Needs Signoff

--- Comment #9 from Aleisha Amohia  ---
This is ready for sign-off. 
Look through the patches to confirm everything is correct and check I didn't
miss anything.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 15618] Small typos in system preferences

2016-01-20 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15618

--- Comment #8 from Aleisha Amohia  ---
Created attachment 47072
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=47072=edit
Bug 15618: Typos fixed in staff_client.pref

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 15618] Small typos in system preferences

2016-01-20 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15618

--- Comment #4 from Aleisha Amohia  ---
Created attachment 47063
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=47063=edit
Bug 15618: Typos fixed in enhanced_content.pref

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 15618] Small typos in system preferences

2016-01-20 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15618

--- Comment #5 from Aleisha Amohia  ---
Created attachment 47065
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=47065=edit
Bug 15618: Typos fixed in logs.pref

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 15618] Small typos in system preferences

2016-01-20 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15618

--- Comment #6 from Aleisha Amohia  ---
Created attachment 47066
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=47066=edit
Bug 15618: Typos fixed in opac.pref

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 15618] Small typos in system preferences

2016-01-20 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15618

--- Comment #7 from Aleisha Amohia  ---
Created attachment 47070
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=47070=edit
Bug 15618: Typos fixed in searching.pref

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 15618] Small typos in system preferences

2016-01-19 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15618

--- Comment #1 from Aleisha Amohia  ---
Created attachment 46955
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=46955=edit
Bug 15618: Typos fixed in admin.pref

To test:
Confirm all typos under the Administration tab are fixed and that I haven't
missed any.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 15618] Small typos in system preferences

2016-01-19 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15618

Aleisha Amohia  changed:

   What|Removed |Added

   Patch complexity|--- |String patch

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 15618] Small typos in system preferences

2016-01-19 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15618

--- Comment #2 from Aleisha Amohia  ---
Created attachment 46958
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=46958=edit
Bug 15618: Typos fixed in circulation.pref

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 15618] Small typos in system preferences

2016-01-19 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15618

--- Comment #3 from Aleisha Amohia  ---
Am still working on this - not ready to sign off.

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/