escaping an apostrophe
This commit is contained in:
parent
91de0eb990
commit
2fe7e38b1b
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ buildscript {
|
|||
propMinSdkVersion = 21
|
||||
propTargetSdkVersion = propCompileSdkVersion
|
||||
propVersionCode = 1
|
||||
propVersionName = '5.7.4'
|
||||
propVersionName = '5.7.5'
|
||||
kotlin_version = '1.3.20'
|
||||
}
|
||||
|
||||
|
|
|
@ -444,7 +444,7 @@
|
|||
<string name="exporting_failed">Exportació fallida</string>
|
||||
<string name="importing_some_entries_failed">L\'impotació d\'algunes entrades ha fallat</string>
|
||||
<string name="exporting_some_entries_failed">L\'exportació d\'algunes entrades ha fallat</string>
|
||||
<string name="no_entries_for_importing">No s'han trobat entrades per importar</string>
|
||||
<string name="no_entries_for_importing">No s\'han trobat entrades per importar</string>
|
||||
<string name="no_entries_for_exporting">No s\'han trobat entrades per exportar</string>
|
||||
|
||||
<!-- OTG devices -->
|
||||
|
|
Loading…
Reference in a new issue