Skip to content

Commit

Permalink
Fix prefs_source_code string
Browse files Browse the repository at this point in the history
Signed-off-by: Saul Henriquez <[email protected]>
  • Loading branch information
saulhdev committed May 14, 2023
1 parent f56d536 commit 1bf7d35
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/src/main/res/values-fil/strings.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="pref_cat_contact">Mga Kontak</string>
<string name="pref_git">Source code</string>
<string name="about_source_code">Source code</string>
<string name="pref_browser_theme">Buksan sa Browser</string>
<string name="today">ngayong araw</string>
<string name="title_about">Tungkol</string>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-nn/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<string name="about_licenses">Løyve</string>
<string name="about_changelog">Brigdelogg</string>
<string name="pref_tg">Telegram-sambandsline</string>
<string name="pref_git">Kjeldekoden</string>
<string name="about_source_code">Kjeldekoden</string>
<string name="pref_cat_debug">Lysking</string>
<string name="pref_transparency">Overlagbakgrunnens gjennomsynlegheit</string>
<string name="pref_browser_theme">Opne i nettlesar</string>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-ro/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<string name="about_changelog">Jurnalul modificărilor</string>
<string name="about_open_source">Biblioteci cu sursă deschisă</string>
<string name="pref_tg">Canalul Telegram</string>
<string name="pref_git">Codul sursă</string>
<string name="about_source_code">Codul sursă</string>
<string name="pref_cat_overlay">Aspect</string>
<string name="pref_cat_debug">Depanare</string>
<string name="pref_transparency">Opacitatea fundalului de suprapunere</string>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-tr/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<string name="about_changelog">Değişim günlüğü</string>
<string name="about_open_source">Açık Kaynak Kütüphaneleri</string>
<string name="pref_tg">Telegram kanalı</string>
<string name="pref_git">Kaynak kodu</string>
<string name="about_source_code">Kaynak kodu</string>
<string name="pref_cat_overlay">Görünüm</string>
<string name="pref_browser_theme">Tarayıcıda aç</string>
<string name="pref_compact">Sıkışık öğe düzeni</string>
Expand Down

0 comments on commit 1bf7d35

Please sign in to comment.