POT update

This commit is contained in:
2016-09-27 20:16:45 +02:00
parent 832af1b633
commit da0e75a4a3
2 changed files with 135 additions and 141 deletions

View File

@@ -765,7 +765,7 @@ protected:
{
wxString identity(m_cred_storage.get_identity());
m_storage_identity->SetValue(
!identity.empty() ? identity :
!identity.empty() ? identity :
m_cred_storage.empty() ? _("<empty>") : _("<blank ID>"));
}
@@ -774,7 +774,7 @@ protected:
{
wxString identity(m_cred_config.get_identity());
m_config_identity->SetValue(
!identity.empty() ? identity :
!identity.empty() ? identity :
m_cred_config.empty() ? _("<empty>") : _("<blank ID>"));
}