Skip to content

Commit

Permalink
Fixes 1163151 - Firefox for iOS: verify usage of newslines in strings
Browse files Browse the repository at this point in the history
  • Loading branch information
st3fan committed Jul 2, 2015
1 parent ad8108e commit 0f491a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Client/Frontend/Settings/SettingsTableViewController.swift
Expand Up @@ -455,7 +455,7 @@ private class ClearPrivateDataSetting: Setting {
let clearable = EverythingClearable(profile: profile, tabmanager: tabManager)

var title: String { return NSLocalizedString("Clear Everything", tableName: "ClearPrivateData", comment: "Title of the Clear private data dialog.") }
var message: String { return NSLocalizedString("Are you sure you want to clear all of your data? \n This will also close all open tabs.", tableName: "ClearPrivateData", comment: "Message shown in the dialog prompting users if they want to clear everything") }
var message: String { return NSLocalizedString("Are you sure you want to clear all of your data? This will also close all open tabs.", tableName: "ClearPrivateData", comment: "Message shown in the dialog prompting users if they want to clear everything") }

let alert = UIAlertController(title: title, message: message, preferredStyle: UIAlertControllerStyle.ActionSheet)

Expand Down

0 comments on commit 0f491a6

Please sign in to comment.