Skip to content

Commit fa6398f

Browse files
committed
Fix incorrect software name
1 parent ea1a844 commit fa6398f

10 files changed

+10
-10
lines changed

src/main/kotlin/org/t246osslab/easybuggy4kt/controller/IndexController.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class IndexController : AbstractController() {
1313
fun init(ses: HttpSession, mav: ModelAndView, locale: Locale): ModelAndView {
1414
ses.removeAttribute("dlpinit")
1515
setViewAndCommonObjects(mav, locale, "index")
16-
mav.addObject("title", "EasyBuggy Boot")
16+
mav.addObject("title", "EasyBuggy Bootlin")
1717
var permName: String?
1818
var lblPerm: String?
1919
if (System.getProperty("java.version").startsWith("1.7")) {

src/main/resources/messages.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ title.current.time=Display Current Time
341341
title.deadlock.page=Detect Deadlock
342342
title.endlesswaiting.page=Execute Batch
343343
title.nullbyteinjection.page=Download Guides
344-
title.index.page=EasyBuggy Boot
344+
title.index.page=EasyBuggy Bootlin
345345
title.intoverflow.page=The Distance from Earth to the Moon
346346
title.login.page=Login Page for Administrators
347347
title.lossoftrailingdigits.page=Decimal Addition

src/main/resources/messages_de.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ title.current.time=Display Current Time
327327
title.deadlock.page=Detect Deadlock
328328
title.endlesswaiting.page=Execute Batch
329329
title.nullbyteinjection.page=Download Guides
330-
title.index.page=EasyBuggy Boot
330+
title.index.page=EasyBuggy Bootlin
331331
title.intoverflow.page=The Distance from Earth to the Moon
332332
title.login.page=Login Page for Administrators
333333
title.lossoftrailingdigits.page=Decimal Addition

src/main/resources/messages_en.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ title.current.time=Display Current Time
327327
title.deadlock.page=Detect Deadlock
328328
title.endlesswaiting.page=Execute Batch
329329
title.nullbyteinjection.page=Download Guides
330-
title.index.page=EasyBuggy Boot
330+
title.index.page=EasyBuggy Bootlin
331331
title.intoverflow.page=The Distance from Earth to the Moon
332332
title.login.page=Login Page for Administrators
333333
title.lossoftrailingdigits.page=Decimal Addition

src/main/resources/messages_es.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ title.current.time=Display Current Time
327327
title.deadlock.page=Detect Deadlock
328328
title.endlesswaiting.page=Execute Batch
329329
title.nullbyteinjection.page=Download Guides
330-
title.index.page=EasyBuggy Boot
330+
title.index.page=EasyBuggy Bootlin
331331
title.intoverflow.page=The Distance from Earth to the Moon
332332
title.login.page=Login Page for Administrators
333333
title.lossoftrailingdigits.page=Decimal Addition

src/main/resources/messages_fr.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ title.current.time=Display Current Time
327327
title.deadlock.page=Detect Deadlock
328328
title.endlesswaiting.page=Execute Batch
329329
title.nullbyteinjection.page=Download Guides
330-
title.index.page=EasyBuggy Boot
330+
title.index.page=EasyBuggy Bootlin
331331
title.intoverflow.page=The Distance from Earth to the Moon
332332
title.login.page=Login Page for Administrators
333333
title.lossoftrailingdigits.page=Decimal Addition

src/main/resources/messages_ja.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ title.current.time=\u73fe\u5728\u6642\u523b\u306e\u8868\u793a
327327
title.deadlock.page=\u30c7\u30c3\u30c9\u30ed\u30c3\u30af\u306e\u691c\u77e5
328328
title.endlesswaiting.page=\u30d0\u30c3\u30c1\u306e\u5b9f\u884c
329329
title.nullbyteinjection.page=\u30ac\u30a4\u30c9\u306e\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9
330-
title.index.page=EasyBuggy Boot
330+
title.index.page=EasyBuggy Bootlin
331331
title.intoverflow.page=\u6708\u307e\u3067\u306e\u8ddd\u96e2
332332
title.login.page=\u7ba1\u7406\u8005\u30ed\u30b0\u30a4\u30f3\u30da\u30fc\u30b8
333333
title.lossoftrailingdigits.page=\u5c0f\u6570\u306e\u8db3\u3057\u7b97

src/main/resources/messages_ko.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ title.current.time=Display Current Time
327327
title.deadlock.page=Detect Deadlock
328328
title.endlesswaiting.page=Execute Batch
329329
title.nullbyteinjection.page=Download Guides
330-
title.index.page=EasyBuggy Boot
330+
title.index.page=EasyBuggy Bootlin
331331
title.intoverflow.page=The Distance from Earth to the Moon
332332
title.login.page=Login Page for Administrators
333333
title.lossoftrailingdigits.page=Decimal Addition

src/main/resources/messages_ru.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ title.current.time=Display Current Time
327327
title.deadlock.page=Detect Deadlock
328328
title.endlesswaiting.page=Execute Batch
329329
title.nullbyteinjection.page=Download Guides
330-
title.index.page=EasyBuggy Boot
330+
title.index.page=EasyBuggy Bootlin
331331
title.intoverflow.page=The Distance from Earth to the Moon
332332
title.login.page=Login Page for Administrators
333333
title.lossoftrailingdigits.page=Decimal Addition

src/main/resources/messages_zh.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ title.current.time=Display Current Time
327327
title.deadlock.page=Detect Deadlock
328328
title.endlesswaiting.page=Execute Batch
329329
title.nullbyteinjection.page=Download Guides
330-
title.index.page=EasyBuggy Boot
330+
title.index.page=EasyBuggy Bootlin
331331
title.intoverflow.page=The Distance from Earth to the Moon
332332
title.login.page=Login Page for Administrators
333333
title.lossoftrailingdigits.page=Decimal Addition

0 commit comments

Comments
 (0)