Skip to content

Commit

Permalink
[editor] Slightly shorten the en-US freetext_default_content placeh…
Browse files Browse the repository at this point in the history
…older text

Now that it's possible to change the font-size, this placeholder string feels a little bit long (especially for larger font-sizes).

Given that Editing is not enabled/released yet, I hope that it should be fine to update this without changing the l10n-id.
  • Loading branch information
Snuffleupagus committed Jun 29, 2022
1 parent f3ba02b commit 44a75c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion l10n/en-US/viewer.properties
Expand Up @@ -258,7 +258,7 @@ editor_free_text_label=FreeText Annotation
editor_ink.title=Add Ink Annotation
editor_ink_label=Ink Annotation

freetext_default_content=Enter some text…
freetext_default_content=Enter text…

# Editor Parameters
editor_free_text_font_color=Font Color
Expand Down
2 changes: 1 addition & 1 deletion web/l10n_utils.js
Expand Up @@ -82,7 +82,7 @@ const DEFAULT_L10N_STRINGS = {
web_fonts_disabled:
"Web fonts are disabled: unable to use embedded PDF fonts.",

freetext_default_content: "Enter some text…",
freetext_default_content: "Enter text…",
};

function getL10nFallback(key, args) {
Expand Down

0 comments on commit 44a75c2

Please sign in to comment.