After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 792592 - Fixes for several typos in strings
Fixes for several typos in strings
Status: RESOLVED FIXED
Product: Gnumeric
Classification: Applications
Component: General
git master
Other All
: Normal normal
: ---
Assigned To: Jody Goldberg
Jody Goldberg
Depends on:
Blocks:
 
 
Reported: 2018-01-17 07:04 UTC by Rafael Fontenelle
Modified: 2018-01-17 14:23 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix whitespace usage (13.01 KB, patch)
2018-01-17 07:05 UTC, Rafael Fontenelle
none Details | Review
fn-logical: fix typo in conditional (864 bytes, patch)
2018-01-17 07:06 UTC, Rafael Fontenelle
none Details | Review
Fix #N/A error name (8.75 KB, patch)
2018-01-17 07:07 UTC, Rafael Fontenelle
none Details | Review
Use uppercase for gamma (2.13 KB, patch)
2018-01-17 07:08 UTC, Rafael Fontenelle
none Details | Review

Description Rafael Fontenelle 2018-01-17 07:04:51 UTC
Here is a compilation of small issues found in functions' strings (one also applying to documentation) and diff files to fix them. For your convenience, I split the diff files by subject.
Comment 1 Rafael Fontenelle 2018-01-17 07:05:45 UTC
Created attachment 366911 [details] [review]
Fix whitespace usage

This removes unnecessary whitespace in the beginning, in the end, and within sentence.
It also adds whitespaces where needed, i.e. after a comma within the sentence, or in the end of a to-be-concatenated-string to separate sentences when concatenated
Comment 2 Rafael Fontenelle 2018-01-17 07:06:17 UTC
Created attachment 366912 [details] [review]
fn-logical: fix typo in conditional

It was misspelled as "contional"
Comment 3 Rafael Fontenelle 2018-01-17 07:07:08 UTC
Created attachment 366913 [details] [review]
Fix #N/A error name

The UI uses "#N/A", but there are some occurrences of "#N/A!", "#NA", or "#NA!" in the documentation and in functions' strings.
Comment 4 Rafael Fontenelle 2018-01-17 07:08:32 UTC
Created attachment 366914 [details] [review]
Use uppercase for gamma

There are a couple of occurrences of "gamma(@{a})", which seems to refer to GAMMA function. If that is the case, it should be in uppercase letters, in conformity with the 'po-functions/README.translators' file.
Comment 5 Morten Welinder 2018-01-17 14:23:21 UTC
This problem has been fixed in our software repository. The fix will go into the next software release. Once that release is available, you may want to check for a software upgrade provided by your Linux distribution.


NOTE: func.defs and functions.xml are generated from the inline docs.