[meld/piotrdrag/meson-i18n: 3/4] styles: Remove intltool marks



commit 7746a796712a89bcfc52b7e8f7945ec3458463b3
Author: Piotr Drąg <piotrdrag gmail com>
Date:   Sat Sep 21 12:25:03 2019 +0200

    styles: Remove intltool marks

 data/styles/meld-base.xml | 4 ++--
 data/styles/meld-dark.xml | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/data/styles/meld-base.xml b/data/styles/meld-base.xml
index 614b29e9..d110c93d 100644
--- a/data/styles/meld-base.xml
+++ b/data/styles/meld-base.xml
@@ -1,6 +1,6 @@
-<style-scheme id="meld-base" _name="Classic (Meld)" version="1.0" parent-scheme="classic">
+<style-scheme id="meld-base" name="Classic (Meld)" version="1.0" parent-scheme="classic">
   <author>Kai Willadsen</author>
-  <_description>Base color scheme for Meld highlighting</_description>
+  <description>Base color scheme for Meld highlighting</description>
 
   <!-- Meld -->
   <style name="meld:insert" background="#d0ffa3" foreground="#008800" line-background="#a5ff4c"/>
diff --git a/data/styles/meld-dark.xml b/data/styles/meld-dark.xml
index 5c0449e7..3805ebb9 100644
--- a/data/styles/meld-dark.xml
+++ b/data/styles/meld-dark.xml
@@ -1,6 +1,6 @@
-<style-scheme id="meld-dark" _name="Meld dark scheme" version="1.0" parent-scheme="solarized-dark">
+<style-scheme id="meld-dark" name="Meld dark scheme" version="1.0" parent-scheme="solarized-dark">
   <author>Kai Willadsen</author>
-  <_description>Dark color scheme for Meld highlighting</_description>
+  <description>Dark color scheme for Meld highlighting</description>
 
   <!-- Meld -->
   <style name="meld:insert" background="#123806" foreground="#4e6206" line-background="#245515"/>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]