Reword imported hosts title

This commit is contained in:
Davide De Rosa 2018-11-01 13:27:11 +01:00
parent 964a4d701b
commit a4f46d0d7b
2 changed files with 2 additions and 2 deletions

View File

@ -59,7 +59,7 @@
"parsed_file.alerts.parsing.message" = "Unable to parse the provided configuration file (%@)."; "parsed_file.alerts.parsing.message" = "Unable to parse the provided configuration file (%@).";
"parsed_file.alerts.buttons.report" = "Report an issue"; "parsed_file.alerts.buttons.report" = "Report an issue";
"imported_hosts.title" = "Imported"; "imported_hosts.title" = "Imported hosts";
"service.welcome.message" = "Welcome to Passepartout!\n\nUse the organizer to add a new profile."; "service.welcome.message" = "Welcome to Passepartout!\n\nUse the organizer to add a new profile.";
"service.sections.general.header" = "General"; "service.sections.general.header" = "General";

View File

@ -246,7 +246,7 @@ internal enum L10n {
} }
internal enum ImportedHosts { internal enum ImportedHosts {
/// Imported /// Imported hosts
internal static let title = L10n.tr("Localizable", "imported_hosts.title") internal static let title = L10n.tr("Localizable", "imported_hosts.title")
} }