Skip to content

Commit

Permalink
OK string
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtakac committed Sep 28, 2021
1 parent 5aa0419 commit 412d86d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import os.dtakac.feritraspored.common.view.dialog_info.InfoDialogFragment
fun FragmentManager.showInfoDialog(
@StringRes titleResId: Int,
@StringRes contentResId: Int,
@StringRes dismissResId: Int = R.string.okay,
@StringRes dismissResId: Int = R.string.label_ok,
key: String
) {
val infoDialog = InfoDialogFragment.newInstance(titleResId, contentResId, dismissResId)
Expand Down
1 change: 0 additions & 1 deletion app/src/main/res/values-hr/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
<i>11:30 - 14:45, K2-12, AV3</i>\n
<i>LV1/24, LV2/16, AV2</i>
</string>
<string name="okay">U redu</string>
<string name="title_appearance">Izgled aplikacije</string>
<string name="title_theme">Tema</string>
<string name="title_whats_new">[2.3.2] Novi izgled</string>
Expand Down
1 change: 0 additions & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
<i>11:30 - 14:45, K2-12, AV3</i>\n
<i>LV1/24, LV2/16, AV2</i>
</string>
<string name="okay">Okay</string>
<string name="title_appearance">Appearance</string>
<string name="title_theme">Theme</string>
<string name="title_whats_new">[2.3.2] New layout</string>
Expand Down

0 comments on commit 412d86d

Please sign in to comment.