Bugzilla – Attachment 19683 Details for
Bug 10409
Do not show course entry form if no departments are found
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 10409: Follow up - improving strings for easier translation
Bug-10409-Follow-up---improving-strings-for-easier.patch (text/plain), 1.67 KB, created by
Kyle M Hall (khall)
on 2013-07-15 20:10:54 UTC
(
hide
)
Description:
Bug 10409: Follow up - improving strings for easier translation
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2013-07-15 20:10:54 UTC
Size:
1.67 KB
patch
obsolete
>From 7435bb7972d4f2cc629ca2f872f1d92a2389620a Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <Katrin.Fischer.83@web.de> >Date: Sun, 30 Jun 2013 16:55:55 +0200 >Subject: [PATCH] Bug 10409: Follow up - improving strings for easier translation > >Fixing this line: ><legend>[% IF course_id %] Edit [% ELSE %] Create [% END %] course</legend> > >As grammar works different in different languages, having single >strings like that in a predefined order makes having a nice translation >unnecessarily hard. > >This will make it a little easier: ><legend>[% IF course_id %]Edit course[% ELSE %]Create course[% END %]</legend> > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > .../prog/en/modules/course_reserves/course.tt | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course.tt >index b4ab8ea..1f5aca8 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course.tt >@@ -88,7 +88,7 @@ > <form method="post" action="/cgi-bin/koha/course_reserves/mod_course.pl"> > [% IF course_id %]<input type="hidden" name="course_id" value="[% course_id %]" />[% END %] > <fieldset class="rows"> >- <legend>[% IF course_id %] Edit [% ELSE %] Create [% END %] course</legend> >+ <legend>[% IF course_id %]Edit course[% ELSE %]Create course[% END %]</legend> > <ol> > <li> > <label class="required" for="department">Department:</label> >-- >1.7.2.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 10409
:
18671
|
18734
|
19278
|
19298
|
19299
| 19683