diff options
author | Robert Tari <robert@tari.in> | 2021-06-16 22:54:43 +0200 |
---|---|---|
committer | Robert Tari <robert@tari.in> | 2021-06-21 02:33:06 +0200 |
commit | 33cd95e61dcb5947e7671a8eb21d67014376495e (patch) | |
tree | 8b8fc62297a95f6f5a8bbc465f003c8e51733125 /po/bem.po | |
parent | 4b6ef9d6039078d5ff24ed7e3dd642e2b6faa9fc (diff) | |
download | libayatana-common-33cd95e61dcb5947e7671a8eb21d67014376495e.tar.gz libayatana-common-33cd95e61dcb5947e7671a8eb21d67014376495e.tar.bz2 libayatana-common-33cd95e61dcb5947e7671a8eb21d67014376495e.zip |
Skip elipsizing if max characters are 0
- data/org.ayatana.common.gschema.xml.in: Set min value to 0 + update description
- src/utils.c: Include hadling max allowed length of 0
- tests/CMakeLists.txt: Compile schema locally for testing
- tests/tst_utils.cpp: Include handling max allowed length of 0
- po/ayatana-common.pot: Update translation strings
- po/*.po: Update translation strings
fixes https://github.com/AyatanaIndicators/libayatana-common/issues/29
Diffstat (limited to 'po/bem.po')
-rw-r--r-- | po/bem.po | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-06-14 23:18+0200\n" +"POT-Creation-Date: 2021-06-17 14:12+0200\n" "PO-Revision-Date: 2021-06-12 01:32+0200\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -23,5 +23,5 @@ msgstr "" #: ../data/org.ayatana.common.gschema.xml.in:2 msgid "" "The number of characters to show in dynamic menu items before the text is " -"ellipsized." +"ellipsized. Set to 0 to leave unchanged." msgstr "" |