[gnome-control-center] panels: Fix truncated panel names for larger fonts
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center] panels: Fix truncated panel names for larger fonts
- Date: Thu, 7 Apr 2016 14:07:15 +0000 (UTC)
commit b3be07609a9bae43947ee3e59d8982a7715c9acf
Author: Bastien Nocera <hadess hadess net>
Date: Thu Apr 7 14:22:50 2016 +0200
panels: Fix truncated panel names for larger fonts
Note that this fix will not automatically fix translations, which will
need to add soft-hyphens (U+00AD) to their translations themselves, and
will not fix larger fonts for which the split up syllables end up
being bigger than the maximum text width.
It's the best we can do without redesigning the Settings shell, which is
already something planned.
https://bugzilla.gnome.org/show_bug.cgi?id=647087#c13
.../gnome-background-panel.desktop.in.in | 6 +++++-
.../bluetooth/gnome-bluetooth-panel.desktop.in.in | 6 +++++-
panels/color/gnome-color-panel.desktop.in.in | 6 +++++-
panels/datetime/gnome-datetime-panel.desktop.in.in | 4 ++++
panels/display/gnome-display-panel.desktop.in.in | 6 +++++-
panels/info/gnome-info-panel.desktop.in.in | 6 +++++-
panels/keyboard/gnome-keyboard-panel.desktop.in.in | 6 +++++-
panels/mouse/gnome-mouse-panel.desktop.in.in | 6 +++++-
panels/network/gnome-network-panel.desktop.in.in | 6 +++++-
.../gnome-notifications-panel.desktop.in.in | 6 +++++-
.../gnome-online-accounts-panel.desktop.in.in | 6 +++++-
panels/power/gnome-power-panel.desktop.in.in | 6 +++++-
panels/printers/gnome-printers-panel.desktop.in.in | 6 +++++-
panels/privacy/gnome-privacy-panel.desktop.in.in | 6 +++++-
panels/region/gnome-region-panel.desktop.in.in | 6 +++++-
panels/search/gnome-search-panel.desktop.in.in | 4 ++++
panels/sharing/gnome-sharing-panel.desktop.in.in | 6 +++++-
.../gnome-universal-access-panel.desktop.in.in | 6 +++++-
panels/wacom/gnome-wacom-panel.desktop.in.in | 6 +++++-
19 files changed, 93 insertions(+), 17 deletions(-)
---
diff --git a/panels/background/gnome-background-panel.desktop.in.in
b/panels/background/gnome-background-panel.desktop.in.in
index aa823b5..74a6e30 100644
--- a/panels/background/gnome-background-panel.desktop.in.in
+++ b/panels/background/gnome-background-panel.desktop.in.in
@@ -1,5 +1,9 @@
[Desktop Entry]
-_Name=Background
+# Translators: Add soft hyphens to your translations so that the
+# icon view won't clip your translations. See
+# https://bugzilla.gnome.org/show_bug.cgi?id=647087#c13
+# for details
+_Name=Background
_Comment=Change your background image to a wallpaper or photo
Exec=gnome-control-center background
Icon=preferences-desktop-wallpaper
diff --git a/panels/bluetooth/gnome-bluetooth-panel.desktop.in.in
b/panels/bluetooth/gnome-bluetooth-panel.desktop.in.in
index bee675c..4a3874c 100644
--- a/panels/bluetooth/gnome-bluetooth-panel.desktop.in.in
+++ b/panels/bluetooth/gnome-bluetooth-panel.desktop.in.in
@@ -1,5 +1,9 @@
[Desktop Entry]
-_Name=Bluetooth
+# Translators: Add soft hyphens to your translations so that the
+# icon view won't clip your translations. See
+# https://bugzilla.gnome.org/show_bug.cgi?id=647087#c13
+# for details
+_Name=Bluetooth
_Comment=Turn Bluetooth on and off and connect your devices
Icon=bluetooth
Exec=gnome-control-center bluetooth
diff --git a/panels/color/gnome-color-panel.desktop.in.in b/panels/color/gnome-color-panel.desktop.in.in
index 3fe6808..5a6fcbd 100644
--- a/panels/color/gnome-color-panel.desktop.in.in
+++ b/panels/color/gnome-color-panel.desktop.in.in
@@ -1,5 +1,9 @@
[Desktop Entry]
-_Name=Color
+# Translators: Add soft hyphens to your translations so that the
+# icon view won't clip your translations. See
+# https://bugzilla.gnome.org/show_bug.cgi?id=647087#c13
+# for details
+_Name=Color
_Comment=Calibrate the color of your devices, such as displays, cameras or printers
Exec=gnome-control-center color
Icon=preferences-color
diff --git a/panels/datetime/gnome-datetime-panel.desktop.in.in
b/panels/datetime/gnome-datetime-panel.desktop.in.in
index 44fe76a..2d10fbe 100644
--- a/panels/datetime/gnome-datetime-panel.desktop.in.in
+++ b/panels/datetime/gnome-datetime-panel.desktop.in.in
@@ -1,4 +1,8 @@
[Desktop Entry]
+# Translators: Add soft hyphens to your translations so that the
+# icon view won't clip your translations. See
+# https://bugzilla.gnome.org/show_bug.cgi?id=647087#c13
+# for details
_Name=Date & Time
_Comment=Change the date and time, including time zone
Exec=gnome-control-center datetime
diff --git a/panels/display/gnome-display-panel.desktop.in.in
b/panels/display/gnome-display-panel.desktop.in.in
index 5daa902..16fd781 100644
--- a/panels/display/gnome-display-panel.desktop.in.in
+++ b/panels/display/gnome-display-panel.desktop.in.in
@@ -1,5 +1,9 @@
[Desktop Entry]
-_Name=Displays
+# Translators: Add soft hyphens to your translations so that the
+# icon view won't clip your translations. See
+# https://bugzilla.gnome.org/show_bug.cgi?id=647087#c13
+# for details
+_Name=Displays
_Comment=Choose how to use connected monitors and projectors
Exec=gnome-control-center display
Icon=preferences-desktop-display
diff --git a/panels/info/gnome-info-panel.desktop.in.in b/panels/info/gnome-info-panel.desktop.in.in
index 8708622..31e6a14 100644
--- a/panels/info/gnome-info-panel.desktop.in.in
+++ b/panels/info/gnome-info-panel.desktop.in.in
@@ -1,5 +1,9 @@
[Desktop Entry]
-_Name=Details
+# Translators: Add soft hyphens to your translations so that the
+# icon view won't clip your translations. See
+# https://bugzilla.gnome.org/show_bug.cgi?id=647087#c13
+# for details
+_Name=Details
_Comment=View information about your system
Exec=gnome-control-center info
Icon=applications-system
diff --git a/panels/keyboard/gnome-keyboard-panel.desktop.in.in
b/panels/keyboard/gnome-keyboard-panel.desktop.in.in
index c3c61e8..0172905 100644
--- a/panels/keyboard/gnome-keyboard-panel.desktop.in.in
+++ b/panels/keyboard/gnome-keyboard-panel.desktop.in.in
@@ -1,5 +1,9 @@
[Desktop Entry]
-_Name=Keyboard
+# Translators: Add soft hyphens to your translations so that the
+# icon view won't clip your translations. See
+# https://bugzilla.gnome.org/show_bug.cgi?id=647087#c13
+# for details
+_Name=Keyboard
_Comment=View and change keyboard shortcuts and set your typing preferences
Exec=gnome-control-center keyboard
Icon=input-keyboard
diff --git a/panels/mouse/gnome-mouse-panel.desktop.in.in b/panels/mouse/gnome-mouse-panel.desktop.in.in
index 9c7e15a..60e89ba 100644
--- a/panels/mouse/gnome-mouse-panel.desktop.in.in
+++ b/panels/mouse/gnome-mouse-panel.desktop.in.in
@@ -1,5 +1,9 @@
[Desktop Entry]
-_Name=Mouse & Touchpad
+# Translators: Add soft hyphens to your translations so that the
+# icon view won't clip your translations. See
+# https://bugzilla.gnome.org/show_bug.cgi?id=647087#c13
+# for details
+_Name=Mouse & Touchpad
_Comment=Change your mouse or touchpad sensitivity and select right or left-handed
Exec=gnome-control-center mouse
Icon=input-mouse
diff --git a/panels/network/gnome-network-panel.desktop.in.in
b/panels/network/gnome-network-panel.desktop.in.in
index 46e5ba6..0634eb1 100644
--- a/panels/network/gnome-network-panel.desktop.in.in
+++ b/panels/network/gnome-network-panel.desktop.in.in
@@ -1,5 +1,9 @@
[Desktop Entry]
-_Name=Network
+# Translators: Add soft hyphens to your translations so that the
+# icon view won't clip your translations. See
+# https://bugzilla.gnome.org/show_bug.cgi?id=647087#c13
+# for details
+_Name=Network
_Comment=Control how you connect to the Internet
Exec=gnome-control-center network
Icon=network-workgroup
diff --git a/panels/notifications/gnome-notifications-panel.desktop.in.in
b/panels/notifications/gnome-notifications-panel.desktop.in.in
index d09ff98..93b4f19 100644
--- a/panels/notifications/gnome-notifications-panel.desktop.in.in
+++ b/panels/notifications/gnome-notifications-panel.desktop.in.in
@@ -1,5 +1,9 @@
[Desktop Entry]
-_Name=Notifications
+# Translators: Add soft hyphens to your translations so that the
+# icon view won't clip your translations. See
+# https://bugzilla.gnome.org/show_bug.cgi?id=647087#c13
+# for details
+_Name=Notifications
_Comment=Control which notifications are displayed and what they show
Exec=gnome-control-center notifications
Icon=preferences-system-notifications
diff --git a/panels/online-accounts/gnome-online-accounts-panel.desktop.in.in
b/panels/online-accounts/gnome-online-accounts-panel.desktop.in.in
index 3bec33c..1cbdd2d 100644
--- a/panels/online-accounts/gnome-online-accounts-panel.desktop.in.in
+++ b/panels/online-accounts/gnome-online-accounts-panel.desktop.in.in
@@ -1,5 +1,9 @@
[Desktop Entry]
-_Name=Online Accounts
+# Translators: Add soft hyphens to your translations so that the
+# icon view won't clip your translations. See
+# https://bugzilla.gnome.org/show_bug.cgi?id=647087#c13
+# for details
+_Name=Online Accounts
_Comment=Connect to your online accounts and decide what to use them for
Exec=gnome-control-center online-accounts
Icon=goa-panel
diff --git a/panels/power/gnome-power-panel.desktop.in.in b/panels/power/gnome-power-panel.desktop.in.in
index 0622b97..3583b3d 100644
--- a/panels/power/gnome-power-panel.desktop.in.in
+++ b/panels/power/gnome-power-panel.desktop.in.in
@@ -1,5 +1,9 @@
[Desktop Entry]
-_Name=Power
+# Translators: Add soft hyphens to your translations so that the
+# icon view won't clip your translations. See
+# https://bugzilla.gnome.org/show_bug.cgi?id=647087#c13
+# for details
+_Name=Power
_Comment=View your battery status and change power saving settings
Exec=gnome-control-center power
Icon=gnome-power-manager
diff --git a/panels/printers/gnome-printers-panel.desktop.in.in
b/panels/printers/gnome-printers-panel.desktop.in.in
index 18c7739..216069a 100644
--- a/panels/printers/gnome-printers-panel.desktop.in.in
+++ b/panels/printers/gnome-printers-panel.desktop.in.in
@@ -1,5 +1,9 @@
[Desktop Entry]
-_Name=Printers
+# Translators: Add soft hyphens to your translations so that the
+# icon view won't clip your translations. See
+# https://bugzilla.gnome.org/show_bug.cgi?id=647087#c13
+# for details
+_Name=Printers
_Comment=Add printers, view printer jobs and decide how you want to print
Exec=gnome-control-center printers
Icon=printer
diff --git a/panels/privacy/gnome-privacy-panel.desktop.in.in
b/panels/privacy/gnome-privacy-panel.desktop.in.in
index 98f4b27..db30f5d 100644
--- a/panels/privacy/gnome-privacy-panel.desktop.in.in
+++ b/panels/privacy/gnome-privacy-panel.desktop.in.in
@@ -1,5 +1,9 @@
[Desktop Entry]
-_Name=Privacy
+# Translators: Add soft hyphens to your translations so that the
+# icon view won't clip your translations. See
+# https://bugzilla.gnome.org/show_bug.cgi?id=647087#c13
+# for details
+_Name=Privacy
_Comment=Protect your personal information and control what others might see
Exec=gnome-control-center privacy
# FIXME
diff --git a/panels/region/gnome-region-panel.desktop.in.in b/panels/region/gnome-region-panel.desktop.in.in
index 178bcbd..c7aeac1 100644
--- a/panels/region/gnome-region-panel.desktop.in.in
+++ b/panels/region/gnome-region-panel.desktop.in.in
@@ -1,5 +1,9 @@
[Desktop Entry]
-_Name=Region & Language
+# Translators: Add soft hyphens to your translations so that the
+# icon view won't clip your translations. See
+# https://bugzilla.gnome.org/show_bug.cgi?id=647087#c13
+# for details
+_Name=Region & Language
_Comment=Select your display language, formats, keyboard layouts and input sources
Exec=gnome-control-center region
Icon=preferences-desktop-locale
diff --git a/panels/search/gnome-search-panel.desktop.in.in b/panels/search/gnome-search-panel.desktop.in.in
index 5625875..5f271e5 100644
--- a/panels/search/gnome-search-panel.desktop.in.in
+++ b/panels/search/gnome-search-panel.desktop.in.in
@@ -1,4 +1,8 @@
[Desktop Entry]
+# Translators: Add soft hyphens to your translations so that the
+# icon view won't clip your translations. See
+# https://bugzilla.gnome.org/show_bug.cgi?id=647087#c13
+# for details
_Name=Search
_Comment=Control which applications show search results in the Activities Overview
Exec=gnome-control-center search
diff --git a/panels/sharing/gnome-sharing-panel.desktop.in.in
b/panels/sharing/gnome-sharing-panel.desktop.in.in
index bfbb8cb..8e316b0 100644
--- a/panels/sharing/gnome-sharing-panel.desktop.in.in
+++ b/panels/sharing/gnome-sharing-panel.desktop.in.in
@@ -1,5 +1,9 @@
[Desktop Entry]
-_Name=Sharing
+# Translators: Add soft hyphens to your translations so that the
+# icon view won't clip your translations. See
+# https://bugzilla.gnome.org/show_bug.cgi?id=647087#c13
+# for details
+_Name=Sharing
_Comment=Control what you want to share with others
Exec=gnome-control-center sharing
Icon=preferences-system-sharing
diff --git a/panels/universal-access/gnome-universal-access-panel.desktop.in.in
b/panels/universal-access/gnome-universal-access-panel.desktop.in.in
index b2e7c1f..0cd4ac2 100644
--- a/panels/universal-access/gnome-universal-access-panel.desktop.in.in
+++ b/panels/universal-access/gnome-universal-access-panel.desktop.in.in
@@ -1,5 +1,9 @@
[Desktop Entry]
-_Name=Universal Access
+# Translators: Add soft hyphens to your translations so that the
+# icon view won't clip your translations. See
+# https://bugzilla.gnome.org/show_bug.cgi?id=647087#c13
+# for details
+_Name=Universal Access
_Comment=Make it easier to see, hear, type, point and click
Exec=gnome-control-center universal-access
Icon=preferences-desktop-accessibility
diff --git a/panels/wacom/gnome-wacom-panel.desktop.in.in b/panels/wacom/gnome-wacom-panel.desktop.in.in
index c289ee8..a3befe5 100644
--- a/panels/wacom/gnome-wacom-panel.desktop.in.in
+++ b/panels/wacom/gnome-wacom-panel.desktop.in.in
@@ -1,5 +1,9 @@
[Desktop Entry]
-_Name=Wacom Tablet
+# Translators: Add soft hyphens to your translations so that the
+# icon view won't clip your translations. See
+# https://bugzilla.gnome.org/show_bug.cgi?id=647087#c13
+# for details
+_Name=Wacom Tablet
_Comment=Set button mappings and adjust stylus sensitivity for graphics tablets
Exec=gnome-control-center wacom
Icon=input-tablet
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]