Skip to content

Commit

Permalink
Merge pull request #10187 from JabRef/improveLanguage
Browse files Browse the repository at this point in the history
correct  en l10n strings
  • Loading branch information
Siedlerchr authored Aug 17, 2023
2 parents 3c59266 + 1dced64 commit 1bc662a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/main/java/org/jabref/gui/openoffice/OOBibBase.java
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ OOResult<XTextCursor, OOError> getUserCursorForTextInsertion(XTextDocument doc,
String msg =
Localization.lang("Please move the cursor"
+ " to the location for the new citation.") + "\n"
+ Localization.lang("I cannot insert to the cursors current location.");
+ Localization.lang("I cannot insert to the cursor's current location.");
return OOResult.error(new OOError(errorTitle, msg, ex));
}
return OOResult.ok(cursor);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public String format(String input) {
@Override
public String getDescription() {
return Localization.lang(
"CHANGES ALL LETTER TO UPPER CASE.");
"CHANGES ALL LETTERS TO UPPER CASE.");
}

@Override
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/l10n/JabRef_en.properties
Original file line number Diff line number Diff line change
Expand Up @@ -1482,7 +1482,7 @@ Capitalize=Capitalize
Capitalize\ all\ Words,\ but\ Converts\ Articles,\ Prepositions,\ and\ Conjunctions\ to\ Lower\ Case.=Capitalize all Words, but Converts Articles, Prepositions, and Conjunctions to Lower Case.
Capitalize\ the\ first\ word,\ changes\ other\ words\ to\ lower\ case.=Capitalize the first word, changes other words to lower case.
changes\ all\ letters\ to\ lower\ case.=changes all letters to lower case.
CHANGES\ ALL\ LETTER\ TO\ UPPER\ CASE.=CHANGES ALL LETTER TO UPPER CASE.
CHANGES\ ALL\ LETTERS\ TO\ UPPER\ CASE.=CHANGES ALL LETTERS TO UPPER CASE.
Changes\ The\ First\ Letter\ Of\ All\ Words\ To\ Capital\ Case\ And\ The\ Remaining\ Letters\ To\ Lower\ Case.=Changes The First Letter Of All Words To Capital Case And The Remaining Letters To Lower Case.
Cleans\ up\ LaTeX\ code.=Cleans up LaTeX code.
Converts\ HTML\ code\ to\ LaTeX\ code.=Converts HTML code to LaTeX code.
Expand Down Expand Up @@ -2368,7 +2368,7 @@ Cited\ on\ pages=Cited on pages
Please\ move\ the\ cursor\ into\ the\ document\ text.=Please\ move\ the\ cursor\ into\ the\ document\ text.
To\ get\ the\ visual\ positions\ of\ your\ citations\ I\ need\ to\ move\ the\ cursor\ around,\ but\ could\ not\ get\ it.=To\ get\ the\ visual\ positions\ of\ your\ citations\ I\ need\ to\ move\ the\ cursor\ around,\ but\ could\ not\ get\ it.
I\ cannot\ insert\ to\ the\ cursors\ current\ location.=I\ cannot\ insert\ to\ the\ cursors\ current\ location.
I\ cannot\ insert\ to\ the\ cursor's\ current\ location.=I\ cannot\ insert\ to\ the\ cursor's\ current\ location.
Please\ move\ the\ cursor\ to\ the\ location\ for\ the\ new\ citation.=Please\ move\ the\ cursor\ to\ the\ location\ for\ the\ new\ citation.
Expand Down

0 comments on commit 1bc662a

Please sign in to comment.