mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-21 09:49:14 +00:00
Composer bug fixes and continued table and color picker features
This commit is contained in:
parent
22a7f83870
commit
77b265e5f5
@ -6458,6 +6458,13 @@ ResDef(XP_EDT_MSG_TEXT_BUFFER_TOO_LARGE, (XP_MSG_BASE + 843),
|
||||
ResDef(XP_EDT_MSG_CANNOT_PASTE, (XP_MSG_BASE + 844),
|
||||
"You cannot paste this much text in a single operation.\nTry pasting the text in several smaller segments.")
|
||||
|
||||
ResDef(XP_EDT_CAN_PASTE_AS_TABLE, (XP_MSG_BASE + 845),
|
||||
"Text can be pasted as %d rows and %d columns.\n\n")
|
||||
ResDef(XP_EDT_REPLACE_CELLS, (XP_MSG_BASE + 846),
|
||||
"Replace existing cells?")
|
||||
ResDef(XP_EDT_PASTE_AS_TABLE, (XP_MSG_BASE + 847),
|
||||
"Paste text as a new table?")
|
||||
|
||||
ResDef(XP_EDT_MUST_SAVE_PROMPT, XP_MSG_BASE + 880, "You must save\n%s\nto a local file before editing.\nSave to a file now?")
|
||||
|
||||
ResDef (MK_LDAP_ADD_SERVER_TO_PREFS, XP_MSG_BASE + 881,
|
||||
|
@ -6458,6 +6458,13 @@ ResDef(XP_EDT_MSG_TEXT_BUFFER_TOO_LARGE, (XP_MSG_BASE + 843),
|
||||
ResDef(XP_EDT_MSG_CANNOT_PASTE, (XP_MSG_BASE + 844),
|
||||
"You cannot paste this much text in a single operation.\nTry pasting the text in several smaller segments.")
|
||||
|
||||
ResDef(XP_EDT_CAN_PASTE_AS_TABLE, (XP_MSG_BASE + 845),
|
||||
"Text can be pasted as %d rows and %d columns.\n\n")
|
||||
ResDef(XP_EDT_REPLACE_CELLS, (XP_MSG_BASE + 846),
|
||||
"Replace existing cells?")
|
||||
ResDef(XP_EDT_PASTE_AS_TABLE, (XP_MSG_BASE + 847),
|
||||
"Paste text as a new table?")
|
||||
|
||||
ResDef(XP_EDT_MUST_SAVE_PROMPT, XP_MSG_BASE + 880, "You must save\n%s\nto a local file before editing.\nSave to a file now?")
|
||||
|
||||
ResDef (MK_LDAP_ADD_SERVER_TO_PREFS, XP_MSG_BASE + 881,
|
||||
|
Loading…
x
Reference in New Issue
Block a user